From: mr-russ Date: Wed, 19 Jan 2005 10:50:19 +0000 (+0000) Subject: Tree Icons are displayed middle instead of top X-Git-Tag: REL_4-0-1~193 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=1312c9d58aa20fe0742794e2d78377dea05a0daa;p=phppgadmin.git Tree Icons are displayed middle instead of top --- diff --git a/HISTORY b/HISTORY index 52d67278..650ea04c 100644 --- a/HISTORY +++ b/HISTORY @@ -5,6 +5,7 @@ Version 3.6-dev --------------- Bugs +* Tree Icons are displayed middle instead of top * Ensure login frame is always at top level (Russell Smith) Version 3.5.1 diff --git a/classes/HTML_TreeMenu/TreeMenu.js b/classes/HTML_TreeMenu/TreeMenu.js index 7a7d73d5..90d716e3 100755 --- a/classes/HTML_TreeMenu/TreeMenu.js +++ b/classes/HTML_TreeMenu/TreeMenu.js @@ -32,7 +32,7 @@ // | Harald Radi | // +-----------------------------------------------------------------------+ // -// $Id: TreeMenu.js,v 1.5 2004/02/02 06:32:18 chriskl Exp $ +// $Id: TreeMenu.js,v 1.6 2005/01/19 10:50:20 mr-russ Exp $ /** * Function to create copies of objects which are @@ -202,7 +202,7 @@ function arrayCopy(input) */ var gifname = nodes[i].n.length && this.doesMenu() && nodes[i].isDynamic ? (expanded ? 'minus' : 'plus') : 'branch'; var iconName = expanded && nodes[i].expandedIcon ? nodes[i].expandedIcon : nodes[i].icon; - var iconimg = nodes[i].icon ? this.stringFormat('', this.iconpath, iconName, layerID) : ''; + var iconimg = nodes[i].icon ? this.stringFormat('', this.iconpath, iconName, layerID) : ''; /** * Add event handlers