source: branches/2.1/admin/themes/default/template/themes_new.tpl @ 6364

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

remove all svn:mergeinfo properties

File size: 570 bytes
RevLine 
[5143]1<div class="titrePage">
[5153]2  <h2>{'Add New Theme'|@translate}</h2>
[5143]3</div>
4
[5570]5{if not empty($new_themes)}
[5186]6<div class="themeBoxes">
[5143]7{foreach from=$new_themes item=theme name=themes_loop}
[5145]8  <div class="themeBox">
9    <div class="themeName">{$theme.name}</div>
[6015]10    <div class="themeShot"><img src="{$theme.screenshot}" onerror="this.src='{$default_screenshot}'"></div>
[5153]11    <div class="themeActions"><a href="{$theme.install_url}">{'Install'|@translate}</a></div>
[5145]12  </div>
[5143]13{/foreach}
[5153]14</div> <!-- themeBoxes -->
[5570]15{else}
16<p>{'There is no other theme available.'|@translate}</p>
[5143]17{/if}
Note: See TracBrowser for help on using the repository browser.