From df90677f900a1a6ed496628545a8e109700e168b Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 3 Mar 2015 17:43:13 -0800 Subject: add the tag hijacking preference to Diaspora settings --- view/tpl/settings_addons.tpl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'view/tpl/settings_addons.tpl') diff --git a/view/tpl/settings_addons.tpl b/view/tpl/settings_addons.tpl index a18f57658..a41f4802b 100755 --- a/view/tpl/settings_addons.tpl +++ b/view/tpl/settings_addons.tpl @@ -11,7 +11,14 @@
-
+
+ + +
+ + + +
{{/if}} {{$settings_addons}} -- cgit v1.2.3 From 8113ee1c4aeb2b9586c1736c38faafce53dc8e53 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 12 Mar 2015 10:19:56 +0100 Subject: some work on feature/addon settings --- view/tpl/settings_addons.tpl | 55 ++++++++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 25 deletions(-) (limited to 'view/tpl/settings_addons.tpl') diff --git a/view/tpl/settings_addons.tpl b/view/tpl/settings_addons.tpl index a41f4802b..a1b18e441 100755 --- a/view/tpl/settings_addons.tpl +++ b/view/tpl/settings_addons.tpl @@ -1,28 +1,33 @@ -
-

{{$title}}

+
+
+

{{$title}}

+
+
+ +
+ {{if $diaspora_enabled}} +
+ +
+
- - - -{{if $diaspora_enabled}} -
- -
-
- - -
- - -
-
- - - -
-{{/if}} -{{$settings_addons}} - - + {{include file="field_checkbox.tpl" field=$pubcomments}} + {{include file="field_checkbox.tpl" field=$hijacking}} +
+ +
+
+
+
+ {{/if}} +
+ {{$settings_addons}} +
-- cgit v1.2.3 From d11bec6f584574ae6045e0fe09b544d920e53f2a Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 12 Mar 2015 22:22:52 +0100 Subject: add generic_addon_settings template and minor fixes --- view/tpl/settings_addons.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/settings_addons.tpl') diff --git a/view/tpl/settings_addons.tpl b/view/tpl/settings_addons.tpl index a1b18e441..9297a282a 100755 --- a/view/tpl/settings_addons.tpl +++ b/view/tpl/settings_addons.tpl @@ -27,7 +27,7 @@
{{/if}} + {{$settings_addons}} - {{$settings_addons}} -- cgit v1.2.3