aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-16 15:50:27 -0700
committerfriendica <info@friendica.com>2015-03-16 15:50:27 -0700
commit2bd3dc610126b4a3e30cde0c29518e16b2de7805 (patch)
treeb2de20a2f831bd4865f4f8901633b485bcabbb5a /view/tpl
parentf660b7523bfdab782970f689d01ee1e90d1dff38 (diff)
parent4146f9d3da9b11dac80ea46dae2805ecdc20f3f3 (diff)
downloadvolse-hubzilla-2bd3dc610126b4a3e30cde0c29518e16b2de7805.tar.gz
volse-hubzilla-2bd3dc610126b4a3e30cde0c29518e16b2de7805.tar.bz2
volse-hubzilla-2bd3dc610126b4a3e30cde0c29518e16b2de7805.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/generic_addon_settings.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/generic_addon_settings.tpl b/view/tpl/generic_addon_settings.tpl
index a7d3b6c0a..bf39b2aea 100644
--- a/view/tpl/generic_addon_settings.tpl
+++ b/view/tpl/generic_addon_settings.tpl
@@ -9,9 +9,11 @@
<div id="{{$addon.0}}-settings-content" class="panel-collapse collapse" role="tabpanel" aria-labelledby="{{$addon.0}}-settings">
<div class="section-content-tools-wrapper">
{{$content}}
+ {{if $addon.0}}
<div class="settings-submit-wrapper" >
<button id="{{$addon.0}}-submit" type="submit" name="{{$addon.0}}-submit" class="btn btn-primary" value="{{$addon.3}}">{{$addon.3}}</button>
</div>
+ {{/if}}
</div>
</div>
</div>