mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
Use class for plugins management
git-svn-id: http://piwigo.org/svn/trunk@2263 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
{'Sort order'|@translate} :
|
||||
<select onchange="document.location = this.options[this.selectedIndex].value;" style="width:100px">
|
||||
{html_options options=$order selected=$selected}
|
||||
{html_options options=$order_options selected=$order_selected}
|
||||
</select>
|
||||
|
||||
{if isset($plugins)}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
{'Sort order'|@translate} :
|
||||
<select onchange="document.location = this.options[this.selectedIndex].value;" style="width:120px">
|
||||
{html_options options=$order selected=$selected}
|
||||
{html_options options=$order_options selected=$order_selected}
|
||||
</select>
|
||||
|
||||
{if isset($plugins)}
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
<tr class="{if $smarty.foreach.plugins_loop.index is odd}row1{else}row2{/if}">
|
||||
<td><a href="{$plugin.URL}" onclick="window.open(this.href); return false;" class="tooltip">{$plugin.NAME}
|
||||
<span>{$plugin.EXT_DESC}</span></a></td>
|
||||
<td style="text-align:center;"><span class="tooltip">{$plugin.VERSION}<span>{$plugin.VER_DESC}</span></span></td>
|
||||
<td style="text-align:center;">{$plugin.VERSION}</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user