summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-08-25 21:57:42 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-08-25 21:57:42 +0000
commitc0603bb22ba7647cbb2ae2d180dcfcf3fcfb8250 (patch)
treee19794f818a644bb3ffaa7a7c8f6199cf606e238
parent981aa5901cb704884424aafefb36acc5b9db84bd (diff)
downloadthemes-c0603bb22ba7647cbb2ae2d180dcfcf3fcfb8250.tar.gz
themes-c0603bb22ba7647cbb2ae2d180dcfcf3fcfb8250.tar.bz2
themes-c0603bb22ba7647cbb2ae2d180dcfcf3fcfb8250.zip
soem cleanup and use an image for removal of style layout
-rw-r--r--layouts/layouts_xcf.tar.gzbin11830 -> 46024 bytes
-rw-r--r--layouts/remove.css0
-rw-r--r--layouts/remove.gifbin0 -> 7041 bytes
-rw-r--r--layouts/remove.txt1
-rw-r--r--templates/admin_themes_manager.tpl5
5 files changed, 3 insertions, 3 deletions
diff --git a/layouts/layouts_xcf.tar.gz b/layouts/layouts_xcf.tar.gz
index ab29605..e2b5c87 100644
--- a/layouts/layouts_xcf.tar.gz
+++ b/layouts/layouts_xcf.tar.gz
Binary files differ
diff --git a/layouts/remove.css b/layouts/remove.css
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/layouts/remove.css
diff --git a/layouts/remove.gif b/layouts/remove.gif
new file mode 100644
index 0000000..ad35a38
--- /dev/null
+++ b/layouts/remove.gif
Binary files differ
diff --git a/layouts/remove.txt b/layouts/remove.txt
new file mode 100644
index 0000000..8a80bba
--- /dev/null
+++ b/layouts/remove.txt
@@ -0,0 +1 @@
+Don't use any of the style layouts.
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}