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