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

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

feature 1507: ability to install themes directly from piwigo.org/ext.

The theme manager backend for installation is the plugin manager backend,
because they are very close.

thanks to feature:1502, installing a theme and installing a plugin are very
similare operations. The only differences are the installation directory and
the main file to find in the archive.

This is only the very first step, the "add new theme" screen needs many
improvements, to begin with display style.

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