mirror of
https://github.com/Terranom674/Piwigo_Bratonien_Tools.git
synced 2026-09-19 17:34:31 +00:00
Use prepared group selection state in admin template
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
{if $PUBLIC_SELECTION_GROUPS|@count}
|
{if $PUBLIC_SELECTION_GROUPS|@count}
|
||||||
{foreach from=$PUBLIC_SELECTION_GROUPS item=group}
|
{foreach from=$PUBLIC_SELECTION_GROUPS item=group}
|
||||||
<label style="display:block;margin-bottom:5px;">
|
<label style="display:block;margin-bottom:5px;">
|
||||||
<input type="checkbox" name="selection_groups[]" value="{$group.id}" {if in_array($group.id, $PUBLIC_SELECTION.groups)}checked{/if}>
|
<input type="checkbox" name="selection_groups[]" value="{$group.id}" {if $group.selected}checked{/if}>
|
||||||
{$group.name|escape:html}
|
{$group.name|escape:html}
|
||||||
</label>
|
</label>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
|||||||
Reference in New Issue
Block a user