mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 03:33:01 +02:00
Corrections in plugins management.
Add "Last revisions" sort order. git-svn-id: http://piwigo.org/svn/trunk@2272 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
|
||||
<table class="table2" id="detailedStats">
|
||||
<tr class="throw">
|
||||
<th>{'date'|@translate}</th>
|
||||
<th>{'Date'|@translate}</th>
|
||||
<th>{'time'|@translate}</th>
|
||||
<th>{'user'|@translate}</th>
|
||||
<th>{'IP'|@translate}</th>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
</div>
|
||||
|
||||
{'Sort order'|@translate} :
|
||||
<select onchange="document.location = this.options[this.selectedIndex].value;" style="width:120px">
|
||||
<select onchange="document.location = this.options[this.selectedIndex].value;" style="width:150px">
|
||||
{html_options options=$order_options selected=$order_selected}
|
||||
</select>
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
<tr class="throw">
|
||||
<td>{'Name'|@translate}</td>
|
||||
<td>{'Version'|@translate}</td>
|
||||
<td>{'Date'|@translate}</td>
|
||||
<td>{'Author'|@translate}</td>
|
||||
<td>{'Actions'|@translate}</td>
|
||||
</tr>
|
||||
@@ -25,6 +26,7 @@
|
||||
<span>{$plugin.EXT_DESC}</span></a></td>
|
||||
<td style="text-align:center;"><a href="{$plugin.VERSION_URL}" onclick="window.open(this.href); return false;" class="tooltip">{$plugin.VERSION}
|
||||
<span>{$plugin.VER_DESC}</span></a></td>
|
||||
<td>{$plugin.DATE}</td>
|
||||
<td>{$plugin.AUTHOR}</td>
|
||||
<td style="text-align:center;"><a href="{$plugin.URL_INSTALL}" onclick="return confirm('{'plugins_confirm_install'|@translate|@escape:javascript}');">{'plugins_auto_install'|@translate}</a>
|
||||
/ <a href="{$plugin.URL_DOWNLOAD}">{'plugins_download'|@translate}</a>
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
</thead>
|
||||
{foreach from=$plugins_cant_check item=plugin name=plugins_loop}
|
||||
<tr class="{if $smarty.foreach.plugins_loop.index is odd}row1{else}row2{/if}">
|
||||
<td> {$plugin.NAME} </td>
|
||||
<td>{$plugin.NAME}</td>
|
||||
<td style="text-align:center;">{$plugin.VERSION}</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<table style="width:99%;" >
|
||||
<tr class="throw">
|
||||
<th style="width:20%;">{'category'|@translate}</th>
|
||||
<th style="width:20%;">{'date'|@translate}</th>
|
||||
<th style="width:20%;">{'Date'|@translate}</th>
|
||||
<th style="width:20%;">{'file'|@translate}</th>
|
||||
<th style="width:20%;">{'thumbnail'|@translate}</th>
|
||||
<th style="width:20%;">{'Author'|@translate}</th>
|
||||
|
||||
Reference in New Issue
Block a user