diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-05-29 09:54:04 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-05-29 09:54:04 +0000 |
| commit | 6879036fc262a935d2c65ad6df3376d2017088d8 (patch) | |
| tree | 8e033463087ca66800a7d39c150d979b708f9887 /templates/admin_plugins.tpl | |
| parent | b7273f93603c45cf9774506dc5f87a84db0b825e (diff) | |
| download | liberty-6879036fc262a935d2c65ad6df3376d2017088d8.tar.gz liberty-6879036fc262a935d2c65ad6df3376d2017088d8.tar.bz2 liberty-6879036fc262a935d2c65ad6df3376d2017088d8.zip | |
move icons to active column. i think their easier to spot this way and users might be more inclined to click on the edit icon.
Diffstat (limited to 'templates/admin_plugins.tpl')
| -rw-r--r-- | templates/admin_plugins.tpl | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/templates/admin_plugins.tpl b/templates/admin_plugins.tpl index 7f22d62..6c4fb06 100644 --- a/templates/admin_plugins.tpl +++ b/templates/admin_plugins.tpl @@ -23,12 +23,12 @@ <table class="panel"> <caption>{tr}Plugin Type: {$plugin_type_label}{/tr}</caption> <tr> - <th style="width:90%;">{tr}Plugin{/tr} <small>[guid]</small></th> + <th style="width:85%;">{tr}Plugin{/tr} <small>[guid]</small></th> {if $plugin_type eq 'format'} <th style="width:5%;">{tr}Default{/tr}</th> - <th style="width:5%;">{tr}Active{/tr}</th> - {else} <th style="width:10%;">{tr}Active{/tr}</th> + {else} + <th style="width:15%;">{tr}Active{/tr}</th> {/if} </tr> @@ -39,27 +39,26 @@ {if $plugin.edit_label} <h3> <label for="{$guid}">{$plugin.edit_label} <small>[{$guid}]</small></label> - {if $plugin.help_page} - {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} - {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} - <a href="{$plugin.plugin_settings_url}">{biticon iname=accessories-text-editor iexplain="Plugin Settings"}</a> - {/if} </h3> {/if} <label for="{$guid}">{$plugin.description}</label> </td> {if $plugin_type eq 'format'} - <td align="center">{if $plugin.is_active == 'y'}{html_radios values=$guid name="default_format" checked=$gBitSystem->getConfig('default_format')}{/if}</td> + <td align="center"> + {if $plugin.is_active == 'y'}{html_radios values=$guid name="default_format" checked=$gBitSystem->getConfig('default_format')}{/if} + </td> {/if} - <td align="center"> + <td class="actionicon"> + {if $plugin.plugin_settings_url} + <a href="{$plugin.plugin_settings_url}">{biticon iname=accessories-text-editor iexplain="Plugin Settings"}</a> + {/if} + {if $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.is_active=='x'} Missing {else} |
