diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-08-26 19:12:17 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-08-26 19:12:17 +0000 |
| commit | 21e475f184ae429f6d18f90b328a4fb2a3eba7e8 (patch) | |
| tree | 3f12dc4197a3f64c3ae68c632cc1f5f86863101b /templates/admin_themes_manager.tpl | |
| parent | c0603bb22ba7647cbb2ae2d180dcfcf3fcfb8250 (diff) | |
| download | themes-21e475f184ae429f6d18f90b328a4fb2a3eba7e8.tar.gz themes-21e475f184ae429f6d18f90b328a4fb2a3eba7e8.tar.bz2 themes-21e475f184ae429f6d18f90b328a4fb2a3eba7e8.zip | |
use a crude but better than inline styling method to display style layout gallery
Diffstat (limited to 'templates/admin_themes_manager.tpl')
| -rw-r--r-- | templates/admin_themes_manager.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/admin_themes_manager.tpl b/templates/admin_themes_manager.tpl index f2c7d0c..845d6d7 100644 --- a/templates/admin_themes_manager.tpl +++ b/templates/admin_themes_manager.tpl @@ -50,10 +50,10 @@ </p> {legend legend="Pick Style Layout"} - <ul style="list-style:none; margin:0; padding:0;"> + <ul id="layoutgala"> {foreach from=$styleLayouts key=key item=layout} - <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}"> + <li class="{cycle values="even,odd"}"> + <a 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} {$key|replace:"_":" "} |
