From c62df39ce3a7797c5e49cdc6e498b42a27abbd97 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 2 Feb 2017 17:19:52 -0800 Subject: move firefox social api configuration to plugin --- view/tpl/settings.tpl | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'view') diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 05e531ba7..15ddd7f71 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -25,7 +25,9 @@ {{include file="field_checkbox.tpl" field=$adult}} {{include file="field_input.tpl" field=$photo_path}} {{include file="field_input.tpl" field=$attach_path}} - + {{if $basic_addon}} + {{$basic_addon}} + {{/if}}
@@ -82,6 +84,9 @@ {{include file="field_checkbox.tpl" field=$blocktags}} {{include file="field_input.tpl" field=$expire}} + {{if $sec_addon}} + {{$sec_addon}} + {{/if}}
@@ -135,6 +140,9 @@ {{include file="field_input.tpl" field=$evdays}} + {{if $notify_addon}} + {{$notify_addon}} + {{/if}}
@@ -152,9 +160,6 @@
- {{if $menus}}
@@ -166,6 +171,11 @@
{{/if}} {{include file="field_checkbox.tpl" field=$cal_first_day}} + + {{if $misc_addon}} + {{$misc_addon}} + {{/if}} +
-- cgit v1.2.3