diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-08-25 21:57:42 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-08-25 21:57:42 +0000 |
| commit | c0603bb22ba7647cbb2ae2d180dcfcf3fcfb8250 (patch) | |
| tree | e19794f818a644bb3ffaa7a7c8f6199cf606e238 /templates/admin_themes_manager.tpl | |
| parent | 981aa5901cb704884424aafefb36acc5b9db84bd (diff) | |
| download | themes-c0603bb22ba7647cbb2ae2d180dcfcf3fcfb8250.tar.gz themes-c0603bb22ba7647cbb2ae2d180dcfcf3fcfb8250.tar.bz2 themes-c0603bb22ba7647cbb2ae2d180dcfcf3fcfb8250.zip | |
soem cleanup and use an image for removal of style layout
Diffstat (limited to 'templates/admin_themes_manager.tpl')
| -rw-r--r-- | templates/admin_themes_manager.tpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/admin_themes_manager.tpl b/templates/admin_themes_manager.tpl index 1c761c1..f2c7d0c 100644 --- a/templates/admin_themes_manager.tpl +++ b/templates/admin_themes_manager.tpl @@ -50,10 +50,9 @@ </p> {legend legend="Pick Style Layout"} - <ul class="data" style="list-style:none; margin:0; padding:0;"> - <li class="item even" style="list-style:none; float:left; display:inline; padding:5px 0; margin:0 0 10px 10px; width:120px; text-align:center"><a href="{$smarty.const.THEMES_PKG_URL}admin/admin_themes_manager.php?site_style_layout=remove">{tr}Don't use any of the style layouts. I want to use my own.{/tr}</a></li> + <ul style="list-style:none; margin:0; padding:0;"> {foreach from=$styleLayouts key=key item=layout} - <li class="item {cycle values="odd,even"}" style="list-style:none; float:left; display:inline; margin:0 0 10px 10px; width:120px; text-align:center"> + <li class="{cycle values="even,odd"}" style="list-style:none; float:left; display:inline; margin:0 0 10px 10px; width:120px; text-align:center"> <a style="height:150px; display:block;" href="{$smarty.const.THEMES_PKG_URL}admin/admin_themes_manager.php?site_style_layout={$key}"> {if $layout.gif}<img src="{$smarty.const.THEMES_PKG_URL}layouts/{$layout.gif}" alt="{tr}Layout{/tr}: {$key}" title="{tr}Layout{/tr}: {$key}"/><br />{/if} {if $gBitSystem->getConfig('site_style_layout') == $key}{biticon ipackage=liberty iname=success iexplain="Current Style Layout"}{/if} |
