diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-19 18:47:07 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-19 18:47:07 +0000 |
commit | 7565b5835887904097be44507d6e8738b6937f63 (patch) | |
tree | 1277ca138629ceaa429cdbee19d50e93625e8d43 /phpBB/templates/subSilver/viewtopic_body.tpl | |
parent | f9561ba26ea9290f789758becfc1b043a4c06bac (diff) | |
download | forums-7565b5835887904097be44507d6e8738b6937f63.tar forums-7565b5835887904097be44507d6e8738b6937f63.tar.gz forums-7565b5835887904097be44507d6e8738b6937f63.tar.bz2 forums-7565b5835887904097be44507d6e8738b6937f63.tar.xz forums-7565b5835887904097be44507d6e8738b6937f63.zip |
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
Diffstat (limited to 'phpBB/templates/subSilver/viewtopic_body.tpl')
-rw-r--r-- | phpBB/templates/subSilver/viewtopic_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_ADD_IMG}</div><div style="position:absolute;left:3px">{postrow.ICQ_STATUS_IMG}</div></div>'); + document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_ADD_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>'); //--></script><noscript>{postrow.ICQ_ADD_IMG}</noscript></td> </tr> |