{extends file="layout.html"} {block name=title}LMS: {$layout.pagetitle|striphtml}{/block} {block name=module_content}

{$layout.pagetitle}

{/capture} {/if} {/foreach} {/capture} {/if} {/foreach} {if !empty($auth_option_elements)} {foreach $auth_option_elements as $auth_option_element} {$auth_option_element} {/foreach} {/if}
{icon name="configuration"} {trans("Basic Configuration:")}
{trans("Userpanel style:")}
{trans("Hint style:")}
{trans("Startup module:")}
{$type['options-label']} {foreach $type.options as $opt_idx => $opt} {/foreach}
{if $opt.type == 'single-select'} {assign var=reminder_select_options value=call_user_func($opt.getter)} {/if}
{$type['options-label']} {foreach $type.options as $opt_idx => $opt} {/foreach}
{if $opt.type == 'single-select'} {assign var=auth_select_options value=call_user_func($opt.getter)} {/if}
{button icon="save" label="Submit" onclick="document.config.submit();"}
{foreach $menu as $menuitem} {/foreach}
{trans("Module")} {trans("Display name")} {trans("Database version")} {trans("Tip")} {trans("Description")} {trans("Enabled")}
{if empty($menuitem.icon)} {else} {/if} {$menuitem.module} {$menuitem.name} {if $menuitem.dbver>0}{$menuitem.dbver}{else}{trans("-")}{/if} {t}{$menuitem.tip}{/t} {t}{$menuitem.description}{/t}
{trans("Total:")} {$total} {button icon="save" label="Submit" onclick="document.config.submit();"}
{/block}