From 7565b5835887904097be44507d6e8738b6937f63 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 19 Mar 2002 18:47:07 +0000 Subject: [PATCH] Update profile ICQ output to layers for IE, nothing for NS ... note a height is set for the icon but since all languages use the same ICQ icon it's not apparently a problem for subSilver git-svn-id: file:///svn/phpbb/trunk@2354 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../templates/subSilver/profile_view_body.tpl | 23 +++++-------------- phpBB/templates/subSilver/viewtopic_body.tpl | 2 +- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/phpBB/templates/subSilver/profile_view_body.tpl b/phpBB/templates/subSilver/profile_view_body.tpl index efe48a72c6..e2e6f8a567 100644 --- a/phpBB/templates/subSilver/profile_view_body.tpl +++ b/phpBB/templates/subSilver/profile_view_body.tpl @@ -1,16 +1,4 @@ - - @@ -82,13 +70,14 @@ function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img) - + //-->
{L_INDEX}
{L_ICQ_NUMBER}: - -
diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl index be0255505b..9c9c2b1bc8 100644 --- a/phpBB/templates/subSilver/viewtopic_body.tpl +++ b/phpBB/templates/subSilver/viewtopic_body.tpl @@ -65,7 +65,7 @@ if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 ) document.write(' {postrow.ICQ_ADD_IMG}'); else - document.write(' 
{postrow.ICQ_ADD_IMG}
{postrow.ICQ_STATUS_IMG}
'); + document.write(' 
{postrow.ICQ_ADD_IMG}
{postrow.ICQ_STATUS_IMG}
'); //-->