From dbf4ee19e35692d9456ab1c04fb68bfcefc29b06 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Fri, 4 Nov 2005 12:16:06 +0000 Subject: [PATCH] - bug# 1348089 SQL and actions bellow should be same width - removed nowrap, vertical srcolling is really annoying --- ChangeLog | 5 ++++- main.php | 53 +++++++++++++++++++++++++---------------------------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/ChangeLog b/ChangeLog index e56c50e44..87a2c01e7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,9 +9,12 @@ $Source$ * db_details_structure.php: Read InnoDB exact count before rendering icons for truncating (bug #1337744). -2005-11-03 Sebastian Mendel +2005-11-04 Sebastian Mendel * db_details_structure.php: fixed display of stats for InnoDB and information_schema + * main.php: + - bug# 1348089 SQL and actions bellow should be same width + - removed nowrap, vertical srcolling is really annoying 2005-11-03 Marc Delisle * tbl_change.php, tbl_replace.php, tbl_replace_fields.php: diff --git a/main.php b/main.php index 7b6d5331e..0c2997ac7 100644 --- a/main.php +++ b/main.php @@ -10,7 +10,6 @@ define('PMA_DISPLAY_HEADING', 0); /** * Gets some core libraries and displays a top message if required */ -require_once('./libraries/grab_globals.lib.php'); require_once('./libraries/common.lib.php'); setcookie('pma_lang', $lang, time() + 60*60*24*30, $cookie_path, '', $is_https); if (isset($convcharset)) { @@ -94,13 +93,15 @@ if ( $server > 0 ) { echo '

' . $full_string . '

' . "\n"; } // end if $server > 0 +?> +
- + 0) && isset($mode) && ($mode == 'reload')) { unset($sql_query); unset($message); } -?> -
- 0) { || $cfg['Server']['auth_type'] != 'config') { ?> - - + - @@ -322,7 +318,8 @@ if ($server > 0) { ','s_loggoff.png',$strLogout,'') : $str_normal_list); ?> - @@ -347,8 +344,7 @@ if (empty($cfg['Lang'])) { ','s_lang.png','Language','') : $str_normal_list); ?> - - ','b_docs.png',$strPmaDocumentation,'') : $str_normal_list); ?> - @@ -501,8 +497,8 @@ if ($is_superuser || $cfg['ShowPhpInfo']) { ','php_sym.png',$strShowPHPInfo,'') : $str_normal_list); ?> - ','b_home.png',$strHomepageOfficial,'') : $str_normal_list); ?> - + -
- MySQL
MySQL
+
+
-
+
@@ -397,12 +393,12 @@ if ( isset($cfg['AllowAnywhereRecoding']) && $cfg['AllowAnywhereRecoding']
- + : - $tmpcharset) { if ($convcharset == $tmpcharset) { @@ -490,8 +486,8 @@ if (isset($available_themes_choices) && $available_themes_choices > 1) {
- + +
- +
- - + +
- + [ChangeLog] -    [CVS] -    [Lists] + [CVS] + [Lists]