Revision: 12683
http://sourceforge.net/p/xoops/svn/12683
Author: txmodxoops
Date: 2014-07-07 14:09:21 +0000 (Mon, 07 Jul 2014)
Log Message:
-----------
Modified Paths:
--------------
XoopsModules/TDMCreate/branches/timgno/1.91/TDMCreate/templates/admin/tdmcreate_fields.tpl
Modified: XoopsModules/TDMCreate/branches/timgno/1.91/TDMCreate/templates/admin/tdmcreate_fields.tpl
===================================================================
--- XoopsModules/TDMCreate/branches/timgno/1.91/TDMCreate/templates/admin/tdmcreate_fields.tpl 2014-07-07 14:07:04 UTC (rev 12682)
+++ XoopsModules/TDMCreate/branches/timgno/1.91/TDMCreate/templates/admin/tdmcreate_fields.tpl 2014-07-07 14:09:21 UTC (rev 12683)
@@ -34,15 +34,15 @@
<td class='center'><u class='bold'><{$table.name}></u></td>
<td class='center'><img src="<{xoModuleIcons32}><{$table.image}>" alt="<{$table.name}>" height="22" /></td>
<td class='center bold'><{$table.nbfields}></td>
- <td class='center'><img src="<{$modPathIcon16}>/nb_fields.png" /></td>
- <td class='center'><img src="<{$modPathIcon16}>/nb_fields.png" /></td>
- <td class='center'><img src="<{$modPathIcon16}>/nb_fields.png" /></td>
- <td class='center'><img src="<{$modPathIcon16}>/nb_fields.png" /></td>
- <td class='center'><img src="<{$modPathIcon16}>/nb_fields.png" /></td>
- <td class='center'><img src="<{$modPathIcon16}>/nb_fields.png" /></td>
- <td class='center'><img src="<{$modPathIcon16}>/nb_fields.png" /></td>
- <td class='center'><img src="<{$modPathIcon16}>/nb_fields.png" /></td>
- <td class='center'><img src="<{$modPathIcon16}>/nb_fields.png" /></td>
+ <td class='center'><img src="<{$modPathIcon16}>/fields.png" /></td>
+ <td class='center'><img src="<{$modPathIcon16}>/fields.png" /></td>
+ <td class='center'><img src="<{$modPathIcon16}>/fields.png" /></td>
+ <td class='center'><img src="<{$modPathIcon16}>/fields.png" /></td>
+ <td class='center'><img src="<{$modPathIcon16}>/fields.png" /></td>
+ <td class='center'><img src="<{$modPathIcon16}>/fields.png" /></td>
+ <td class='center'><img src="<{$modPathIcon16}>/fields.png" /></td>
+ <td class='center'><img src="<{$modPathIcon16}>/fields.png" /></td>
+ <td class='center'><img src="<{$modPathIcon16}>/fields.png" /></td>
<td class='xo-actions txtcenter width6'>
<a href="tables.php?op=edit&table_mid=<{$table.mid}>&table_id=<{$table.id}>" title="<{$smarty.const._AM_TDMCREATE_EDIT_TABLE}>">
<img src="<{xoModuleIcons16 edit.png}>" alt="<{$smarty.const._AM_TDMCREATE_EDIT_TABLE}>" />
|