* if you click on a database it shows a list of database objects in that
* database.
*
- * $Id: browser.php,v 1.58 2008/02/13 22:55:38 ioguix Exp $
+ * $Id: browser.php,v 1.59 2008/02/13 23:03:05 ioguix Exp $
*/
// Include application functions
WebFXTreeAbstractNode.prototype._ondblclick = function(){}
// Show tree XML on double click - for debugging purposes only
-
+/*
// UNCOMMENT THIS FOR DEBUGGING (SHOWS THE SOURCE XML)
WebFXTreeAbstractNode.prototype._ondblclick = function(e){
var el = e.target || e.srcElement;
window.open(this.src, this.target || "_self");
return false;
};
-
+*/
var tree = new WebFXLoadTree("<?php echo $lang['strservers']; ?>", "servers.php?action=tree", "servers.php");
tree.write();
/**
* Class to hold various commonly used functions
*
- * $Id: Misc.php,v 1.168 2008/01/31 22:03:30 ioguix Exp $
+ * $Id: Misc.php,v 1.169 2008/02/13 23:03:05 ioguix Exp $
*/
class Misc {
echo value_xml_attr('tooltip', $attrs['toolTip'], $rec);
- echo "/>\n";
+ echo " />\n";
$treedata->moveNext();
}
} else {
$msg = isset($attrs['nodata']) ? $attrs['nodata'] : $lang['strnoobjects'];
- echo "<tree text=\"{$msg}\" onaction=\"this.parentNode.reload()\" icon=\"", $this->icon('ObjectNotFound'), "\"/>\n";
+ echo "<tree text=\"{$msg}\" onaction=\"this.parentNode.reload()\" icon=\"", $this->icon('ObjectNotFound'), "\" />\n";
}
if (!isset($attrs['nofoot']) || $attrs['nofoot'] === false) {