diff options
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/settings.tpl | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index b250a361e..a759e356a 100644 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -39,16 +39,15 @@ $nickname_block <div id="settings-permissions-wrapper"> {{ for $permiss_arr as $permit }} -<div id="settings-perms-$permit.key" class="settings-permission-label">$permit.label</div> -{{ for $permit.fields as $radio }} - - {{inc field_radio.tpl with $field=$radio }}{{endinc}} - -{{ endfor }} +{{inc field_select.tpl with $field=$permit }}{{endinc}} {{ endfor }} </div> +<div class="settings-submit-wrapper" > +<input type="submit" name="submit" class="settings-submit" value="$submit" /> +</div> + |