From: <ma...@us...> - 2012-07-09 16:41:34
|
Revision: 9826 http://xoops.svn.sourceforge.net/xoops/?rev=9826&view=rev Author: mageg Date: 2012-07-09 16:41:13 +0000 (Mon, 09 Jul 2012) Log Message: ----------- little bug with the banner templates Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/templates/banners_client.html Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/templates/banners_client.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/templates/banners_client.html 2012-07-09 12:54:39 UTC (rev 9825) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/templates/banners_client.html 2012-07-09 16:41:13 UTC (rev 9826) @@ -16,7 +16,7 @@ <{foreach item=banner from=$banner}> <tr class="<{cycle values='even,odd'}>"> <td class="txtcenter"> - <a class="tooltip" href="<{$banner.clickurl}>" title="<{$banner.clickurl}>" rel='external'><{$banner.bid}></a> + <a class="xo-tooltip" href="<{$banner.clickurl}>" title="<{$banner.clickurl}>" rel='external'><{$banner.bid}></a> </td> <td class="txtcenter"><{$banner.name}></td> <td class="txtcenter"><{$banner.impmade}></td> @@ -24,12 +24,12 @@ <td class="txtcenter"><{$banner.clicks}></td> <td class="txtcenter"><{$banner.percent}>%</td> <td class="xo-actions txtcenter"> - <img class="tooltip" onclick="display_dialog(<{$banner.bid}>, true, true, 'slide', 'slide', 200, 520);" src="<{xoAdminIcons display.png}>" alt="<{$smarty.const._AM_BANNERS_VIEW}>" title="<{$smarty.const._AM_BANNERS_VIEW}>" /> - <a class="tooltip" href="index.php?op=edit&bid=<{$banner.bid}>" title="<{$smarty.const._AM_BANNERS_EDIT}>"> + <img class="xo-tooltip" onclick="display_dialog(<{$banner.bid}>, true, true, 'slide', 'slide', 200, 520);" src="<{xoAdminIcons display.png}>" alt="<{$smarty.const._AM_BANNERS_VIEW}>" title="<{$smarty.const._AM_BANNERS_VIEW}>" /> + <a class="xo-tooltip" href="index.php?op=edit&bid=<{$banner.bid}>" title="<{$smarty.const._AM_BANNERS_EDIT}>"> <img src="<{xoAdminIcons edit.png}>" alt="<{$smarty.const._AM_BANNERS_EDIT}>" /> </a> <{if $banner.uid != 0}> - <a class="tooltip" href="index.php?op=EmailStats&bid=<{$banner.bid}>" title="<{$smarty.const._MD_BANNERS_INDEX_EMAIL}>"> + <a class="xo-tooltip" href="index.php?op=EmailStats&bid=<{$banner.bid}>" title="<{$smarty.const._MD_BANNERS_INDEX_EMAIL}>"> <img src="<{xoAdminIcons mail_send.png}>" alt="<{$smarty.const._MD_BANNERS_INDEX_EMAIL}>" /> </a> <{/if}> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |