Menu

#83 Bad display of tooltip in connected user popup

open
nobody
None
5
2012-09-14
2007-12-11
Pli
No

File : users_popupH.php
Line : 177

Code involved :
<?php echo(L_EXPCOL); ?>

To be replaced with :
".L_EXPCOL."

Complete line :

echo("<A HREF="\\"#\\"" onClick="\\"expandIt('${id}');" return="" false\\"="" o="" nMouseOver="\\"window.status='".L_EXPCOL."';" return="" true;\\"="" title="\\"&lt;?php" echo(L_EXPCOL);="" ?="">\">");

Replace with :

echo("<A HREF="\\"#\\"" onClick="\\"expandIt('${id}');" return="" false\\"="" o="" nMouseOver="\\"window.status='".L_EXPCOL."';" return="" true;\\"="" title="\\"".L_EXPCOL."\\"">");

Regards
Pierre

Discussion

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.