X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fadmin%2Ffeatures.tpl;h=46a7abea2614357be2df5bbe8431a6d99063ec0c;hb=c6b45a958e3b09bc8f3950a718c181dfc9e0b910;hp=f0b696fae42ffd9637ed29de353749c3d412c3a8;hpb=f1e7d97b8cae93e1c77f5a5085880409b01fcdbe;p=friendica.git diff --git a/view/templates/admin/features.tpl b/view/templates/admin/features.tpl index f0b696fae4..46a7abea26 100644 --- a/view/templates/admin/features.tpl +++ b/view/templates/admin/features.tpl @@ -1,18 +1,17 @@ -

{{$title}}

-
- + + {{foreach $features as $g => $f}} -

{{$f.0}}

+

{{$f.0}}

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