From 4ff3017e7fb82f3bcdb03a23eda46d6d95dc441a Mon Sep 17 00:00:00 2001 From: ioguix Date: Wed, 13 Feb 2008 23:03:05 +0000 Subject: [PATCH] hum, not my day, recommit the real xml cleanup --- browser.php | 6 +++--- classes/Misc.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/browser.php b/browser.php index 9a4ddcf2..563d7fa9 100644 --- a/browser.php +++ b/browser.php @@ -5,7 +5,7 @@ * 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 @@ -54,7 +54,7 @@ WebFXTreeAbstractNode.prototype.target = 'detail'; 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; @@ -63,7 +63,7 @@ WebFXTreeAbstractNode.prototype._ondblclick = function(e){ window.open(this.src, this.target || "_self"); return false; }; - +*/ var tree = new WebFXLoadTree("", "servers.php?action=tree", "servers.php"); tree.write(); diff --git a/classes/Misc.php b/classes/Misc.php index 6be7e6d2..5011c53e 100644 --- a/classes/Misc.php +++ b/classes/Misc.php @@ -2,7 +2,7 @@ /** * 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 { @@ -1821,13 +1821,13 @@ echo value_xml_attr('tooltip', $attrs['toolTip'], $rec); - echo "/>\n"; + echo " />\n"; $treedata->moveNext(); } } else { $msg = isset($attrs['nodata']) ? $attrs['nodata'] : $lang['strnoobjects']; - echo "icon('ObjectNotFound'), "\"/>\n"; + echo "icon('ObjectNotFound'), "\" />\n"; } if (!isset($attrs['nofoot']) || $attrs['nofoot'] === false) { -- 2.39.5