diff --git a/libraries/navigation_header.inc.php b/libraries/navigation_header.inc.php index 6c5b26652..e34adc58c 100644 --- a/libraries/navigation_header.inc.php +++ b/libraries/navigation_header.inc.php @@ -91,13 +91,26 @@ if ($GLOBALS['cfg']['LeftDisplayLogo']) { echo '>' . $query_frame_link_text . '' . "\n"; } // end if ($server != 0) -if ($GLOBALS['cfg']['MainPageIconic']) { echo ' ' - .'' . __('phpMyAdmin documentation') . '' . "\n"; + .' title="' . __('phpMyAdmin documentation') . '" >'; + + if ($GLOBALS['cfg']['MainPageIconic']) { + echo '' . __('phpMyAdmin documentation') . ''; + } + echo ''; echo ' ' . PMA_showMySQLDocu('', '', TRUE) . "\n"; -} + + echo ''; + if ($GLOBALS['cfg']['MainPageIconic']) { + echo '' . __('Reload navigation frame') . ''; + } else { + echo '
' . __('Reload navigation frame'); + } + echo '
'; + echo '' . "\n"; /** diff --git a/navigation.php b/navigation.php index fdb65028a..aa16e66e0 100644 --- a/navigation.php +++ b/navigation.php @@ -53,18 +53,6 @@ function PMA_exitNavigationFrame() if (!empty($GLOBALS['db'])) { $params['db'] = $GLOBALS['db']; } - echo '' . "\n"; echo ''; exit; } diff --git a/themes/darkblue_orange/img/s_reload.png b/themes/darkblue_orange/img/s_reload.png index 754361eb8..0113cbd48 100644 Binary files a/themes/darkblue_orange/img/s_reload.png and b/themes/darkblue_orange/img/s_reload.png differ diff --git a/themes/original/css/theme_left.css.php b/themes/original/css/theme_left.css.php index 9bb3c39c3..ef0f53c79 100644 --- a/themes/original/css/theme_left.css.php +++ b/themes/original/css/theme_left.css.php @@ -134,7 +134,6 @@ div#leftframelinks .icon { margin: 0; } -div#reloadlink a img, div#leftframelinks a img.icon { margin: 0; padding: 0.2em; @@ -231,12 +230,6 @@ div#left_tableList ul ul { background: ; color: ; } -#reloadlink { - clear: both; - float: ; - display: block; - padding: 1em; -} #NavFilter { display: none; diff --git a/themes/original/img/s_reload.png b/themes/original/img/s_reload.png index 754361eb8..0113cbd48 100644 Binary files a/themes/original/img/s_reload.png and b/themes/original/img/s_reload.png differ