diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-05 23:58:40 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-05 23:58:40 +0000 |
| commit | a1235e15ea89fbc57648b1ff755e57ccc6323094 (patch) | |
| tree | 8eda166e3a9a4bb88ec495e85bc539f415cb4375 /phpBB | |
| parent | 8fe7880828650fcb499439a16bbb608740e8e418 (diff) | |
| download | forums-a1235e15ea89fbc57648b1ff755e57ccc6323094.tar forums-a1235e15ea89fbc57648b1ff755e57ccc6323094.tar.gz forums-a1235e15ea89fbc57648b1ff755e57ccc6323094.tar.bz2 forums-a1235e15ea89fbc57648b1ff755e57ccc6323094.tar.xz forums-a1235e15ea89fbc57648b1ff755e57ccc6323094.zip | |
Same as viewtopic
git-svn-id: file:///svn/phpbb/trunk@1805 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/templates/subSilver/privmsgs_read_body.tpl | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/phpBB/templates/subSilver/privmsgs_read_body.tpl b/phpBB/templates/subSilver/privmsgs_read_body.tpl index d5def1c611..d396e9478f 100644 --- a/phpBB/templates/subSilver/privmsgs_read_body.tpl +++ b/phpBB/templates/subSilver/privmsgs_read_body.tpl @@ -1,23 +1,3 @@ - -<script language="Javascript" type="text/javascript"> -<!-- - var icq_add_img_src = new Image(); - -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" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>'); - } -} -//--> -</script> <table cellspacing="2" cellpadding="2" border="0" align="center"> <tr> @@ -73,10 +53,9 @@ function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img) <td valign="middle" nowrap="nowrap">{PROFILE_IMG} {PM_IMG} {EMAIL_IMG} {WWW_IMG} {AIM_IMG} {YIM_IMG} {MSN_IMG} </td><td valign="top" align="left" width="100%" nowrap="nowrap"><script language="JavaScript" type="text/javascript"><!-- - create_icq_subsilver('{ICQ}', '{ICQ_STATUS_IMG}', '{ICQ_IMG}'); + document.write('<div style="position:relative"><div style="position:absolute">{ICQ_ADD_IMG}</div><div style="position:absolute;left:3px">{ICQ_STATUS_IMG}</div></div>'); - //--></script> - <noscript>{ICQ_ADD_IMG}</noscript></td> + //--></script><noscript>{ICQ_ADD_IMG}</noscript></td> </tr> </table> </td> |
