class="selected"<% } %> id="row" data-id="<%=accessrole.attributes.name%>">
<%
var checked = accessrole.checked;
%>
type="checkbox" <% if (checked) { %>checked="checked"<% } %> > |
<%= otdsCommon.replaceHTMLCharacters (accessrole.attributes.name) %> |
<%= otdsCommon.replaceHTMLCharacters (accessrole.attributes.description) %>
|
<% if (pushState == i18n.actions.excludeGroups) {%>
<%= i18n.actions.included %> |
<%} else {%>
<%= i18n.actions.excluded %> |
<% } %>
<%= i18n.headers.actions %>
|
<% }) %>