summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-04-02 10:02:44 +0100
committerlsces <lester@lsces.co.uk>2026-04-02 10:02:44 +0100
commit54e09622f779de72bd77c92073965162ebf0e15c (patch)
tree540280208d738b40d95c6e4f9e4e745bd41a92b0 /templates
parentb20df58a59195d501bf3cc1058da6f882f1ac2a7 (diff)
downloadliberty-54e09622f779de72bd77c92073965162ebf0e15c.tar.gz
liberty-54e09622f779de72bd77c92073965162ebf0e15c.tar.bz2
liberty-54e09622f779de72bd77c92073965162ebf0e15c.zip
Restore displaying plugin help and settings buttons. Still a problem with .css on some sites
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/admin_plugins.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/admin_plugins.tpl b/templates/admin_plugins.tpl
index 45a0091..eb84555 100755
--- a/templates/admin_plugins.tpl
+++ b/templates/admin_plugins.tpl
@@ -25,14 +25,14 @@
{foreach from=$gLibertySystem->mPlugins item=plugin key=guid}
{if $plugin.plugin_type eq $plugin_type}
<dt>
- {*<div class="pull-right actionicon">
- {if $plugin.help_page}
+ <div class="pull-right actionicon">
+ {if !empty( $plugin.help_page )}
{jspopup href="http://www.bitweaver.org/wiki/`$plugin.help_page`" ibiticon="icons/dialog-information" title=$plugin.help_page class="external"}
{/if}
- {if $plugin.plugin_settings_url}
+ {if !empty( $plugin.plugin_settings_url )}
<a href="{$plugin.plugin_settings_url}">{booticon iname="fa-pen-to-square" iexplain="Plugin Settings"}</a>
{/if}
- </div>*}
+ </div>
<div class="checkbox" for="{$guid}"><label><strong>
{if $plugin.is_active == 'x'}
[Missing]