bug #1971221 [interface] tabindex not set correctly
This commit is contained in:
@@ -13,6 +13,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
- bug #1990342 [import] SQL file import very slow on Windows,
|
- bug #1990342 [import] SQL file import very slow on Windows,
|
||||||
thanks to Richard Heaton - wotnot
|
thanks to Richard Heaton - wotnot
|
||||||
- bug [XHTML] problem with tabindex and radio fields
|
- bug [XHTML] problem with tabindex and radio fields
|
||||||
|
- bug #1971221 [interface] tabindex not set correctly
|
||||||
|
|
||||||
2.11.7.0 (not yet released)
|
2.11.7.0 (not yet released)
|
||||||
- bug #1908719 [interface] New field cannot be auto-increment and primary key
|
- bug #1908719 [interface] New field cannot be auto-increment and primary key
|
||||||
|
@@ -235,8 +235,8 @@ while ($trow = PMA_DBI_fetch_assoc($table_def)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$tabindex = 0;
|
$tabindex = 0;
|
||||||
$tabindex_for_function = +1000;
|
$tabindex_for_function = +3000;
|
||||||
$tabindex_for_null = +2000;
|
$tabindex_for_null = +6000;
|
||||||
$tabindex_for_value = 0;
|
$tabindex_for_value = 0;
|
||||||
$o_rows = 0;
|
$o_rows = 0;
|
||||||
$biggest_max_file_size = 0;
|
$biggest_max_file_size = 0;
|
||||||
|
Reference in New Issue
Block a user