Test
This commit is contained in:
parent
36f9014dba
commit
5b4d6281a0
|
@ -29,8 +29,9 @@
|
|||
<div>
|
||||
<label>
|
||||
<input type="checkbox" name="doors[<%= door %>]" value="1"
|
||||
<% if (aclEntry.doors && aclEntry.doors[door]) { %> checked <% } %> >
|
||||
<% if (doorsList[door] && doorsList[door] == 1) { %> checked <% } %> >
|
||||
<%= door %>
|
||||
<% doorsList[door] %>
|
||||
</label>
|
||||
</div>
|
||||
<% }) %>
|
||||
|
|
Loading…
Reference in a new issue