From: <be...@us...> - 2012-05-19 10:22:56
|
Revision: 9550 http://xoops.svn.sourceforge.net/xoops/?rev=9550&view=rev Author: beckmi Date: 2012-05-19 10:22:50 +0000 (Sat, 19 May 2012) Log Message: ----------- Updating icon links Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/protector/templates/admin/protector_advisory.html Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/protector/templates/admin/protector_advisory.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/protector/templates/admin/protector_advisory.html 2012-05-19 10:22:05 UTC (rev 9549) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/protector/templates/admin/protector_advisory.html 2012-05-19 10:22:50 UTC (rev 9550) @@ -15,10 +15,10 @@ <td class="txtcenter"><{$security.type}></td> <td class="xo-actions txtcenter"> <{if $security.status == '1'}> - <img src="<{xoAdminIcons success.png}>" alt="OK" /> + <img src="<{xoModuleIcons16 1.png}>" alt="OK" /> <{/if}> <{if $security.status == '0'}> - <img src="<{xoAdminIcons cancel.png}>" alt="<{$smarty.const._AM_ADV_NOTSECURE}>"/> + <img src="<{xoModuleIcons16 0.png}>" alt="<{$smarty.const._AM_ADV_NOTSECURE}>"/> <{/if}> <{if $security.status == '-'}> <{$security.status}> @@ -27,7 +27,7 @@ <td class="txtleft"><{$security.info}></td> <td class="xo-actions txtcenter"> <{if $security.text != ''}> - <img class="xo-tooltip" onclick="display_dialog(<{$security.id}>, true, true, 'slide', 'slide', 200, 520);" src="<{xoAdminIcons display.png}>" title="<{$smarty.const._AM_ADV_VIEW}>" alt="<{$smarty.const._AM_ADV_VIEW}>" /> + <img class="xo-tooltip" onclick="display_dialog(<{$security.id}>, true, true, 'slide', 'slide', 200, 520);" src="<{xoModuleIcons16 info.png}>" title="<{$smarty.const._AM_ADV_VIEW}>" alt="<{$smarty.const._AM_ADV_VIEW}>" /> <{/if}> </td> </tr> @@ -45,7 +45,7 @@ <div class="xo-moduleadmin-infobox outer"> <div class="xo-window"> <div class="xo-window-title"> - <img src="<{$xoops_url}>/media/xoops/images/icons/16/info.png" alt="" /> <{$smarty.const._AM_ADV_SUBTITLECHECK}> + <img src="<{xoModuleIcons16 info.png}>" alt="" /> <{$smarty.const._AM_ADV_SUBTITLECHECK}> <a class="down" href="javascript:;"> </a> </div> <div class="xo-window-data"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |