diff --git a/index.php b/index.php index 30f901cac5..db6d0952d9 100644 --- a/index.php +++ b/index.php @@ -140,7 +140,7 @@ if ($server > 0 } } // end if echo '
'; - $retval .= 'getId()) . '" '; $retval .= 'href="' . $url . '">'; if (@file_exists($this->getPath() . '/screen.png')) { diff --git a/libraries/Theme_Manager.class.php b/libraries/Theme_Manager.class.php index 2ecfb05c6a..f34052b2a2 100644 --- a/libraries/Theme_Manager.class.php +++ b/libraries/Theme_Manager.class.php @@ -353,8 +353,7 @@ class PMA_Theme_Manager $select_box = ''; if ($form) { - $select_box .= ''; + $select_box .= ''; $select_box .= PMA_generate_common_hidden_inputs(); } diff --git a/libraries/Util.class.php b/libraries/Util.class.php index e62e528ecf..b577df04ff 100644 --- a/libraries/Util.class.php +++ b/libraries/Util.class.php @@ -2427,7 +2427,7 @@ class PMA_Util $pageNowMinusRange = ($pageNow - $range); $pageNowPlusRange = ($pageNow + $range); - $gotopage = $prompt . ' ' . "\n" - : ''; + $list_navigator_html .= ''; - $list_navigator_html .= __('Page number:'); - - $list_navigator_html .= ($frame == 'frame_navigation') ? '' : ' '; + if ($frame != 'frame_navigation') { + $list_navigator_html .= __('Page number:'); + } // Move to the beginning or to the previous page if ($pos > 0) { @@ -2583,18 +2584,16 @@ class PMA_Util } // end if... else... $_url_params['pos'] = 0; - $list_navigator_html .= '' . $caption1 . ''; + $list_navigator_html .= '' . $caption1 . ''; $_url_params['pos'] = $pos - $max_count; - $list_navigator_html .= '' . $caption2 . ''; + $list_navigator_html .= '' . $caption2 . ''; } - $list_navigator_html .= "\n" . '' . "\n"; + $list_navigator_html .= ''; $list_navigator_html .= PMA_generate_common_hidden_inputs($_url_params); $list_navigator_html .= self::pageselector( @@ -2618,24 +2617,18 @@ class PMA_Util } // end if... else... $_url_params['pos'] = $pos + $max_count; - $list_navigator_html .= '' . $caption3 . ''; + $list_navigator_html .= '' . $caption3 . ''; $_url_params['pos'] = floor($count / $max_count) * $max_count; if ($_url_params['pos'] == $count) { $_url_params['pos'] = $count - $max_count; } - $list_navigator_html .= '' . $caption4 . ''; - } - - $list_navigator_html .= "\n"; - if ('frame_navigation' == $frame) { - $list_navigator_html .= '' . "\n"; + $list_navigator_html .= '' . $caption4 . ''; } + $list_navigator_html .= '