diff options
author | friendica <info@friendica.com> | 2012-11-28 19:23:39 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-28 19:23:39 -0800 |
commit | e1380525841509ae9bf05c11bf27f655567e63ae (patch) | |
tree | 6b35beb1b89acbac1d115f127c8b6932eed9acb1 /view | |
parent | 05e08cb5d2967a12c479ab94187b1ef1bde0a094 (diff) | |
download | volse-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')
-rw-r--r-- | view/tpl/settings_features.tpl | 6 |
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" > |