diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-09-29 11:56:30 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-09-29 11:56:30 +0000 |
| commit | 20b756c6259fe2fed0186f6aa6f44e1d4d5a74a5 (patch) | |
| tree | 9a31c0690c3ab599800b5e889c10e11857dad763 /templates/admin_plugins.tpl | |
| parent | 5bf11e5d095cb770b5d2c857de019de91545bd0e (diff) | |
| download | liberty-20b756c6259fe2fed0186f6aa6f44e1d4d5a74a5.tar.gz liberty-20b756c6259fe2fed0186f6aa6f44e1d4d5a74a5.tar.bz2 liberty-20b756c6259fe2fed0186f6aa6f44e1d4d5a74a5.zip | |
inline css in liberty, kernel, themes replaced with classes from inline.css (loaded by themes pkg)
Diffstat (limited to 'templates/admin_plugins.tpl')
| -rw-r--r-- | templates/admin_plugins.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/admin_plugins.tpl b/templates/admin_plugins.tpl index a5afb6e..6809e34 100644 --- a/templates/admin_plugins.tpl +++ b/templates/admin_plugins.tpl @@ -25,12 +25,12 @@ <table class="panel"> <caption>{tr}Plugin Type: {$plugin_type_label}{/tr}</caption> <tr> - <th style="width:85%;">{tr}Plugin{/tr} <small>[guid]</small></th> + <th class="width85p">{tr}Plugin{/tr} <small>[guid]</small></th> {if $plugin_type eq 'format'} - <th style="width:5%;">{tr}Default{/tr}</th> - <th style="width:10%;">{tr}Active{/tr}</th> + <th class="width5p">{tr}Default{/tr}</th> + <th class="width10p">{tr}Active{/tr}</th> {else} - <th style="width:15%;">{tr}Active{/tr}</th> + <th class="width15p">{tr}Active{/tr}</th> {/if} </tr> @@ -53,7 +53,7 @@ {/if} </td> {if $plugin_type eq 'format'} - <td align="center"> + <td class="aligncenter"> {if $plugin.is_active == 'y'}{html_radios values=$guid name="default_format" checked=$gBitSystem->getConfig('default_format')}{/if} </td> {/if} |
