Fix Label's 'for' attribute for Auto-incr in Copy Mutliple tables
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
This commit is contained in:
parent
319c7a8247
commit
369c53aee3
@ -346,7 +346,7 @@ function PMA_getHtmlForCopyMultipleTables($action, $_url_params)
|
||||
$html .= '<input type="checkbox" id="checkbox_drop" value="1" name="drop_if_exists"></input>';
|
||||
$html .= '<label for="checkbox_drop">' . __('Add DROP TABLE') . '</label><br>';
|
||||
$html .= '<input type="checkbox" id="checkbox_auto_increment_cp" value="1" name="sql_auto_increment"></input>';
|
||||
$html .= '<label for="checkbox_auto_increment">' . __('Add AUTO INCREMENT value') . '</label><br>';
|
||||
$html .= '<label for="checkbox_auto_increment_cp">' . __('Add AUTO INCREMENT value') . '</label><br>';
|
||||
$html .= '<input type="checkbox" id="checkbox_constraints" value="1" name="sql_auto_increment" checked="checked"></input>';
|
||||
$html .= '<label for="checkbox_constraints">' . __('Add constraints') . '</label><br><br>';
|
||||
$html .= '<input name="adjust_privileges" value="1" id="checkbox_adjust_privileges" checked="checked" type="checkbox"></input>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user