aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings_features.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/settings_features.tpl')
-rw-r--r--view/tpl/settings_features.tpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/tpl/settings_features.tpl b/view/tpl/settings_features.tpl
index 23de2c0e3..fd65abebb 100644
--- a/view/tpl/settings_features.tpl
+++ b/view/tpl/settings_features.tpl
@@ -5,7 +5,11 @@
<input type='hidden' name='form_security_token' value='$form_security_token'>
{{ for $features as $f }}
- {{ inc field_yesno.tpl with $field=$f }}{{endinc}}
+<h3 class="settings-heading">$f.0</h3>
+
+{{ for $f.1 as $fcat }}
+ {{ inc $field_yesno with $field=$fcat }}{{endinc}}
+{{ endfor }}
{{ endfor }}
<div class="settings-submit-wrapper" >