Admidio/admidio

View on GitHub
adm_themes/simple/templates/preferences/preferences.groups-roles.tpl

Summary

Maintainability
Test Coverage
<form {foreach $attributes as $attribute}
        {$attribute@key}="{$attribute}"
    {/foreach}>

    {include 'sys-template-parts/form.input.tpl' data=$elements['admidio-csrf-token']}
    {include 'sys-template-parts/form.checkbox.tpl' data=$elements['groups_roles_enable_module']}
    {include 'sys-template-parts/form.select.tpl' data=$elements['groups_roles_members_per_page']}
    {include 'sys-template-parts/form.select.tpl' data=$elements['groups_roles_default_configuration']}
    {include 'sys-template-parts/form.select.tpl' data=$elements['groups_roles_show_former_members']}
    {include 'sys-template-parts/form.select.tpl' data=$elements['groups_roles_export']}
    {include 'sys-template-parts/form.select.tpl' data=$elements['groups_roles_edit_lists']}
    {include 'sys-template-parts/form.custom-content.tpl' data=$elements['editCategories']}
    {include 'sys-template-parts/form.button.tpl' data=$elements['btn_save_lists']}
    <div class="form-alert" style="display: none;">&nbsp;</div>
</form>