diff --git a/libraries/navigation/Navigation.class.php b/libraries/navigation/Navigation.class.php index 17219de0e1..071ae4c22c 100644 --- a/libraries/navigation/Navigation.class.php +++ b/libraries/navigation/Navigation.class.php @@ -195,7 +195,7 @@ class PMA_Navigation . '&itemName=' . urldecode($hiddenItem) . '&dbName=' . urldecode($dbName) . '"' . ' class="unhideNavItem ajax">' - . PMA_Util::getIcon('b_undo.png', __('Show')) + . PMA_Util::getIcon('lightbulb.png', __('Show')) . ''; $odd = ! $odd; } diff --git a/libraries/navigation/Nodes/Node_Database.class.php b/libraries/navigation/Nodes/Node_Database.class.php index 8171788d19..51d410b621 100644 --- a/libraries/navigation/Nodes/Node_Database.class.php +++ b/libraries/navigation/Nodes/Node_Database.class.php @@ -497,7 +497,7 @@ class Node_Database extends Node . '&showUnhideDialog=true' . '&dbName=' . urldecode($db) . '"' . ' class="showUnhide ajax">' - . PMA_Util::getImage('b_undo.png', 'Show hidden items') + . PMA_Util::getImage('lightbulb.png', 'Show hidden items') . ''; } } diff --git a/libraries/navigation/Nodes/Node_DatabaseChild.class.php b/libraries/navigation/Nodes/Node_DatabaseChild.class.php index 5b686ac560..0734ff6781 100644 --- a/libraries/navigation/Nodes/Node_DatabaseChild.class.php +++ b/libraries/navigation/Nodes/Node_DatabaseChild.class.php @@ -36,7 +36,7 @@ abstract class Node_DatabaseChild extends Node . '&itemName=' . urldecode($item) . '&dbName=' . urldecode($db) . '"' . ' class="hideNavItem ajax">' - . PMA_Util::getImage('b_close', 'Hide') + . PMA_Util::getImage('lightbulb_off', 'Hide') . ''; } return $ret; diff --git a/themes/original/img/lightbulb.png b/themes/original/img/lightbulb.png new file mode 100644 index 0000000000..d22fde8ba4 Binary files /dev/null and b/themes/original/img/lightbulb.png differ diff --git a/themes/original/img/lightbulb_off.png b/themes/original/img/lightbulb_off.png new file mode 100644 index 0000000000..e95b8c5b12 Binary files /dev/null and b/themes/original/img/lightbulb_off.png differ diff --git a/themes/original/img/sprites.png b/themes/original/img/sprites.png index cf9cc30175..1c686cdf72 100644 Binary files a/themes/original/img/sprites.png and b/themes/original/img/sprites.png differ diff --git a/themes/original/sprites.lib.php b/themes/original/sprites.lib.php index 5ef135db43..b620bd1c7f 100644 --- a/themes/original/sprites.lib.php +++ b/themes/original/sprites.lib.php @@ -450,193 +450,203 @@ function PMA_sprites() 'width' => '16', 'height' => '16' ), - 'more' => array( + 'lightbulb' => array( 'position' => '88', - 'width' => '13', + 'width' => '16', 'height' => '16' ), - 'new_data' => array( + 'lightbulb_off' => array( 'position' => '89', 'width' => '16', 'height' => '16' ), - 'new_data_hovered' => array( + 'more' => array( 'position' => '90', - 'width' => '16', + 'width' => '13', 'height' => '16' ), - 'new_data_selected' => array( + 'new_data' => array( 'position' => '91', 'width' => '16', 'height' => '16' ), - 'new_data_selected_hovered' => array( + 'new_data_hovered' => array( 'position' => '92', 'width' => '16', 'height' => '16' ), - 'new_struct' => array( + 'new_data_selected' => array( 'position' => '93', 'width' => '16', 'height' => '16' ), - 'new_struct_hovered' => array( + 'new_data_selected_hovered' => array( 'position' => '94', 'width' => '16', 'height' => '16' ), - 'new_struct_selected' => array( + 'new_struct' => array( 'position' => '95', 'width' => '16', 'height' => '16' ), - 'new_struct_selected_hovered' => array( + 'new_struct_hovered' => array( 'position' => '96', 'width' => '16', 'height' => '16' ), - 'pause' => array( + 'new_struct_selected' => array( 'position' => '97', 'width' => '16', 'height' => '16' ), - 'play' => array( + 'new_struct_selected_hovered' => array( 'position' => '98', 'width' => '16', 'height' => '16' ), - 's_asc' => array( + 'pause' => array( 'position' => '99', - 'width' => '11', - 'height' => '9' + 'width' => '16', + 'height' => '16' ), - 's_asci' => array( + 'play' => array( 'position' => '100', 'width' => '16', 'height' => '16' ), - 's_cancel' => array( + 's_asc' => array( 'position' => '101', - 'width' => '16', - 'height' => '16' + 'width' => '11', + 'height' => '9' ), - 's_cog' => array( + 's_asci' => array( 'position' => '102', 'width' => '16', 'height' => '16' ), - 's_db' => array( + 's_cancel' => array( 'position' => '103', 'width' => '16', 'height' => '16' ), - 's_desc' => array( + 's_cog' => array( 'position' => '104', - 'width' => '11', - 'height' => '9' + 'width' => '16', + 'height' => '16' ), - 's_error' => array( + 's_db' => array( 'position' => '105', 'width' => '16', 'height' => '16' ), - 's_error2' => array( + 's_desc' => array( 'position' => '106', 'width' => '11', - 'height' => '11' + 'height' => '9' ), - 's_host' => array( + 's_error' => array( 'position' => '107', 'width' => '16', 'height' => '16' ), - 's_lang' => array( + 's_error2' => array( 'position' => '108', - 'width' => '16', - 'height' => '16' + 'width' => '11', + 'height' => '11' ), - 's_loggoff' => array( + 's_host' => array( 'position' => '109', 'width' => '16', 'height' => '16' ), - 's_notice' => array( + 's_lang' => array( 'position' => '110', 'width' => '16', 'height' => '16' ), - 's_passwd' => array( + 's_loggoff' => array( 'position' => '111', 'width' => '16', 'height' => '16' ), - 's_really' => array( + 's_notice' => array( 'position' => '112', - 'width' => '11', - 'height' => '11' + 'width' => '16', + 'height' => '16' ), - 's_reload' => array( + 's_passwd' => array( 'position' => '113', 'width' => '16', 'height' => '16' ), - 's_replication' => array( + 's_really' => array( 'position' => '114', - 'width' => '16', - 'height' => '16' + 'width' => '11', + 'height' => '11' ), - 's_rights' => array( + 's_reload' => array( 'position' => '115', 'width' => '16', 'height' => '16' ), - 's_sortable' => array( + 's_replication' => array( 'position' => '116', - 'width' => '11', - 'height' => '15' + 'width' => '16', + 'height' => '16' ), - 's_status' => array( + 's_rights' => array( 'position' => '117', 'width' => '16', 'height' => '16' ), - 's_success' => array( + 's_sortable' => array( 'position' => '118', - 'width' => '16', - 'height' => '16' + 'width' => '11', + 'height' => '15' ), - 's_sync' => array( + 's_status' => array( 'position' => '119', 'width' => '16', 'height' => '16' ), - 's_tbl' => array( + 's_success' => array( 'position' => '120', 'width' => '16', 'height' => '16' ), - 's_theme' => array( + 's_sync' => array( 'position' => '121', 'width' => '16', 'height' => '16' ), - 's_top' => array( + 's_tbl' => array( 'position' => '122', 'width' => '16', 'height' => '16' ), - 's_vars' => array( + 's_theme' => array( 'position' => '123', 'width' => '16', 'height' => '16' ), - 's_views' => array( + 's_top' => array( 'position' => '124', + 'width' => '16', + 'height' => '16' + ), + 's_vars' => array( + 'position' => '125', + 'width' => '16', + 'height' => '16' + ), + 's_views' => array( + 'position' => '126', 'width' => '10', 'height' => '10' ), 'window-new' => array( - 'position' => '125', + 'position' => '127', 'width' => '16', 'height' => '16' ), diff --git a/themes/pmahomme/img/lightbulb.png b/themes/pmahomme/img/lightbulb.png new file mode 100644 index 0000000000..d22fde8ba4 Binary files /dev/null and b/themes/pmahomme/img/lightbulb.png differ diff --git a/themes/pmahomme/img/lightbulb_off.png b/themes/pmahomme/img/lightbulb_off.png new file mode 100644 index 0000000000..e95b8c5b12 Binary files /dev/null and b/themes/pmahomme/img/lightbulb_off.png differ diff --git a/themes/pmahomme/img/sprites.png b/themes/pmahomme/img/sprites.png index e2cd2b3016..fa94de8096 100644 Binary files a/themes/pmahomme/img/sprites.png and b/themes/pmahomme/img/sprites.png differ diff --git a/themes/pmahomme/sprites.lib.php b/themes/pmahomme/sprites.lib.php index b15a23b979..c3cd7d687b 100644 --- a/themes/pmahomme/sprites.lib.php +++ b/themes/pmahomme/sprites.lib.php @@ -515,226 +515,236 @@ function PMA_sprites() 'width' => '9', 'height' => '9' ), - 'more' => array( + 'lightbulb' => array( 'position' => '101', - 'width' => '13', + 'width' => '16', 'height' => '16' ), - 'new_data' => array( + 'lightbulb_off' => array( 'position' => '102', 'width' => '16', 'height' => '16' ), - 'new_data_hovered' => array( + 'more' => array( 'position' => '103', - 'width' => '16', + 'width' => '13', 'height' => '16' ), - 'new_data_selected' => array( + 'new_data' => array( 'position' => '104', 'width' => '16', 'height' => '16' ), - 'new_data_selected_hovered' => array( + 'new_data_hovered' => array( 'position' => '105', 'width' => '16', 'height' => '16' ), - 'new_struct' => array( + 'new_data_selected' => array( 'position' => '106', 'width' => '16', 'height' => '16' ), - 'new_struct_hovered' => array( + 'new_data_selected_hovered' => array( 'position' => '107', 'width' => '16', 'height' => '16' ), - 'new_struct_selected' => array( + 'new_struct' => array( 'position' => '108', 'width' => '16', 'height' => '16' ), - 'new_struct_selected_hovered' => array( + 'new_struct_hovered' => array( 'position' => '109', 'width' => '16', 'height' => '16' ), - 'pause' => array( + 'new_struct_selected' => array( 'position' => '110', 'width' => '16', 'height' => '16' ), - 'php_sym' => array( + 'new_struct_selected_hovered' => array( 'position' => '111', 'width' => '16', 'height' => '16' ), - 'play' => array( + 'pause' => array( 'position' => '112', 'width' => '16', 'height' => '16' ), - 's_asc' => array( + 'php_sym' => array( 'position' => '113', 'width' => '16', 'height' => '16' ), - 's_asci' => array( + 'play' => array( 'position' => '114', 'width' => '16', 'height' => '16' ), - 's_attention' => array( + 's_asc' => array( 'position' => '115', 'width' => '16', 'height' => '16' ), - 's_cancel' => array( + 's_asci' => array( 'position' => '116', 'width' => '16', 'height' => '16' ), - 's_cancel2' => array( + 's_attention' => array( 'position' => '117', 'width' => '16', 'height' => '16' ), - 's_cog' => array( + 's_cancel' => array( 'position' => '118', 'width' => '16', 'height' => '16' ), - 's_db' => array( + 's_cancel2' => array( 'position' => '119', 'width' => '16', 'height' => '16' ), - 's_desc' => array( + 's_cog' => array( 'position' => '120', 'width' => '16', 'height' => '16' ), - 's_error' => array( + 's_db' => array( 'position' => '121', 'width' => '16', 'height' => '16' ), - 's_error2' => array( + 's_desc' => array( 'position' => '122', - 'width' => '11', - 'height' => '11' + 'width' => '16', + 'height' => '16' ), - 's_host' => array( + 's_error' => array( 'position' => '123', 'width' => '16', 'height' => '16' ), - 's_info' => array( + 's_error2' => array( 'position' => '124', - 'width' => '16', - 'height' => '16' + 'width' => '11', + 'height' => '11' ), - 's_lang' => array( + 's_host' => array( 'position' => '125', 'width' => '16', 'height' => '16' ), - 's_loggoff' => array( + 's_info' => array( 'position' => '126', 'width' => '16', 'height' => '16' ), - 's_notice' => array( + 's_lang' => array( 'position' => '127', 'width' => '16', 'height' => '16' ), - 's_okay' => array( + 's_loggoff' => array( 'position' => '128', 'width' => '16', 'height' => '16' ), - 's_passwd' => array( + 's_notice' => array( 'position' => '129', 'width' => '16', 'height' => '16' ), - 's_process' => array( + 's_okay' => array( 'position' => '130', 'width' => '16', 'height' => '16' ), - 's_really' => array( + 's_passwd' => array( 'position' => '131', - 'width' => '11', - 'height' => '11' + 'width' => '16', + 'height' => '16' ), - 's_reload' => array( + 's_process' => array( 'position' => '132', 'width' => '16', 'height' => '16' ), - 's_replication' => array( + 's_really' => array( 'position' => '133', - 'width' => '16', - 'height' => '16' + 'width' => '11', + 'height' => '11' ), - 's_rights' => array( + 's_reload' => array( 'position' => '134', 'width' => '16', 'height' => '16' ), - 's_sortable' => array( + 's_replication' => array( 'position' => '135', 'width' => '16', 'height' => '16' ), - 's_status' => array( + 's_rights' => array( 'position' => '136', 'width' => '16', 'height' => '16' ), - 's_success' => array( + 's_sortable' => array( 'position' => '137', 'width' => '16', 'height' => '16' ), - 's_sync' => array( + 's_status' => array( 'position' => '138', 'width' => '16', 'height' => '16' ), - 's_tbl' => array( + 's_success' => array( 'position' => '139', 'width' => '16', 'height' => '16' ), - 's_theme' => array( + 's_sync' => array( 'position' => '140', 'width' => '16', 'height' => '16' ), - 's_top' => array( + 's_tbl' => array( 'position' => '141', 'width' => '16', 'height' => '16' ), - 's_vars' => array( + 's_theme' => array( 'position' => '142', 'width' => '16', 'height' => '16' ), - 's_views' => array( + 's_top' => array( 'position' => '143', 'width' => '16', 'height' => '16' ), - 'window-new' => array( + 's_vars' => array( 'position' => '144', 'width' => '16', 'height' => '16' ), + 's_views' => array( + 'position' => '145', + 'width' => '16', + 'height' => '16' + ), + 'window-new' => array( + 'position' => '146', + 'width' => '16', + 'height' => '16' + ), ); } ?>