aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/themes_new.tpl
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-15 20:50:47 +0000
committerplegall <plg@piwigo.org>2010-03-15 20:50:47 +0000
commit54148c8d6039695456cec9cdf3e912810e8105db (patch)
tree4d3ff6df4ede9fb7d64108d8a75023a918b72c64 /admin/themes/default/template/themes_new.tpl
parent395b09de3d1dfc40411df71c8752dcc368ab4ea9 (diff)
feature 1507: better display for available themes (floating boxes)
git-svn-id: http://piwigo.org/svn/trunk@5145 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/themes_new.tpl')
-rw-r--r--admin/themes/default/template/themes_new.tpl12
1 files changed, 7 insertions, 5 deletions
diff --git a/admin/themes/default/template/themes_new.tpl b/admin/themes/default/template/themes_new.tpl
index 7317b7df5..0edcb4130 100644
--- a/admin/themes/default/template/themes_new.tpl
+++ b/admin/themes/default/template/themes_new.tpl
@@ -3,11 +3,13 @@
</div>
{if isset($themes)}
-<ul>
+<div id="themesBox">
{foreach from=$new_themes item=theme name=themes_loop}
- <li>
- <img src="{$theme.src}"> {$theme.name} <a href="{$theme.install_url}">Install</a>
- </li>
+ <div class="themeBox">
+ <div class="themeName">{$theme.name}</div>
+ <div class="themeShot"><img src="{$theme.src}"></div>
+ <div class="themeActions"><a href="{$theme.install_url}">Install</a></div>
+ </div>
{/foreach}
-</ul>
+</div> <!-- themesBox -->
{/if} \ No newline at end of file