From e39a660e8dfc9c32f59574dd4c9e8f5004b66991 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Fri, 4 Jan 2002 18:08:56 +0000 Subject: [PATCH] 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 --- phpBB/templates/subSilver/privmsgs_read_body.tpl | 4 ++-- phpBB/templates/subSilver/viewtopic_body.tpl | 8 +------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/phpBB/templates/subSilver/privmsgs_read_body.tpl b/phpBB/templates/subSilver/privmsgs_read_body.tpl index 86d9479345..d5def1c611 100644 --- a/phpBB/templates/subSilver/privmsgs_read_body.tpl +++ b/phpBB/templates/subSilver/privmsgs_read_body.tpl @@ -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('
' + icq_status_img + '{L_ICQ_NUMBER}
'); + document.write('
' + icq_status_img + '{L_ICQ_NUMBER}
'); } } //--> diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl index 162a53dcbb..ffc72277c4 100644 --- a/phpBB/templates/subSilver/viewtopic_body.tpl +++ b/phpBB/templates/subSilver/viewtopic_body.tpl @@ -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('
' + icq_status_img + '{L_ICQ_NUMBER}
'); + document.write('
' + icq_status_img + '{L_ICQ_NUMBER}
'); } } //-->