summaryrefslogtreecommitdiff
path: root/templates/admin_themes_manager.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-08-26 19:12:17 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-08-26 19:12:17 +0000
commit21e475f184ae429f6d18f90b328a4fb2a3eba7e8 (patch)
tree3f12dc4197a3f64c3ae68c632cc1f5f86863101b /templates/admin_themes_manager.tpl
parentc0603bb22ba7647cbb2ae2d180dcfcf3fcfb8250 (diff)
downloadthemes-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.tpl6
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:"_":" "}