|
From: <ara...@us...> - 2006-12-03 14:06:16
|
Revision: 56
http://svn.sourceforge.net/easybox-mod/?rev=56&view=rev
Author: aragornis
Date: 2006-12-03 06:06:07 -0800 (Sun, 03 Dec 2006)
Log Message:
-----------
Modified Paths:
--------------
trunk/_utilisateur/modules.db
trunk/module/modules/modules.tpl
Modified: trunk/_utilisateur/modules.db
===================================================================
(Binary files differ)
Modified: trunk/module/modules/modules.tpl
===================================================================
--- trunk/module/modules/modules.tpl 2006-12-03 08:32:47 UTC (rev 55)
+++ trunk/module/modules/modules.tpl 2006-12-03 14:06:07 UTC (rev 56)
@@ -1,12 +1,12 @@
{if $action=="mod" OR $action=="skin"}
{section name=mod loop=$MOD}
{if $smarty.section.mod.first}
- <table width="450" border="0" cellspacing="0" cellpadding="0">
+ <table width="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><font size=2><b>Nom</b></font></td>
- <td width="50"><font size=2><b>Version</b></font></td>
+ <td><font size=2><b>Version</b></font></td>
<td><font size=2><b>Description</b></font></td>
- <td><font size=2><b>D\xE9sinstaller</b></font></td>
+ <td><font size=2><b>Sup.</b></font></td>
</tr>
{/if}
{cycle name=color assign=COLOR print=false values="`$smarty.config.COULEUR_INTERFACE1`,`$smarty.config.COULEUR_INTERFACE2`"}
@@ -29,13 +29,13 @@
{elseif $action=="newmod" OR $action=="newskin"}
{section name=mod loop=$MOD}
{if $smarty.section.mod.first}
- <table width="450" border="0" cellspacing="0" cellpadding="0">
+ <table width="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><font size=2><b>Nom</b></font></td>
- <td width="50"><font size=2><b>Version</b></font></td>
+ <td><font size=2><b>Version</b></font></td>
<td><font size=2><b>Auteur</b></font></td>
<td><font size=2><b>Description</b></font></td>
- <td><font size=2><b>Installer</b></font></td>
+ <td><font size=2><b>Ins.</b></font></td>
</tr>
{/if}
{cycle name=color assign=COLOR print=false values="`$smarty.config.COULEUR_INTERFACE1`,`$smarty.config.COULEUR_INTERFACE2`"}
@@ -44,7 +44,7 @@
<td>{$MOD[mod].version}</td>
<td>{$MOD[mod].auteur}</td>
<td>{$MOD[mod].description}</td>
- <td><a href="index1.php?install{$action}={$MOD[mod].nom|urlencode}&action={$action}">Installer</a></td>
+ <td><a href="index1.php?install{$action}={$MOD[mod].nom|urlencode}&action={$action}">Ins.</a></td>
</tr>
{if $smarty.section.mod.last}</table>{/if}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|