diff options
author | patdenice <patdenice@piwigo.org> | 2008-03-10 18:01:17 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-03-10 18:01:17 +0000 |
commit | ff19a8f1cd624eae602b64895ce92bdaa7789d69 (patch) | |
tree | 9ffa0b5329f1ad7bac26350ad0db3db2c2e167c9 /template/yoga/admin/plugins_new.tpl | |
parent | e834737e848c7328638a9080868cf92541b656a9 (diff) |
Corrections in plugins management.
Add "Last revisions" sort order.
git-svn-id: http://piwigo.org/svn/trunk@2272 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/plugins_new.tpl')
-rw-r--r-- | template/yoga/admin/plugins_new.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/yoga/admin/plugins_new.tpl b/template/yoga/admin/plugins_new.tpl index 90167e2e9..fa22aaa26 100644 --- a/template/yoga/admin/plugins_new.tpl +++ b/template/yoga/admin/plugins_new.tpl @@ -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> |