From 35e9af66be0b6da3055d032123bd38100b58bca9 Mon Sep 17 00:00:00 2001 From: patdenice Date: Fri, 13 Feb 2009 21:03:02 +0000 Subject: merge r3143 from trunk to branch 2.0 - 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/branches/2.0@3144 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/plugins_update.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin/template/goto/plugins_update.tpl') diff --git a/admin/template/goto/plugins_update.tpl b/admin/template/goto/plugins_update.tpl index c7bdc2865..cae800f85 100644 --- a/admin/template/goto/plugins_update.tpl +++ b/admin/template/goto/plugins_update.tpl @@ -32,7 +32,7 @@ jQuery().ready(function(){ldelim} {$plugin.EXT_NAME} {$plugin.VERSION} - {$plugin.NEW_VERSION} + {$plugin.NEW_VERSION} {'plugins_auto_update'|@translate} / {'plugins_download'|@translate} @@ -54,7 +54,7 @@ jQuery().ready(function(){ldelim} {foreach from=$plugins_uptodate item=plugin name=plugins_loop} {$plugin.NAME} - {$plugin.VERSION} + {$plugin.VERSION} {/foreach} -- cgit v1.2.3