Removed references to old icons.
authorjollytoad <jollytoad>
Fri, 25 Nov 2005 08:59:35 +0000 (08:59 +0000)
committerjollytoad <jollytoad>
Fri, 25 Nov 2005 08:59:35 +0000 (08:59 +0000)
browser.php
database.php
plugin_slony.php
schemas.php

index 1d6db93329956c1483ffb2250bca44cd1568eb32..f80ec4f0efd338a4b6a14968cd3597bd771d4f5b 100644 (file)
@@ -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               = "<?php echo $misc->icon('Servers') ?>";
 webFXTreeConfig.openRootIcon   = "<?php echo $misc->icon('Servers') ?>";
-webFXTreeConfig.folderIcon             = "<?php echo $misc->icon('folder') ?>";
-webFXTreeConfig.openFolderIcon = "<?php echo $misc->icon('folderOpen') ?>";
-webFXTreeConfig.fileIcon               = "<?php echo $misc->icon('file') ?>";
+webFXTreeConfig.folderIcon             = "";
+webFXTreeConfig.openFolderIcon = "";
+webFXTreeConfig.fileIcon               = "";
 webFXTreeConfig.iIcon                  = "<?php echo $misc->icon('I') ?>";
 webFXTreeConfig.lIcon                  = "<?php echo $misc->icon('L') ?>";
 webFXTreeConfig.lMinusIcon             = "<?php echo $misc->icon('Lminus') ?>";
index c1b45d5c30bc9f2511f0222c838203ef8cb87ab0..da555cdabe21b8ad433b0df3c4f53c742f4b2b2d 100755 (executable)
@@ -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
                
                $attrs = array(
                        'text'   => noEscape(field('title')),
-                       'icon'   => field('icon', 'folder'),
+                       'icon'   => field('icon'),
                        'action' => url(field('url'),
                                                        $reqvars,
                                                        field('urlvars', array())
index 28b41581586050a69e52ab02dcdb9891f000820e..e744f570fe9a31308ede3675de9d57252a07319d 100755 (executable)
@@ -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()),
                                
                                $attrs = array(
                                        'text'   => noEscape(field('title')),
-                                       'icon'   => field('icon', 'folder'),
+                                       'icon'   => field('icon'),
                                        'action' => url(field('url'),
                                                                        $reqvars,
                                                                        field('urlvars', array()),
                                
                                $attrs = array(
                                        'text'   => noEscape(field('title')),
-                                       'icon'   => field('icon', 'folder'),
+                                       'icon'   => field('icon'),
                                        'action' => url(field('url'),
                                                                        $reqvars,
                                                                        field('urlvars', array()),
                                
                                $attrs = array(
                                        'text'   => noEscape(field('title')),
-                                       'icon'   => field('icon', 'folder'),
+                                       'icon'   => field('icon'),
                                        'action' => url(field('url'),
                                                                        $reqvars,
                                                                        field('urlvars', array()),
                                
                                $attrs = array(
                                        'text'   => noEscape(field('title')),
-                                       'icon'   => field('icon', 'sequences'),
+                                       'icon'   => field('icon'),
                                        'action' => url(field('url'),
                                                                        $reqvars,
                                                                        field('urlvars', array()),
                                
                                $attrs = array(
                                        'text'   => noEscape(field('title')),
-                                       'icon'   => field('icon', 'tables'),
+                                       'icon'   => field('icon'),
                                        'action' => url(field('url'),
                                                                        $reqvars,
                                                                        field('urlvars', array()),
                                
                                $attrs = array(
                                        'text'   => noEscape(field('title')),
-                                       'icon'   => field('icon', 'folder'),
+                                       'icon'   => field('icon'),
                                        'action' => url(field('url'),
                                                                        $reqvars,
                                                                        field('urlvars', array()),
index 504927d15a43f191a5a32eb3dbffbfcbe1afbf2d..b77811b72348c5c0278f2b6530630a82e5558f06 100755 (executable)
@@ -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
                
                $attrs = array(
                        'text'   => noEscape(field('title')),
-                       'icon'   => field('icon', 'folder'),
+                       'icon'   => field('icon'),
                        'action' => url(field('url'),
                                                        $reqvars,
                                                        field('urlvars', array())