Commit 772be3b8 by David Baumgold

Make the system feedback template more generic

Not that it really matters, since the changes are invisible :)
parent cd2f67af
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
<% if(obj.actions) { %> <% if(obj.actions) { %>
<nav class="nav-actions"> <nav class="nav-actions">
<h3 class="sr">Alert Actions</h3> <h3 class="sr"><%= viewType %> Actions</h3>
<ul> <ul>
<% if(actions.primary) { %> <% if(actions.primary) { %>
<li class="nav-item"> <li class="nav-item">
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
<% if(obj.close) { %> <% if(obj.close) { %>
<a href="#" rel="view" class="action action-close action-<%= viewType %>-close"> <a href="#" rel="view" class="action action-close action-<%= viewType %>-close">
<i class="ss-icon ss-symbolicons-block icon icon-close">&#x2421;</i> <i class="ss-icon ss-symbolicons-block icon icon-close">&#x2421;</i>
<span class="label">close alert</span> <span class="label">close <%= viewType %></span>
</a> </a>
<% } %> <% } %>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment