From 290f2c1d39d1c47d48ba4e6a6d347459975e8b0f Mon Sep 17 00:00:00 2001 From: patdenice Date: Fri, 13 Feb 2009 20:49:03 +0000 Subject: - Show number of downloads in plugins list. - Allow to sort plugins by number of downloads. - Fix plugin revision URL (no more revision_view in PEM). git-svn-id: http://piwigo.org/svn/trunk@3143 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/plugins_new.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin/template/goto/plugins_new.tpl') diff --git a/admin/template/goto/plugins_new.tpl b/admin/template/goto/plugins_new.tpl index bd6339566..9fe0a0c33 100644 --- a/admin/template/goto/plugins_new.tpl +++ b/admin/template/goto/plugins_new.tpl @@ -15,7 +15,7 @@ jQuery().ready(function(){ldelim}
{'Sort order'|@translate} : - {html_options options=$order_options selected=$order_selected} @@ -37,7 +37,7 @@ jQuery().ready(function(){ldelim} {foreach from=$plugins item=plugin name=plugins_loop} {$plugin.EXT_NAME} - {$plugin.VERSION} + {$plugin.VERSION} {$plugin.DATE} {$plugin.AUTHOR} {'plugins_auto_install'|@translate} -- cgit v1.2.3