aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings_features.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-28 19:23:39 -0800
committerfriendica <info@friendica.com>2012-11-28 19:23:39 -0800
commite1380525841509ae9bf05c11bf27f655567e63ae (patch)
tree6b35beb1b89acbac1d115f127c8b6932eed9acb1 /view/tpl/settings_features.tpl
parent05e08cb5d2967a12c479ab94187b1ef1bde0a094 (diff)
downloadvolse-hubzilla-e1380525841509ae9bf05c11bf27f655567e63ae.tar.gz
volse-hubzilla-e1380525841509ae9bf05c11bf27f655567e63ae.tar.bz2
volse-hubzilla-e1380525841509ae9bf05c11bf27f655567e63ae.zip
backport features categories and add some new ones like the affinity slider
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" >