Author: sparky
Date: Thu May 17 02:18:02 2007
New Revision: 8583

Modified:
   toys/stbr/index.php
Log:
- don't show popup if there is nothing to show


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php (original)
+++ toys/stbr/index.php Thu May 17 02:18:02 2007
@@ -288,14 +288,14 @@
                {
                        $title .= "$value @ $key [br/]";
                }
-//             $title = rtrim($title, ',');
+               $title = "onmouseover=\"O(event, this, '$title')\"";
        }
        else
        {
                $info = "not filled";
        }
 ?>
-<tr class="application" onmouseover="O(event, this, '<?=$title?>')">
+<tr class="application" <?=$title?>>
 <td colspan="2"></td>
 <td class="spec"><a 
href="http://cvs.pld-linux.org/cgi-bin/cvsweb/SPECS/<?=$q['aspec']?>"><?=$q['aspec']?></a>:<?=$q['abranch']?></td>
 <td class="recip"><a class="mailto"><?=$q['arecipient']?></a></td>
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to