diff --git a/ChangeLog b/ChangeLog index d531e7a22..af61d6c55 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,12 @@ $Source$ 2002-04-10 Alexander M. Turek * config.inc.php3, line 73: removed the "experimental" warning for the "cfgLeftFrameLight" setting. + * db_details.php3, header.inc.php3, left.php3, main.php3, tbl_change.php3, + tbl_indexes.php3, tbl_properties.php3, tbl_qbe.php3, tbl_select.php3, + user_details.php3, user_password.php3, libraries/display_tbl.lib.php3, + libraries/auth/cookie.auth.lib.php3: Better fix bugs #539756 / #540718 + * left.php3, libraries/auth/cookie.auth.lib.php3: Fixed design for NN 4.x. + * Documentation.*: Added myself. 2002-04-10 Marc Delisle * lang/chinese* update thanks to Siu Sun (siusun) diff --git a/db_details.php3 b/db_details.php3 index ecb0abe29..8b9051845 100755 --- a/db_details.php3 +++ b/db_details.php3 @@ -567,7 +567,7 @@ if ($is_upload) { echo ' ' . $strOr . ' ' . $strLocationTextfile . ' :
' . "\n"; ?>
-
+
0) { ' . "\n"; echo ' ' . $strName . ' : ' . "\n"; -echo ' ' . '' . "\n"; +echo ' ' . '' . "\n"; echo ' ' . '
' . "\n"; echo ' ' . $strFields . ' : ' . "\n"; -echo ' ' . '' . "\n"; +echo ' ' . '' . "\n"; echo ' ' . ' ' . "\n"; ?> diff --git a/header.inc.php3 b/header.inc.php3 index 73066085e..d30c777c0 100755 --- a/header.inc.php3 +++ b/header.inc.php3 @@ -56,23 +56,23 @@ if (!empty($cfgPmaAbsoluteUri)) { ?> diff --git a/left.php3 b/left.php3 index d75ef2c37..e1516bf47 100755 --- a/left.php3 +++ b/left.php3 @@ -148,9 +148,10 @@ else { ?> @@ -152,13 +155,13 @@ h1 {font-family: ; font-size:   - +   - + " /> - + - +
' . $GLOBALS['strRowsModeVertical'] . '' . "\n" . ' ' . "\n" . ' '; - $param2 = ' ' . "\n" + $param2 = ' ' . "\n" . ' '; echo ' ' . sprintf($GLOBALS['strRowsModeOptions'], "\n" . $param1, "\n" . $param2) . "\n"; ?> @@ -969,7 +969,7 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){ } else if ($row[$pointer] != '') { // loic1: support blanks in the key $relation_id = $row[$pointer]; - + // loic1: Cut text/blob fields even if $cfgShowBlob is true if (eregi('BLOB', $meta->type)) { if (strlen($row[$pointer]) > $GLOBALS['cfgLimitChars'] && ($dontlimitchars != 1)) { diff --git a/main.php3 b/main.php3 index 346712694..7fb84be5d 100755 --- a/main.php3 +++ b/main.php3 @@ -247,7 +247,7 @@ if ($server > 0) { - + diff --git a/tbl_change.php3 b/tbl_change.php3 index a9d93af26..8093d8515 100755 --- a/tbl_change.php3 +++ b/tbl_change.php3 @@ -453,7 +453,7 @@ for ($i = 0; $i < $fields_cnt; $i++) { ?> - ="return unNullify('')" tabindex="" /> + ="return unNullify('')" tabindex="" /> - ="return unNullify('')" tabindex="" /> + ="return unNullify('')" tabindex="" />   - +   @@ -398,8 +398,8 @@ else if (!defined('PMA_IDX_INCLUDED') echo ' ' . "\n"; } echo '

' . "\n"; - echo ' ' . sprintf($strAddToIndex, '') . "\n"; - echo '  ' . "\n"; + echo ' ' . sprintf($strAddToIndex, '') . "\n"; + echo '  ' . "\n"; } else { /** @@ -502,7 +502,7 @@ else if (!defined('PMA_IDX_INCLUDED') echo ' ' . $strNoIndex . '

' . "\n\n"; } - echo ' ' . sprintf($strCreateIndex, '') . "\n"; + echo ' ' . sprintf($strCreateIndex, '') . "\n"; echo '  ' . "\n"; echo ' '; } // end display indexes diff --git a/tbl_properties.inc.php3 b/tbl_properties.inc.php3 index c488ef92a..a147a26aa 100755 --- a/tbl_properties.inc.php3 +++ b/tbl_properties.inc.php3 @@ -66,7 +66,7 @@ for ($i = 0 ; $i < $num_fields; $i++) { } echo "\n"; ?> - " /> + " class="textfield" /> " /> + " class="textfield" /> " /> + " class="textfield" /> + ' . $strOr . ' ' . $strLocationTextfile . ' :
' . "\n"; ?>
-
+
" />  : - +  :
        -   
+   
        -   
+   
        -   
+   
        - " />   + " class="textfield" />   @@ -917,9 +917,9 @@ if (function_exists('PMA_set_enc_form')) {    - +  --   - + @@ -942,7 +942,7 @@ if (function_exists('PMA_set_enc_form')) {  : -   +   @@ -983,7 +983,7 @@ for ($i = 0; $i < $num_dbs; $i++) { ?>  .  - + @@ -1025,7 +1025,7 @@ for ($i = 0; $i < $num_dbs; $i++) { ?>  .  - + @@ -1126,7 +1126,7 @@ if (PMA_MYSQL_INT_VERSION >= 32322) {  :    - " style="vertical-align: middle" onfocus="this.select()" />  + " class="textfield" style="vertical-align: middle" onfocus="this.select()" />  diff --git a/tbl_qbe.php3 b/tbl_qbe.php3 index 64163fb87..0ad76a596 100755 --- a/tbl_qbe.php3 +++ b/tbl_qbe.php3 @@ -320,7 +320,7 @@ for ($x = 0; $x < $col; $x++) { if (!empty($InsCol) && isset($InsCol[$x]) && $InsCol[$x] == 'on') { ?> - + - +
- +

  • -   +  

    ' . $strOr . ' ' . $strDoAQuery; ?>
    @@ -99,7 +99,7 @@ if (!isset($param) || $param[0] == '') { - + diff --git a/user_details.php3 b/user_details.php3 index 25231cb2d..f673eca04 100644 --- a/user_details.php3 +++ b/user_details.php3 @@ -383,7 +383,7 @@ function PMA_normalOperations()  :  - ="this.form.anyhost[1].checked = true" /> + ="this.form.anyhost[1].checked = true" /> @@ -397,7 +397,7 @@ function PMA_normalOperations()  :  - ="this.form.anyuser[1].checked = true" /> + ="this.form.anyuser[1].checked = true" /> @@ -411,10 +411,10 @@ function PMA_normalOperations()  :  - ="nopass[1].checked = true" /> + ="nopass[1].checked = true" />     :  - ="nopass[1].checked = true" /> + ="nopass[1].checked = true" /> @@ -606,7 +606,7 @@ function PMA_grantOperations($grants)   - ="change(this)" /> + ="change(this)" /> @@ -688,7 +688,7 @@ function PMA_editOperations($host, $user)  :  - " ="this.form.anyhost[1].checked = true" /> + " class="textfield" ="this.form.anyhost[1].checked = true" /> @@ -702,7 +702,7 @@ function PMA_editOperations($host, $user)  :  - " ="this.form.anyuser[1].checked = true" /> + " class="textfield" ="this.form.anyuser[1].checked = true" /> diff --git a/user_password.php3 b/user_password.php3 index 303c11156..1a51a76ed 100644 --- a/user_password.php3 +++ b/user_password.php3 @@ -116,10 +116,10 @@ $chg_evt_handler = (PMA_USR_BROWSER_AGENT == 'IE' && PMA_USR_BROWSER_VER >= 5)  :  - ="nopass[1].checked = true" /> + ="nopass[1].checked = true" />     :  - ="nopass[1].checked = true" /> + ="nopass[1].checked = true" />