add image for domains
authorchriskl <chriskl>
Mon, 4 Aug 2003 05:47:02 +0000 (05:47 +0000)
committerchriskl <chriskl>
Mon, 4 Aug 2003 05:47:02 +0000 (05:47 +0000)
browser.php
images/themes/default/domains.gif [new file with mode: 0644]

index fe329bdaf357a6a97f089f4beace390234cacc63..4caf1c4e8c155fa2b2e3f7e0f7874c1d51833731 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.14 2003/07/29 09:07:09 chriskl Exp $
+        * $Id: browser.php,v 1.15 2003/08/04 05:47:02 chriskl Exp $
         */
 
        // Include application functions
                        $dom_node = &new HTML_TreeNode(array(
                                                        'text' => addslashes($lang['strdomains']), 
                                                        'link' => addslashes(htmlspecialchars("domains.php?{$querystr}")), 
-                                                       'icon' => "../../../images/themes/{$conf['theme']}/types.gif", 
-                                                       'expandedIcon' => "../../../images/themes/{$conf['theme']}/types.gif",
+                                                       'icon' => "../../../images/themes/{$conf['theme']}/domains.gif", 
+                                                       'expandedIcon' => "../../../images/themes/{$conf['theme']}/domains.gif",
                                                        'expanded' => false,
                                                        'linkTarget' => 'detail'));
 
diff --git a/images/themes/default/domains.gif b/images/themes/default/domains.gif
new file mode 100644 (file)
index 0000000..5679b48
Binary files /dev/null and b/images/themes/default/domains.gif differ