Azabel
Newbie
Karma: 0
Offline
Posts: 8
|
 |
« on: October 02, 2006, 10:15:11 AM » |
|
Hi,
I have added a tooltip in the description field of each module. I knew the problems with the size of this field.
The php page is: /operation/agentes/estado_ultimopaquete.php
And the diff is:
$ diff estado_ultimopaquete.php estado_ultimopaquete.php_old
138c138 < echo "<td class='".$tdcolor."f9' title='".$row3["descripcion"]."'>"; --- > echo "<td class='".$tdcolor."f9'>"; 181c181 < ?> --- > ?>
greetings! :wink:
edit: there was an error in the copy-paste of the diff result
|