From: chriskl Date: Wed, 28 May 2003 06:06:07 +0000 (+0000) Subject: upgraded icon set X-Git-Tag: REL_3-0-RC-1~18 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=321e1176f07b76d440f470d6bfa9d55a341dfb83;p=phppgadmin.git upgraded icon set --- diff --git a/HISTORY b/HISTORY index f60eca65..7c4424d1 100644 --- a/HISTORY +++ b/HISTORY @@ -6,6 +6,7 @@ Version 3.0 * Japanese update from Tadashi Jokagi * Fix drop database reload browser bug +* Look & Feel upgrade from Davey Version 3.0-beta-1 ------------------- diff --git a/browser.php b/browser.php index 7c2d9fd8..4326f491 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.11 2003/05/21 05:17:36 chriskl Exp $ + * $Id: browser.php,v 1.12 2003/05/28 06:06:07 chriskl Exp $ */ // Include application functions @@ -112,8 +112,8 @@ $func_node = &new HTML_TreeNode(array( 'text' => addslashes($lang['strtypes']), 'link' => addslashes(htmlspecialchars("types.php?{$querystr}")), - 'icon' => "../../../images/themes/{$conf['theme']}/document.gif", - 'expandedIcon' => "../../../images/themes/{$conf['theme']}/document.gif", + 'icon' => "../../../images/themes/{$conf['theme']}/types.gif", + 'expandedIcon' => "../../../images/themes/{$conf['theme']}/types.gif", 'expanded' => false, 'linkTarget' => 'detail')); diff --git a/images/themes/default/database.gif b/images/themes/default/database.gif index 369510f4..4368236b 100644 Binary files a/images/themes/default/database.gif and b/images/themes/default/database.gif differ diff --git a/images/themes/default/document.gif b/images/themes/default/document.gif deleted file mode 100644 index c59fcc73..00000000 Binary files a/images/themes/default/document.gif and /dev/null differ diff --git a/images/themes/default/functions.gif b/images/themes/default/functions.gif index 34a66850..7dee3592 100644 Binary files a/images/themes/default/functions.gif and b/images/themes/default/functions.gif differ diff --git a/images/themes/default/operators.gif b/images/themes/default/operators.gif index 6d183050..a0ca317c 100644 Binary files a/images/themes/default/operators.gif and b/images/themes/default/operators.gif differ diff --git a/images/themes/default/sequences.gif b/images/themes/default/sequences.gif index 57a00064..1c6bd7a9 100644 Binary files a/images/themes/default/sequences.gif and b/images/themes/default/sequences.gif differ diff --git a/images/themes/default/tables.gif b/images/themes/default/tables.gif index ed898ccd..d11c0167 100644 Binary files a/images/themes/default/tables.gif and b/images/themes/default/tables.gif differ diff --git a/images/themes/default/types.gif b/images/themes/default/types.gif new file mode 100644 index 00000000..5a78a814 Binary files /dev/null and b/images/themes/default/types.gif differ diff --git a/images/themes/default/views.gif b/images/themes/default/views.gif index 7b0636c0..1740b214 100644 Binary files a/images/themes/default/views.gif and b/images/themes/default/views.gif differ