From 16721f36da926e9cb171fd589146cc6d1b16c86d Mon Sep 17 00:00:00 2001 From: patdenice Date: Wed, 31 Mar 2010 22:57:25 +0000 Subject: Feature 1557: Correction for number of downloads. git-svn-id: http://piwigo.org/svn/trunk@5516 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/plugins_new.tpl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'admin/themes') diff --git a/admin/themes/default/template/plugins_new.tpl b/admin/themes/default/template/plugins_new.tpl index ca82a79de..810bc6b34 100644 --- a/admin/themes/default/template/plugins_new.tpl +++ b/admin/themes/default/template/plugins_new.tpl @@ -29,6 +29,8 @@ jQuery().ready(function(){ldelim}

{'Plugins'|@translate}

+
+ {foreach from=$plugins item=plugin name=plugins_loop}
@@ -37,10 +39,10 @@ jQuery().ready(function(){ldelim} {if $plugin.BIG_DESC != $plugin.SMALL_DESC} {else} @@ -53,12 +55,13 @@ jQuery().ready(function(){ldelim} | {'Download'|@translate}
- {$plugin.SMALL_DESC}... + {$plugin.SMALL_DESC}... + {'Downloads'|@translate}: {$plugin.DOWNLOADS} {'Version'|@translate} {$plugin.VERSION} | {'By %s'|@translate|@sprintf:$plugin.AUTHOR} | {'Visit plugin site'|@translate} - {'Downloads'|@translate}: {$plugin.DOWNLOADS}
-{/foreach} \ No newline at end of file +{/foreach} +
\ No newline at end of file -- cgit v1.2.3