diff --git a/themes/original/img/sprites.png b/themes/original/img/sprites.png index deda458f9c..edffea5fe2 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 18013b59f2..88f3538d87 100644 --- a/themes/original/sprites.lib.php +++ b/themes/original/sprites.lib.php @@ -675,33 +675,43 @@ function PMA_sprites() 'width' => '16', 'height' => '16' ), - 's_tbl' => array( + 's_synced' => array( 'position' => '133', 'width' => '16', 'height' => '16' ), - 's_theme' => array( + 's_tbl' => array( 'position' => '134', 'width' => '16', 'height' => '16' ), - 's_top' => array( + 's_theme' => array( 'position' => '135', 'width' => '16', 'height' => '16' ), - 's_vars' => array( + 's_top' => array( 'position' => '136', 'width' => '16', 'height' => '16' ), - 's_views' => array( + 's_unsynced' => array( 'position' => '137', + 'width' => '16', + 'height' => '16' + ), + 's_vars' => array( + 'position' => '138', + 'width' => '16', + 'height' => '16' + ), + 's_views' => array( + 'position' => '139', 'width' => '10', 'height' => '10' ), 'window-new' => array( - 'position' => '138', + 'position' => '140', 'width' => '16', 'height' => '16' ), diff --git a/themes/pmahomme/img/sprites.png b/themes/pmahomme/img/sprites.png index 8b17eb870f..61ae70eb84 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 0438df9391..4993117b42 100644 --- a/themes/pmahomme/sprites.lib.php +++ b/themes/pmahomme/sprites.lib.php @@ -760,36 +760,46 @@ function PMA_sprites() 'width' => '16', 'height' => '16' ), - 's_tbl' => array( + 's_synced' => array( 'position' => '150', 'width' => '16', 'height' => '16' ), - 's_theme' => array( + 's_tbl' => array( 'position' => '151', 'width' => '16', 'height' => '16' ), - 's_top' => array( + 's_theme' => array( 'position' => '152', 'width' => '16', 'height' => '16' ), - 's_vars' => array( + 's_top' => array( 'position' => '153', 'width' => '16', 'height' => '16' ), - 's_views' => array( + 's_unsynced' => array( 'position' => '154', 'width' => '16', 'height' => '16' ), - 'window-new' => array( + 's_vars' => array( 'position' => '155', 'width' => '16', 'height' => '16' ), + 's_views' => array( + 'position' => '156', + 'width' => '16', + 'height' => '16' + ), + 'window-new' => array( + 'position' => '157', + 'width' => '16', + 'height' => '16' + ), ); } ?>