feature 1507: better display for available themes (floating boxes)
git-svn-id: http://piwigo.org/svn/trunk@5145 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
395b09de3d
commit
54148c8d60
4 changed files with 23 additions and 6 deletions
|
|
@ -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}
|
||||
Loading…
Add table
Add a link
Reference in a new issue