diff --git a/ChangeLog b/ChangeLog index 2930413ae..6e792e75a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,12 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-10-02 Loïc Chapeaux + * tbl_change.php3, bug 617029: tabindex for linked fields + +2002-10-02 Marc Delisle + * lang/thai: update, thanks to Arthit Suriyawongkul + 2002-10-01 Marc Delisle * Documentation.html, typo about GRANT: patch 616772, thanks to Vince LaMonica (vjl323) diff --git a/tbl_change.php3 b/tbl_change.php3 index bf15e92fe..812c46a27 100755 --- a/tbl_change.php3 +++ b/tbl_change.php3 @@ -209,7 +209,7 @@ for ($i = 0; $i < $fields_cnt; $i++) { ?> -   +   - ="return unNullify('')" tabindex=""> ' . "\n"; if (!(($cfg['ProtectBinary'] && $is_blob) || ($cfg['ProtectBinary'] == 'all' && $is_binary)) && $row_table_def['Null'] == 'YES') { - echo ' - - + + ="return unNullify('')" tabindex=""> - + 20) { echo "\n"; ?> - ="return unNullify('')" tabindex=""> ' . "\n"; + echo 'tabindex="' . ($i + 1) . '" />' . "\n"; echo ' ' . "\n"; } // end for @@ -537,7 +537,7 @@ for ($i = 0; $i < $fields_cnt; $i++) { - ="return unNullify('')" tabindex="" > "> + ="return unNullify('')" tabindex="" > - ="return unNullify('')" tabindex="" /> + ="return unNullify('')" tabindex="" /> + ="return unNullify('')" tabindex="" > - ="return unNullify('')" tabindex="" /> + ="return unNullify('')" tabindex="" /> -
+
      
- + - + -- --    -
+
      
- tabindex="" /> + tabindex="" /> - +