--- nfo/php/libs/org.netfrag.glib/DataSource/Generic.php 2003/04/04 21:19:21 1.14 +++ nfo/php/libs/org.netfrag.glib/DataSource/Generic.php 2003/04/06 04:46:33 1.15 @@ -12,9 +12,13 @@ * Cvs-Log: * *
- * $Id: Generic.php,v 1.14 2003/04/04 21:19:21 joko Exp $
+ * $Id: Generic.php,v 1.15 2003/04/06 04:46:33 joko Exp $
  *
  * $Log: Generic.php,v $
+ * Revision 1.15  2003/04/06 04:46:33  joko
+ * renamed linking function
+ * mozilla fixes
+ *
  * Revision 1.14  2003/04/04 21:19:21  joko
  * modified exception handling (enhanced, purged redundant code)
  *
@@ -836,10 +840,12 @@
     $locatorbox->add( Dumper($this->_locator) );
     
     // FIXME: ie/mozilla?
-    //$locatorbox->set_style('visibility:false;');
-    $locatorbox->set_style('display:none;');
+    //$locatorbox->set_style('display:none;');
+    //$locatorbox->set_style('visibility:hidden;');
+    // already duplicate inside Tracer!!!
+    $locatorbox->set_style('visibility:hidden; position:absolute; z-index:1; margin-top:30px; padding:5px;');
     
-    $statusbox->add( html_span('boxlabel_darkgreen', "Locator:"), jsAnchor( 'toggle_vis', array("locatorbox_$boxcount"), '[show]'), $locatorbox, html_br() );
+    $statusbox->add( html_span('boxlabel_darkgreen', "Locator:"), link::js_function( 'toggleVisibility', array("locatorbox_$boxcount"), '[show]'), $locatorbox, html_br() );
     $call = $this->_locator->get_call();
     $statusbox->add( html_span('boxlabel_darkgreen', "Method:"), $call[method], html_br() );
     if (sizeof($call[args])) {