bug [XHTML] problem with tabindex and radio fields
This commit is contained in:
@@ -68,6 +68,7 @@ danbarry
|
||||
(really causes a problem in case of INSERT/UPDATE)
|
||||
- bug #1990342 [import] SQL file import very slow on Windows,
|
||||
thanks to Richard Heaton - wotnot
|
||||
- bug [XHTML] problem with tabindex and radio fields
|
||||
|
||||
2.11.7.0 (not yet released)
|
||||
- bug #1908719 [interface] New field cannot be auto-increment and primary key
|
||||
|
@@ -740,7 +740,7 @@ foreach ($rows as $row_id => $vrow) {
|
||||
&& $enum_value['plain'] == $field['Default'])) {
|
||||
echo ' checked="checked"';
|
||||
}
|
||||
echo 'tabindex="' . ($tabindex + $tabindex_for_value) . '" />';
|
||||
echo ' tabindex="' . ($tabindex + $tabindex_for_value) . '" />';
|
||||
echo '<label for="field_' . $idindex . '_3_' . $j . '">'
|
||||
. $enum_value['html'] . '</label>' . "\n";
|
||||
$j++;
|
||||
|
Reference in New Issue
Block a user