style alignment for lost option

This commit is contained in:
Marc Delisle
2004-06-25 11:38:05 +00:00
parent bbfead0066
commit a04115157f

View File

@@ -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" />
<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 />
</td>
</tr>