From: Andreas Neustifter Date: Tue, 10 Jul 2018 20:57:13 +0000 (+0200) Subject: Seperate blocks in /admin/features. (#5345) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=298b528c81b88e1e37c5f44e5feea24775e2d330;p=friendica.git Seperate blocks in /admin/features. (#5345) * Seperate blocks in /admin/features. Its hard to distinguish between blocks of settings in the features page. Its useful to clearly mark the blocks belonging together. * Also try to separate items for other themes. * Make sure separate settings boxes work in all themes. --- diff --git a/view/templates/admin/settings_features.tpl b/view/templates/admin/settings_features.tpl index d2bd35e041..1ca0708bfc 100644 --- a/view/templates/admin/settings_features.tpl +++ b/view/templates/admin/settings_features.tpl @@ -10,8 +10,10 @@
{{foreach $f.1 as $fcat}} +
{{include file="field_yesno.tpl" field=$fcat.0}} {{include file="field_yesno.tpl" field=$fcat.1}} +
{{/foreach}}
diff --git a/view/templates/settings/connectors.tpl b/view/templates/settings/connectors.tpl index 19b7306dd5..a237917682 100644 --- a/view/templates/settings/connectors.tpl +++ b/view/templates/settings/connectors.tpl @@ -7,13 +7,9 @@
- -

{{$general_settings}}

-
+

{{$general_settings}}

+