X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fsettings%2Ffeatures.tpl;h=e96daea2bd4c2f15fdeb0b7c4a28966c9f314824;hb=99979019bf8782f96caffec002505a02983eacb1;hp=eb3f67f8136d5d1c6bad619195ad97c72c6d0418;hpb=c157e7ffa4d1e9a62e24a367b91b35ed38cf4b65;p=friendica.git diff --git a/view/templates/settings/features.tpl b/view/templates/settings/features.tpl index eb3f67f813..e96daea2bd 100644 --- a/view/templates/settings/features.tpl +++ b/view/templates/settings/features.tpl @@ -1,22 +1,18 @@ -

{{$title}}

-
- + -{{foreach $features as $f}} -

{{$f.0}}

-
- -{{foreach $f.1 as $fcat}} - {{include file="field_yesno.tpl" field=$fcat}} -{{/foreach}} -
- -
-
-{{/foreach}} + {{foreach $features as $f}} +

{{$f.0}}

+
+ {{foreach $f.1 as $fcat}} + {{include file="field_checkbox.tpl" field=$fcat}} + {{/foreach}} +
+ +
+
+ {{/foreach}}
-