source: trunk/admin/themes/default/template/themes_new.tpl @ 5145

Last change on this file since 5145 was 5145, checked in by plg, 14 years ago

feature 1507: better display for available themes (floating boxes)

File size: 432 bytes
Line 
1<div class="titrePage">
2  <h2>{'Install New Theme'|@translate}</h2>
3</div>
4
5{if isset($themes)}
6<div id="themesBox">
7{foreach from=$new_themes item=theme name=themes_loop}
8  <div class="themeBox">
9    <div class="themeName">{$theme.name}</div>
10    <div class="themeShot"><img src="{$theme.src}"></div>
11    <div class="themeActions"><a href="{$theme.install_url}">Install</a></div>
12  </div>
13{/foreach}
14</div> <!-- themesBox -->
15{/if}
Note: See TracBrowser for help on using the repository browser.