style alignment for lost option
This commit is contained in:
@@ -187,7 +187,7 @@ if (isset($sql_query)) {
|
|||||||
<input type="checkbox" name="use_transaction" value="yes" id="checkbox_use_transaction" <?php PMA_exportCheckboxCheck('sql_use_transaction'); ?> style="vertical-align: middle" />
|
<input type="checkbox" name="use_transaction" value="yes" id="checkbox_use_transaction" <?php PMA_exportCheckboxCheck('sql_use_transaction'); ?> style="vertical-align: middle" />
|
||||||
<label for="checkbox_use_transaction"><?php echo $strEncloseInTransaction; ?></label><br />
|
<label for="checkbox_use_transaction"><?php echo $strEncloseInTransaction; ?></label><br />
|
||||||
|
|
||||||
<input type="checkbox" name="disable_fk" value="yes" id="checkbox_disable_fk" <?php PMA_exportCheckboxCheck('sql_disable_fk'); ?> />
|
<input type="checkbox" name="disable_fk" value="yes" id="checkbox_disable_fk" <?php PMA_exportCheckboxCheck('sql_disable_fk'); ?> style="vertical-align: middle" />
|
||||||
<label for="checkbox_disable_fk"><?php echo $strDisableForeignChecks; ?></label><br />
|
<label for="checkbox_disable_fk"><?php echo $strDisableForeignChecks; ?></label><br />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Reference in New Issue
Block a user