|
From: Paul S. O. <ps...@us...> - 2002-01-04 18:08:58
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv25969/templates/subSilver
Modified Files:
privmsgs_read_body.tpl viewtopic_body.tpl
Log Message:
Paul is now starting to get very annoyed with this overlayed ICQ button :D
Index: privmsgs_read_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/privmsgs_read_body.tpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** privmsgs_read_body.tpl 2002/01/04 17:52:59 1.8
--- privmsgs_read_body.tpl 2002/01/04 18:08:56 1.9
***************
*** 9,18 ****
{
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>');
}
}
--- 9,18 ----
{
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" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>');
}
}
Index: viewtopic_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewtopic_body.tpl,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** viewtopic_body.tpl 2002/01/04 17:52:59 1.21
--- viewtopic_body.tpl 2002/01/04 18:08:56 1.22
***************
*** 7,19 ****
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>');
}
}
--- 7,13 ----
function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
{
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" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>');
}
}
|