This commit is contained in:
Christopher Cookman 2025-09-01 00:28:20 -06:00
parent 36f9014dba
commit 5b4d6281a0

View file

@ -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>
<% }) %>