aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/plugins_new.tpl
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2010-03-31 22:57:25 +0000
committerpatdenice <patdenice@piwigo.org>2010-03-31 22:57:25 +0000
commit16721f36da926e9cb171fd589146cc6d1b16c86d (patch)
treed808fd8cbbb34b813a128388f79aab0586846640 /admin/themes/default/template/plugins_new.tpl
parentac283e2ec000ddcff62ae1e0e6262b9621137b76 (diff)
Feature 1557: Correction for number of downloads.
git-svn-id: http://piwigo.org/svn/trunk@5516 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/plugins_new.tpl')
-rw-r--r--admin/themes/default/template/plugins_new.tpl11
1 files changed, 7 insertions, 4 deletions
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}
<h2>{'Plugins'|@translate}</h2>
</div>
+<fieldset>
+<legend></legend>
{foreach from=$plugins item=plugin name=plugins_loop}
<div class="pluginBox" id="plugin_{$plugin.ID}"}>
<table>
@@ -37,10 +39,10 @@ jQuery().ready(function(){ldelim}
{if $plugin.BIG_DESC != $plugin.SMALL_DESC}
<td id="desc_{$plugin.ID}" class="pluginDesc">
<span id="smalldesc_{$plugin.ID}">
- <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/plus.gif">{$plugin.SMALL_DESC}...
+ <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/plus.gif" alt="">{$plugin.SMALL_DESC}...
</span>
<span id="bigdesc_{$plugin.ID}" style="display:none;">
- <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/minus.gif">{$plugin.BIG_DESC|@nl2br}<br>&nbsp;
+ <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/minus.gif" alt="">{$plugin.BIG_DESC|@nl2br}<br>&nbsp;
</span>
</td>
{else}
@@ -53,12 +55,13 @@ jQuery().ready(function(){ldelim}
| <a href="{$plugin.URL_DOWNLOAD}">{'Download'|@translate}</a>
</td>
<td>
+ <em>{'Downloads'|@translate}: {$plugin.DOWNLOADS}</em>
{'Version'|@translate} {$plugin.VERSION}
| {'By %s'|@translate|@sprintf:$plugin.AUTHOR}
| <a class="externalLink" href="{$plugin.EXT_URL}">{'Visit plugin site'|@translate}</a>
- <em>{'Downloads'|@translate}: {$plugin.DOWNLOADS}</em>
</td>
</tr>
</table>
</div>
-{/foreach} \ No newline at end of file
+{/foreach}
+</fieldset> \ No newline at end of file