aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/themes_new.tpl
diff options
context:
space:
mode:
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