aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/plugins_update.tpl
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2008-03-10 18:01:17 +0000
committerpatdenice <patdenice@piwigo.org>2008-03-10 18:01:17 +0000
commitff19a8f1cd624eae602b64895ce92bdaa7789d69 (patch)
tree9ffa0b5329f1ad7bac26350ad0db3db2c2e167c9 /template/yoga/admin/plugins_update.tpl
parente834737e848c7328638a9080868cf92541b656a9 (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 '')
-rw-r--r--template/yoga/admin/plugins_update.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/plugins_update.tpl b/template/yoga/admin/plugins_update.tpl
index 9abc32be1..df0ac4ae0 100644
--- a/template/yoga/admin/plugins_update.tpl
+++ b/template/yoga/admin/plugins_update.tpl
@@ -63,7 +63,7 @@
</thead>
{foreach from=$plugins_cant_check item=plugin name=plugins_loop}
<tr class="{if $smarty.foreach.plugins_loop.index is odd}row1{else}row2{/if}">
- <td>&nbsp;{$plugin.NAME}&nbsp;</td>
+ <td>{$plugin.NAME}</td>
<td style="text-align:center;">{$plugin.VERSION}</td>
</tr>
{/foreach}