From b7597f4891394fe7f76f7ee30094428ba8a55884 Mon Sep 17 00:00:00 2001 From: jollytoad Date: Fri, 25 Nov 2005 08:59:35 +0000 Subject: [PATCH] Removed references to old icons. --- browser.php | 8 ++++---- database.php | 4 ++-- plugin_slony.php | 18 +++++++++--------- schemas.php | 4 ++-- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/browser.php b/browser.php index 1d6db933..f80ec4f0 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.53 2005/11/25 08:49:08 jollytoad Exp $ + * $Id: browser.php,v 1.54 2005/11/25 08:59:35 jollytoad Exp $ */ // Include application functions @@ -30,9 +30,9 @@ webFXTreeConfig.rootIcon = "icon('Servers') ?>"; webFXTreeConfig.openRootIcon = "icon('Servers') ?>"; -webFXTreeConfig.folderIcon = "icon('folder') ?>"; -webFXTreeConfig.openFolderIcon = "icon('folderOpen') ?>"; -webFXTreeConfig.fileIcon = "icon('file') ?>"; +webFXTreeConfig.folderIcon = ""; +webFXTreeConfig.openFolderIcon = ""; +webFXTreeConfig.fileIcon = ""; webFXTreeConfig.iIcon = "icon('I') ?>"; webFXTreeConfig.lIcon = "icon('L') ?>"; webFXTreeConfig.lMinusIcon = "icon('Lminus') ?>"; diff --git a/database.php b/database.php index c1b45d5c..da555cda 100755 --- a/database.php +++ b/database.php @@ -3,7 +3,7 @@ /** * Manage schemas within a database * - * $Id: database.php,v 1.78 2005/11/09 09:05:58 jollytoad Exp $ + * $Id: database.php,v 1.79 2005/11/25 08:59:35 jollytoad Exp $ */ // Include application functions @@ -546,7 +546,7 @@ $attrs = array( 'text' => noEscape(field('title')), - 'icon' => field('icon', 'folder'), + 'icon' => field('icon'), 'action' => url(field('url'), $reqvars, field('urlvars', array()) diff --git a/plugin_slony.php b/plugin_slony.php index 28b41581..e744f570 100755 --- a/plugin_slony.php +++ b/plugin_slony.php @@ -3,7 +3,7 @@ /** * Slony database tab plugin * - * $Id: plugin_slony.php,v 1.7 2005/11/25 08:49:08 jollytoad Exp $ + * $Id: plugin_slony.php,v 1.8 2005/11/25 08:59:35 jollytoad Exp $ */ // Avoid database connections whenever possible @@ -58,7 +58,7 @@ $attrs = array( 'text' => noEscape(field('title')), - 'icon' => field('icon', 'folder'), + 'icon' => field('icon'), 'action' => url(field('url'), $reqvars, array('action' => 'cluster_properties') @@ -86,7 +86,7 @@ $attrs = array( 'text' => noEscape(field('title')), - 'icon' => field('icon', 'folder'), + 'icon' => field('icon'), 'action' => url(field('url'), $reqvars, field('urlvars', array()), @@ -115,7 +115,7 @@ $attrs = array( 'text' => noEscape(field('title')), - 'icon' => field('icon', 'folder'), + 'icon' => field('icon'), 'action' => url(field('url'), $reqvars, field('urlvars', array()), @@ -174,7 +174,7 @@ $attrs = array( 'text' => noEscape(field('title')), - 'icon' => field('icon', 'folder'), + 'icon' => field('icon'), 'action' => url(field('url'), $reqvars, field('urlvars', array()), @@ -201,7 +201,7 @@ $attrs = array( 'text' => noEscape(field('title')), - 'icon' => field('icon', 'folder'), + 'icon' => field('icon'), 'action' => url(field('url'), $reqvars, field('urlvars', array()), @@ -286,7 +286,7 @@ $attrs = array( 'text' => noEscape(field('title')), - 'icon' => field('icon', 'sequences'), + 'icon' => field('icon'), 'action' => url(field('url'), $reqvars, field('urlvars', array()), @@ -313,7 +313,7 @@ $attrs = array( 'text' => noEscape(field('title')), - 'icon' => field('icon', 'tables'), + 'icon' => field('icon'), 'action' => url(field('url'), $reqvars, field('urlvars', array()), @@ -341,7 +341,7 @@ $attrs = array( 'text' => noEscape(field('title')), - 'icon' => field('icon', 'folder'), + 'icon' => field('icon'), 'action' => url(field('url'), $reqvars, field('urlvars', array()), diff --git a/schemas.php b/schemas.php index 504927d1..b77811b7 100755 --- a/schemas.php +++ b/schemas.php @@ -3,7 +3,7 @@ /** * Manage schemas in a database * - * $Id: schemas.php,v 1.5 2005/11/25 08:49:08 jollytoad Exp $ + * $Id: schemas.php,v 1.6 2005/11/25 08:59:35 jollytoad Exp $ */ // Include application functions @@ -280,7 +280,7 @@ $attrs = array( 'text' => noEscape(field('title')), - 'icon' => field('icon', 'folder'), + 'icon' => field('icon'), 'action' => url(field('url'), $reqvars, field('urlvars', array()) -- 2.39.5