class="selected"<% } %> id="row" data-id="<%=handler.attributes._name%>">
<%
var checked = handler.checked;
%>
type="checkbox" <% if (checked) { %>checked="checked"<% } %>> |
<%= otdsCommon.replaceHTMLCharacters (handler.attributes._name) %> |
<%= otdsCommon.replaceHTMLCharacters (handler.attributes._description) %> |
<% if (handler.attributes._scope === "") { %>
<%= i18n.content.global %>
<%} else { %>
<%= (typeof(handler.attributes._scope) !== "undefined") ? handler.attributes._scope : '' %>
<%}%>
|
<%= handler.attributes._priority%> |
<% if (handler.attributes._enabled) {%>
<%= i18n.content.true %> |
<%} else {%>
<%= i18n.content.false %> |
<% } %>
<%= i18n.headers.actions %>
|
<% }) %>