summaryrefslogtreecommitdiff
path: root/templates/admin_plugins.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-06-17 13:09:57 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-06-17 13:09:57 +0000
commit4352e49083cdbf332e920250214da0510246ddaa (patch)
tree2ffb564b5036b65ccfcb97e7419d0febad9ecac8 /templates/admin_plugins.tpl
parentd416f08fc0c61bedcab08c4f57ec26a2a838ce39 (diff)
downloadliberty-4352e49083cdbf332e920250214da0510246ddaa.tar.gz
liberty-4352e49083cdbf332e920250214da0510246ddaa.tar.bz2
liberty-4352e49083cdbf332e920250214da0510246ddaa.zip
add link to online help
Diffstat (limited to 'templates/admin_plugins.tpl')
-rw-r--r--templates/admin_plugins.tpl10
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/admin_plugins.tpl b/templates/admin_plugins.tpl
index fdfe8f0..52d21c6 100644
--- a/templates/admin_plugins.tpl
+++ b/templates/admin_plugins.tpl
@@ -37,10 +37,18 @@
<tr class="{cycle values="odd,even"}">
<td>
{if $plugin.edit_label}
- <h3><label for="{$guid}">{$plugin.edit_label} <small>[{$guid}]</small></label></h3>
+ <h3>
+ <label for="{$guid}">{$plugin.edit_label} <small>[{$guid}]</small></label>
+ {if $plugin.help_page}
+ &nbsp; {jspopup href="http://www.bitweaver.org/wiki/`$plugin.help_page`" ibiticon="icons/dialog-information" title=`$plugin.help_page` class="external"}
+ {/if}
+ </h3>
{else}
<h3>
<label for="{$guid}">{$plugin.title|escape} <small>[{$guid}]</small></label>
+ {if $plugin.help_page}
+ &nbsp; {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}
&nbsp; <a href="{$plugin.plugin_settings_url}">{biticon iname=accessories-text-editor iexplain="Plugin Settings"}</a>
{/if}