mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 15:17:16 +01:00
Paul is now starting to get very annoyed with this overlayed ICQ button :D
git-svn-id: file:///svn/phpbb/trunk@1802 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
3e5778094c
commit
e39a660e8d
@ -8,12 +8,12 @@ function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
|
||||
if( !icq_add_img_src.width )
|
||||
{
|
||||
icq_add_img_src.src = icq_add_img;
|
||||
while( !icq_add_img_src.width );
|
||||
// while( !icq_add_img_src.width );
|
||||
}
|
||||
|
||||
if( icq_user_addr.length && icq_user_addr.indexOf(" ") == -1 )
|
||||
{
|
||||
document.write('<table border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" style=" background-image: url(\'' + icq_add_img + '\'); background-repeat: no-repeat"><img src="images/spacer.gif" width="3" height="18" alt = "">' + icq_status_img + '<a href="http://wwp.icq.com/scripts/search.dll?to=' + icq_user_addr + '"><img src="images/spacer.gif" width="' + icq_add_img_src.width + '" height="' + icq_add_img_src.height + '" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>');
|
||||
document.write('<table border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" style=" background-image: url(\'' + icq_add_img + '\'); background-repeat: no-repeat"><img src="images/spacer.gif" width="3" height="18" alt = "">' + icq_status_img + '<a href="http://wwp.icq.com/scripts/search.dll?to=' + icq_user_addr + '"><img src="images/spacer.gif" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>');
|
||||
}
|
||||
}
|
||||
//-->
|
||||
|
@ -6,15 +6,9 @@
|
||||
|
||||
function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
|
||||
{
|
||||
if( !icq_add_img_src.width )
|
||||
{
|
||||
icq_add_img_src.src = icq_add_img;
|
||||
while( !icq_add_img_src.width );
|
||||
}
|
||||
|
||||
if( icq_user_addr.length && icq_user_addr.indexOf(" ") == -1 )
|
||||
{
|
||||
document.write('<table border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" style=" background-image: url(\'' + icq_add_img + '\'); background-repeat: no-repeat"><img src="images/spacer.gif" width="3" height="18" alt = "">' + icq_status_img + '<a href="http://wwp.icq.com/scripts/search.dll?to=' + icq_user_addr + '"><img src="images/spacer.gif" width="' + icq_add_img_src.width + '" height="' + icq_add_img_src.height + '" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>');
|
||||
document.write('<table border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" style=" background-image: url(\'' + icq_add_img + '\'); background-repeat: no-repeat"><img src="images/spacer.gif" width="3" height="18" alt = "">' + icq_status_img + '<a href="http://wwp.icq.com/scripts/search.dll?to=' + icq_user_addr + '"><img src="images/spacer.gif" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>');
|
||||
}
|
||||
}
|
||||
//-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user