diff --git a/ChangeLog b/ChangeLog index ab3e950a0..b0073751a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,9 @@ $Source$ add new authentication modes; - started merging patch #463127 - Cookie based authentication, thanks to Piotr Roszatycki and Dan Wilson. + * db_details.php3; tbl_indexes.php3; tbl_properties.php3; + libraries/display_tbl.lib.php3: merged one part of the feature + #465550 - faster use of keyboard with javascript. 2001-12-08 Loïc Chapeaux * libraries/left.js, lines 234-240: fixed a js bug with empty databases. diff --git a/db_details.php3 b/db_details.php3 index 1e250337e..38b7776af 100755 --- a/db_details.php3 +++ b/db_details.php3 @@ -471,7 +471,7 @@ if ($num_tables > 0) {  :
-
  diff --git a/libraries/display_tbl.lib.php3 b/libraries/display_tbl.lib.php3 index e92beee71..8ae2b32e6 100644 --- a/libraries/display_tbl.lib.php3 +++ b/libraries/display_tbl.lib.php3 @@ -261,9 +261,9 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){ - + - + diff --git a/tbl_indexes.php3 b/tbl_indexes.php3 index 0e6efa1cf..a6a8f7d1f 100644 --- a/tbl_indexes.php3 +++ b/tbl_indexes.php3 @@ -307,7 +307,7 @@ else if (!defined('PMA_IDX_INCLUDED')   - +   @@ -375,7 +375,7 @@ else if (!defined('PMA_IDX_INCLUDED') - /> + onfocus="this.select()" /> ' . "\n"; } echo '

' . "\n"; - echo ' ' . sprintf($strAddToIndex, '') . "\n"; + echo ' ' . sprintf($strAddToIndex, '') . "\n"; echo '  ' . "\n"; } else { diff --git a/tbl_properties.php3 b/tbl_properties.php3 index 37a362388..2d3a6f9e6 100755 --- a/tbl_properties.php3 +++ b/tbl_properties.php3 @@ -705,7 +705,7 @@ echo "\n";  :
-
  @@ -758,7 +758,7 @@ if ($cfgBookmark['db'] && $cfgBookmark['table']) {  : - + +  --   - + @@ -917,7 +917,7 @@ echo "\n";  : -   +  
@@ -958,7 +958,7 @@ for ($i = 0; $i < $num_dbs; $i++) { ?>  .  - + @@ -1000,7 +1000,7 @@ for ($i = 0; $i < $num_dbs; $i++) { ?>  .  - + @@ -1101,7 +1101,7 @@ if (PMA_MYSQL_INT_VERSION >= 32322) {  :    - " style="vertical-align: middle" />  + " style="vertical-align: middle" onfocus="this.select()" />