From e894e9e8ad8a4504a28f12b38408c39ed063d2fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sun, 17 Mar 2002 09:44:53 +0000 Subject: [PATCH] =?UTF-8?q?Patch=20from=20Thomas=20B=EF=BF=BDhr=20-=20tabi?= =?UTF-8?q?ndex=20order?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog | 2 ++ tbl_change.php3 | 32 ++++++++++++++++---------------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index bed386d23..2dbd1e784 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ $Source$ 2002-03-17 Loïc Chapeaux * user_details.php3; user_password.php3: no long displays the true password on screen. + * tbl_change.php3: patch from Thomas Bähr - tabindex + order. 2002-03-16 Loïc Chapeaux * header.inc.php3, line 76; main.php3, lines 13-24; lang/*; diff --git a/tbl_change.php3 b/tbl_change.php3 index fc992479c..04f03b5c0 100755 --- a/tbl_change.php3 +++ b/tbl_change.php3 @@ -257,7 +257,7 @@ for ($i = 0; $i < $fields_cnt; $i++) { } else { ?> - ' . "\n"; if ($row_table_def['Null'] == 'YES') { - echo ' - + - + 20) { echo "\n"; ?> - ' . "\n"; + echo 'tabindex="' . $i . '" />' . "\n"; echo ' ' . htmlspecialchars($enum_atom) . "\n"; } // end for @@ -395,7 +395,7 @@ for ($i = 0; $i < $fields_cnt; $i++) { - - + - + - + -
+
      
- + - + -- --    -
+
      
- + - +