Subnode collection layout improvements, with additional tweaks from me.

This commit is contained in:
Arun Kollan
2016-03-15 12:30:01 +00:00
committed by Dave Page
parent b1d26db8d9
commit cdd7a1f637
3 changed files with 133 additions and 94 deletions

View File

@@ -234,13 +234,13 @@
template: _.template([
'<tr class="<%= header ? "header" : "" %>">',
' <td class="renderable">',
' <label>',
' <label class="privilege_label">',
' <input type="checkbox" name="privilege" privilege="<%- privilege_type %>" target="<%- target %>" <%= privilege ? \'checked\' : "" %>></input>',
' <%- privilege_label %>',
' </label>',
' </td>',
' <td class="renderable">',
' <label>',
' <label class="privilege_label">',
' <input type="checkbox" name="with_grant" privilege="<%- privilege_type %>" target="<%- target %>" <%= with_grant ? \'checked\' : "" %> <%= enable_with_grant ? "" : \'disabled\'%>></input>',
' WITH GRANT OPTION',
' </label>',