|
From: <be...@us...> - 2013-08-14 10:16:41
|
Revision: 11916
http://sourceforge.net/p/xoops/svn/11916
Author: beckmi
Date: 2013-08-14 10:16:36 +0000 (Wed, 14 Aug 2013)
Log Message:
-----------
Updating icons and centering them
Modified Paths:
--------------
XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_categorieslist.html
XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_downloadslist.html
XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_mimetypeslist.html
XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_mirrorslist.html
XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_ratingslist.html
XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_reportsmodificationslist.html
XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_reviewslist.html
Modified: XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_categorieslist.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_categorieslist.html 2013-08-14 09:31:37 UTC (rev 11915)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_categorieslist.html 2013-08-14 10:16:36 UTC (rev 11916)
@@ -17,7 +17,7 @@
<input type="text" name="new_weights[<{$sorted_category.category.cid}>]" size="5" maxlength="5" value="<{$sorted_category.category.weight}>" />
</td>
<td><{$sorted_category.category.description}></td>
- <td>
+ <td align='center'>
<a href="?op=category.edit&cid=<{$sorted_category.category.cid}>" title="<{$smarty.const._EDIT}>"><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>" alt="<{$smarty.const._EDIT}>" /></a>
<a href="?op=category.delete&cid=<{$sorted_category.category.cid}>" title="<{$smarty.const._DELETE}>"><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
<a href="?op=category.move&cid=<{$sorted_category.category.cid}>" title="<{$smarty.const._AM_WFD_BMOVE}>"><img src="<{xoModuleIcons16 forward.png}>" title="<{$smarty.const._AM_WFD_BMOVE}>" alt="<{$smarty.const._AM_WFD_BMOVE}>" /></a>
Modified: XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_downloadslist.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_downloadslist.html 2013-08-14 09:31:37 UTC (rev 11915)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_downloadslist.html 2013-08-14 10:16:36 UTC (rev 11916)
@@ -18,29 +18,29 @@
</tr>
<{foreach item=download from=$published_downloads}>
<tr class="<{cycle values='even, odd'}>">
- <td><{$download.lid}></td>
+ <td align='center'><{$download.lid}></td>
<td><a href='../singlefile.php?cid=<{$download.cid}>&lid=<{$download.lid}>'><{$download.title}></a></td>
<td><{$download.category_title}></td>
<td><{$download.submitter_uname}></td>
<td><{$download.published_timestamp}></td>
- <td>
+ <td align='center'>
<{if $download.offline}>
- <img src="<{xoModuleIcons16 off.png}>" />
+ <img src="<{xoModuleIcons16 0.png}>" />
<{else}>
- <img src="<{xoModuleIcons16 on.png}>" />
+ <img src="<{xoModuleIcons16 1.png}>" />
<{/if}>
</td>
- <td>
+ <td align='center'>
<{if $download.published}>
- <img src="<{xoModuleIcons16 on.png}>" />
+ <img src="<{xoModuleIcons16 1.png}>" />
<{else}>
- <img src="<{xoModuleIcons16 off.png}>" />
+ <img src="<{xoModuleIcons16 0.png}>" />
<{/if}>
</td>
<td>
<a href='ip_logs.php?lid=<{$download.lid}>' title="<{$smarty.const._AM_WFD_IP_LOGS}>"><{$smarty.const._AM_WFD_IP_LOGS}></a>
</td>
- <td>
+ <td align='center'>
<a href='?op=download.add&lid=<{$download.lid}>' title="<{$smarty.const._EDIT}>"><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>" alt="<{$smarty.const._EDIT}>" /></a>
<a href='?op=download.delete&lid=<{$download.lid}>' title="<{$smarty.const._DELETE}>"><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
</td>
@@ -74,8 +74,8 @@
<td><{$new_download.category_title}></td>
<td><{$new_download.submitter_uname}></td>
<td><{$new_download.date_timestamp}></td>
- <td>
- <a href='?op=newdownload.approve&lid=<{$new_download.lid}>' title="<{$smarty.const._AM_WFD_BAPPROVE}>"><img src="<{xoModuleIcons16 on.png}>" title="<{$smarty.const._AM_WFD_BAPPROVE}>" alt="<{$smarty.const._AM_WFD_BAPPROVE}>" /></a>
+ <td align='center'>
+ <a href='?op=newdownload.approve&lid=<{$new_download.lid}>' title="<{$smarty.const._AM_WFD_BAPPROVE}>"><img src="<{xoModuleIcons16 1.png}>" title="<{$smarty.const._AM_WFD_BAPPROVE}>" alt="<{$smarty.const._AM_WFD_BAPPROVE}>" /></a>
<a href='?op=download.edit&lid=<{$new_download.lid}>' title="<{$smarty.const._EDIT}>"><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>" alt="<{$smarty.const._EDIT}>" /></a>
<a href='?op=download.delete&lid=<{$new_download.lid}>' title="<{$smarty.const._DELETE}>"><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
</td>
@@ -113,22 +113,22 @@
<td><{$download.category_title}></td>
<td><{$download.submitter_uname}></td>
<td><{$download.published_timestamp}></td>
- <td>
+ <td align='center'>
<{if $download.offline}>
- <img src="<{xoModuleIcons16 off.png}>" />
+ <img src="<{xoModuleIcons16 0.png}>" />
<{else}>
- <img src="<{xoModuleIcons16 on.png}>" />
+ <img src="<{xoModuleIcons16 1.png}>" />
<{/if}>
</td>
- <td>
+ <td align='center'>
<{if $download.published}>
- <img src="<{xoModuleIcons16 on.png}>" />
+ <img src="<{xoModuleIcons16 1.png}>" />
<{else}>
- <img src="<{xoModuleIcons16 off.png}>" />
+ <img src="<{xoModuleIcons16 0.png}>" />
<{/if}>
</td>
<td><a href='ip_logs.php?lid=<{$download.lid}>'><{$smarty.const._AM_WFD_IP_LOGS}></a></td>
- <td>
+ <td align='center'>
<a href='?op=download.add&lid=<{$download.lid}>' title="<{$smarty.const._EDIT}>"><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>" alt="<{$smarty.const._EDIT}>" /></a>
<a href='?op=download.delete&lid=<{$download.lid}>' title="<{$smarty.const._DELETE}>"><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
</td>
@@ -166,22 +166,22 @@
<td><{$download.category_title}></td>
<td><{$download.submitter_uname}></td>
<td><{$download.published_timestamp}></td>
- <td>
+ <td align='center'>
<{if $download.offline}>
- <img src="<{xoModuleIcons16 off.png}>" />
+ <img src="<{xoModuleIcons16 0.png}>" />
<{else}>
- <img src="<{xoModuleIcons16 on.png}>" />
+ <img src="<{xoModuleIcons16 1.png}>" />
<{/if}>
</td>
- <td>
+ <td align='center'>
<{if $download.published}>
- <img src="<{xoModuleIcons16 on.png}>" />
+ <img src="<{xoModuleIcons16 1.png}>" />
<{else}>
- <img src="<{xoModuleIcons16 off.png}>" />
+ <img src="<{xoModuleIcons16 0.png}>" />
<{/if}>
</td>
<td><a href='ip_logs.php?lid=<{$download.lid}>'><{$smarty.const._AM_WFD_IP_LOGS}></a></td>
- <td>
+ <td align='center'>
<a href='?op=download.add&lid=<{$download.lid}>' title="<{$smarty.const._EDIT}>"><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>" alt="<{$smarty.const._EDIT}>" /></a>
<a href='?op=download.delete&lid=<{$download.lid}>' title="<{$smarty.const._DELETE}>"><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
</td>
@@ -219,22 +219,22 @@
<td><{$download.category_title}></td>
<td><{$download.submitter_uname}></td>
<td><{$download.published_timestamp}></td>
- <td>
+ <td align='center'>
<{if $download.offline}>
- <img src="<{xoModuleIcons16 off.png}>" />
+ <img src="<{xoModuleIcons16 0.png}>" />
<{else}>
- <img src="<{xoModuleIcons16 on.png}>" />
+ <img src="<{xoModuleIcons16 1.png}>" />
<{/if}>
</td>
- <td>
+ <td align='center'>
<{if $download.published}>
- <img src="<{xoModuleIcons16 on.png}>" />
+ <img src="<{xoModuleIcons16 1.png}>" />
<{else}>
- <img src="<{xoModuleIcons16 off.png}>" />
+ <img src="<{xoModuleIcons16 0.png}>" />
<{/if}>
</td>
<td><a href='ip_logs.php?lid=<{$download.lid}>'><{$smarty.const._AM_WFD_IP_LOGS}></a></td>
- <td>
+ <td align='center'>
<a href='?op=download.add&lid=<{$download.lid}>' title="<{$smarty.const._EDIT}>"><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>" alt="<{$smarty.const._EDIT}>" /></a>
<a href='?op=download.delete&lid=<{$download.lid}>' title="<{$smarty.const._DELETE}>"><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
</td>
Modified: XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_mimetypeslist.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_mimetypeslist.html 2013-08-14 09:31:37 UTC (rev 11915)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_mimetypeslist.html 2013-08-14 10:16:36 UTC (rev 11916)
@@ -46,26 +46,26 @@
<tr class="<{cycle values='even, odd'}>">
<td class='head'><{$mimetype.mime_id}></td>
<td class='even'><{$mimetype.mime_name}></td>
- <td class='even'>.<{$mimetype.mime_ext}></td>
- <td class='even'>
+ <td class='even' align='center'>.<{$mimetype.mime_ext}></td>
+ <td class='even' align='center' align='center'>
<a href='?op=mimetype.update&admin=1&mime_id=<{$mimetype.mime_id}>&start=<{$start}>'>
<{if ($mimetype.mime_admin == 1)}>
- <img src="<{xoModuleIcons16 on.png}>" />
+ <img src="<{xoModuleIcons16 1.png}>" />
<{else}>
- <img src="<{xoModuleIcons16 off.png}>" />
+ <img src="<{xoModuleIcons16 0.png}>" />
<{/if}>
</a>
</td>
- <td class='even'>
+ <td class='even' align='center'>
<a href='?op=mimetype.update&user=1&mime_id=<{$mimetype.mime_id}>&start=<{$start}>'>
<{if ($mimetype.mime_user == 1)}>
- <img src="<{xoModuleIcons16 on.png}>" />
+ <img src="<{xoModuleIcons16 1.png}>" />
<{else}>
- <img src="<{xoModuleIcons16 off.png}>" />
+ <img src="<{xoModuleIcons16 0.png}>" />
<{/if}>
</a>
</td>
- <td class='even'>
+ <td class='even' align='center'>
<a href='?op=mimetype.edit&mime_id=<{$mimetype.mime_id}>'><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>" alt="<{$smarty.const._EDIT}>" /></a>
<a href='?op=mimetype.delete&mime_id=<{$mimetype.mime_id}>'><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
</td>
@@ -75,13 +75,13 @@
<td> </td>
<td> </td>
<td> </td>
- <td>
- <a href='?op=mimetypes.update&admin=1&type_all=1'><img src="<{xoModuleIcons16 on.png}>" /></a>
- <a href='?op=mimetypes.update&admin=1&type_all=0'><img src="<{xoModuleIcons16 off.png}>" /></a>
+ <td align='center'>
+ <a href='?op=mimetypes.update&admin=1&type_all=1'><img src="<{xoModuleIcons16 1.png}>" /></a>
+ <a href='?op=mimetypes.update&admin=1&type_all=0'><img src="<{xoModuleIcons16 0.png}>" /></a>
</td>
- <td>
- <a href='?op=mimetypes.update&user=1&type_all=1'><img src="<{xoModuleIcons16 on.png}>" /></a>
- <a href='?op=mimetypes.update&user=1&type_all=0'><img src="<{xoModuleIcons16 off.png}>" /></a>
+ <td align='center'>
+ <a href='?op=mimetypes.update&user=1&type_all=1'><img src="<{xoModuleIcons16 1.png}>" /></a>
+ <a href='?op=mimetypes.update&user=1&type_all=0'><img src="<{xoModuleIcons16 0.png}>" /></a>
</td>
<td> </td>
</tr>
Modified: XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_mirrorslist.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_mirrorslist.html 2013-08-14 09:31:37 UTC (rev 11915)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_mirrorslist.html 2013-08-14 10:16:36 UTC (rev 11916)
@@ -6,7 +6,7 @@
<{$smarty.const._AM_WFD_MIRROR_MIRROR_TOTAL}>: <{$mirrors_published_count}>
</p>
<p>
- <img src="<{xoModuleIcons16 on.png}>" title="<{$smarty.const._AM_WFD_AMIRRORS_APPROVE}>" alt="<{$smarty.const._AM_WFD_AMIRRORS_APPROVE}>" /> <{$smarty.const._AM_WFD_AMIRRORS_APPROVE}>
+ <img src="<{xoModuleIcons16 1.png}>" title="<{$smarty.const._AM_WFD_AMIRRORS_APPROVE}>" alt="<{$smarty.const._AM_WFD_AMIRRORS_APPROVE}>" /> <{$smarty.const._AM_WFD_AMIRRORS_APPROVE}>
<br />
<img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._AM_WFD_AMIRRORS_EDIT}>" alt="<{$smarty.const._AM_WFD_AMIRRORS_EDIT}>" /> <{$smarty.const._AM_WFD_AMIRRORS_EDIT}>
<br />
@@ -37,8 +37,8 @@
</td>
<td class='even'><{$mirror_waiting.submitter_uname}></td>
<td class='even'><{$mirror_waiting.formatted_date}></td>
- <td class='even'>
- <a href='?op=mirror.approve&mirror_id=<{$mirror_waiting.mirror_id}>'><img src="<{xoModuleIcons16 on.png}>" title="<{$smarty.const._AM_WFD_BAPPROVE}>" alt="<{$smarty.const._AM_WFD_BAPPROVE}>" /></a>
+ <td class='even' align='center'>
+ <a href='?op=mirror.approve&mirror_id=<{$mirror_waiting.mirror_id}>'><img src="<{xoModuleIcons16 1.png}>" title="<{$smarty.const._AM_WFD_BAPPROVE}>" alt="<{$smarty.const._AM_WFD_BAPPROVE}>" /></a>
<a href='?op=mirror.edit&mirror_id=<{$mirror_waiting.mirror_id}>'><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>" alt="<{$smarty.const._EDIT}>" /></a>
<a href='?op=mirror.delete&mirror_id=<{$mirror_waiting.mirror_id}>'><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
</td>
@@ -72,7 +72,7 @@
</td>
<td class='even'><{$mirror_published.submitter_uname}></td>
<td class='even'><{$mirror_published.formatted_date}></td>
- <td class='even'>
+ <td class='even' align='center'>
<a href='?op=mirror.edit&mirror_id=<{$mirror_published.mirror_id}>'><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>" alt="<{$smarty.const._EDIT}>" /></a>
<a href='?op=mirror.delete&mirror_id=<{$mirror_published.mirror_id}>'><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
</td>
Modified: XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_ratingslist.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_ratingslist.html 2013-08-14 09:31:37 UTC (rev 11915)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_ratingslist.html 2013-08-14 10:16:36 UTC (rev 11916)
@@ -34,9 +34,9 @@
<td class='even'><{$rating.submitter_uname}></td>
<td class='even'><{$rating.ratinghostname}></td>
<td class='even'><{$rating.download_title}></td>
- <td class='even'><{$rating.rating}></td>
+ <td class='even' align='center'><{$rating.rating}></td>
<td class='even'><{$rating.formatted_date}></td>
- <td class='even'>
+ <td class='even' align='center'>
<a href='?op=vote.delete&lid=<{$rating.lid}>&rid=<{$rating.rid}>'><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
</td>
</tr>
Modified: XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_reportsmodificationslist.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_reportsmodificationslist.html 2013-08-14 09:31:37 UTC (rev 11915)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_reportsmodificationslist.html 2013-08-14 10:16:36 UTC (rev 11916)
@@ -4,15 +4,15 @@
<{$smarty.const._AM_WFD_BROKEN_REPORTSNO}>: <{$reports_count}>
</p>
<p>
- <img src="<{xoModuleIcons16 on.png}>" title="<{$smarty.const._AM_WFD_BROKEN_IGNOREDESC}>" alt="<{$smarty.const._AM_WFD_BROKEN_IGNOREDESC}>" /> <{$smarty.const._AM_WFD_BROKEN_IGNOREDESC}>
+ <img src="<{xoModuleIcons16 1.png}>" title="<{$smarty.const._AM_WFD_BROKEN_IGNOREDESC}>" alt="<{$smarty.const._AM_WFD_BROKEN_IGNOREDESC}>" /> <{$smarty.const._AM_WFD_BROKEN_IGNOREDESC}>
<br />
<img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._AM_WFD_BROKEN_EDITDESC}>" alt="<{$smarty.const._AM_WFD_BROKEN_EDITDESC}>" /> <{$smarty.const._AM_WFD_BROKEN_EDITDESC}>
<br />
<img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._AM_WFD_BROKEN_DELETEDESC}>" alt="<{$smarty.const._AM_WFD_BROKEN_DELETEDESC}>" /> <{$smarty.const._AM_WFD_BROKEN_DELETEDESC}>
<br />
- <img src="<{xoModuleIcons16 on.png}>" /> <{$smarty.const._AM_WFD_BROKEN_ACKDESC}>
+ <img src="<{xoModuleIcons16 1.png}>" /> <{$smarty.const._AM_WFD_BROKEN_ACKDESC}>
<br />
- <img src="<{xoModuleIcons16 on.png}>" /> <{$smarty.const._AM_WFD_BROKEN_CONFIRMDESC}>
+ <img src="<{xoModuleIcons16 1.png}>" /> <{$smarty.const._AM_WFD_BROKEN_CONFIRMDESC}>
</p>
</fieldset>
@@ -57,7 +57,7 @@
<{/if}>
</td>
<td><{$report.formatted_date}></td>
- <td>
+ <td align='center'>
<a href='?op=report.ignore&lid=' alt='' title=''>
<img src="<{xoModuleIcons16 on.png}>" title="<{$smarty.const._AM_WFD_BROKEN_IGNOREDESC}>" alt="<{$smarty.const._AM_WFD_BROKEN_IGNOREDESC}>" />
</a>
@@ -69,16 +69,16 @@
</a>
<a href='?op=reports.update&lid=<{$report.download_lid}>&ack=<{$report.acknowledged}>' alt='<{$smarty.const._AM_WFD_BROKEN_ACK_ALT}>' title='<{$smarty.const._AM_WFD_BROKEN_ACK_ALT}>'>
<{if ($report.acknowledged)}>
- <img src="<{xoModuleIcons16 on.png}>" />
+ <img src="<{xoModuleIcons16 1.png}>" />
<{else}>
- <img src="<{xoModuleIcons16 off.png}>" />
+ <img src="<{xoModuleIcons16 0.png}>" />
<{/if}>
</a>
<a href='?op=reports.update&lid=<{$report.download_lid}>&con=<{$report.confirmed}>' alt='<{$smarty.const._AM_WFD_BROKEN_CONFIRM_ALT}>' title='<{$smarty.const._AM_WFD_BROKEN_CONFIRM_ALT}>'>
<{if ($report.confirmed)}>
- <img src="<{xoModuleIcons16 on.png}>" />
+ <img src="<{xoModuleIcons16 1.png}>" />
<{else}>
- <img src="<{xoModuleIcons16 off.png}>" />
+ <img src="<{xoModuleIcons16 0.png}>" />
<{/if}>
</a>
</td>
Modified: XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_reviewslist.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_reviewslist.html 2013-08-14 09:31:37 UTC (rev 11915)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_reviewslist.html 2013-08-14 10:16:36 UTC (rev 11916)
@@ -7,7 +7,7 @@
<{$smarty.const._AM_WFD_REV_REVIEW_TOTAL}>: <{$reviews_published_count}>
</p>
<p>
- <img src="<{xoModuleIcons16 on.png}>" title="<{$smarty.const._AM_WFD_AREVIEWS_APPROVE}>" alt="<{$smarty.const._AM_WFD_AREVIEWS_APPROVE}>" /> <{$smarty.const._AM_WFD_AREVIEWS_APPROVE}>
+ <img src="<{xoModuleIcons16 1.png}>" title="<{$smarty.const._AM_WFD_AREVIEWS_APPROVE}>" alt="<{$smarty.const._AM_WFD_AREVIEWS_APPROVE}>" /> <{$smarty.const._AM_WFD_AREVIEWS_APPROVE}>
<br />
<img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._AM_WFD_AREVIEWS_EDIT}>" alt="<{$smarty.const._AM_WFD_AREVIEWS_EDIT}>" /> <{$smarty.const._AM_WFD_AREVIEWS_EDIT}>
<br />
@@ -42,7 +42,7 @@
</td>
<td class='even'><{$review_waiting.submitter_uname}></td>
<td class='even'><{$review_waiting.formatted_date}></td>
- <td class='even'>
+ <td class='even' align='center'>
<a href='?op=review.approve&review_id=<{$review_waiting.review_id}>'><img src="<{xoModuleIcons16 on.png}>" title="<{$smarty.const._AM_WFD_AREVIEWS_APPROVE}>" alt="<{$smarty.const._AM_WFD_AREVIEWS_APPROVE}>" /></a>
<a href='?op=review.edit&review_id=<{$review_waiting.review_id}>'><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._AM_WFD_AREVIEWS_EDIT}>" alt="<{$smarty.const._AM_WFD_AREVIEWS_EDIT}>" /></a>
<a href='?op=review.delete&review_id=<{$review_waiting.review_id}>'><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._AM_WFD_AREVIEWS_DELETE}>" alt="<{$smarty.const._AM_WFD_AREVIEWS_DELETE}>" /></a>
@@ -81,7 +81,7 @@
</td>
<td class='even'><{$review_published.submitter_uname}></td>
<td class='even'><{$review_published.formatted_date}></td>
- <td class='even'>
+ <td class='even' align='center'>
<a href='?op=review.edit&review_id=<{$review_published.review_id}>'><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._AM_WFD_AREVIEWS_EDIT}>" alt="<{$smarty.const._AM_WFD_AREVIEWS_EDIT}>" /></a>
<a href='?op=review.delete&review_id=<{$review_published.review_id}>'><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._AM_WFD_AREVIEWS_DELETE}>" alt="<{$smarty.const._AM_WFD_AREVIEWS_DELETE}>" /></a>
</td>
|