mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-21 18:44:37 +02:00
I find things often work better when fixes are commited to CVS ... doh, I'm an idiot ... don't you just know that's going to appear in at least one persons sig ...
git-svn-id: file:///svn/phpbb/trunk@2127 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -62,7 +62,10 @@
|
||||
<td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG}
|
||||
{postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}</td><td> </td><td valign="top" nowrap="nowrap"><script language="JavaScript" type="text/javascript"><!--
|
||||
|
||||
document.write('<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>');
|
||||
if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 )
|
||||
document.write('{postrow.ICQ_ADD_IMG}');
|
||||
else
|
||||
document.write('<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>');
|
||||
|
||||
//--></script><noscript>{postrow.ICQ_ADD_IMG}</noscript></td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user