From e1380525841509ae9bf05c11bf27f655567e63ae Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 28 Nov 2012 19:23:39 -0800 Subject: backport features categories and add some new ones like the affinity slider --- view/tpl/settings_features.tpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'view/tpl') 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 @@ {{ for $features as $f }} - {{ inc field_yesno.tpl with $field=$f }}{{endinc}} +

$f.0

+ +{{ for $f.1 as $fcat }} + {{ inc $field_yesno with $field=$fcat }}{{endinc}} +{{ endfor }} {{ endfor }}
-- cgit v1.2.3