added labels for checkboxes
This commit is contained in:
@@ -28,8 +28,8 @@ require('./tbl_properties_table_info.php3');
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $strReplaceTable; ?></td>
|
||||
<td><input type="checkbox" name="replace" value="REPLACE" /><?php echo $strReplace; ?></td>
|
||||
<td><?php echo $strTheContents; ?></td>
|
||||
<td><input type="checkbox" name="replace" value="REPLACE" id="checkbox_replace" /><?php echo $strReplace; ?></td>
|
||||
<td><label for="checkbox_replace"><?php echo $strTheContents; ?></label></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $strFieldsTerminatedBy; ?></td>
|
||||
@@ -40,7 +40,7 @@ require('./tbl_properties_table_info.php3');
|
||||
<td><?php echo $strFieldsEnclosedBy; ?></td>
|
||||
<td>
|
||||
<input type="text" name="enclosed" size="1" maxlength="1" value=""" />
|
||||
<input type="checkbox" name="enclose_option" value="OPTIONALLY" /><?php echo $strOptionally . "\n"; ?>
|
||||
<input type="checkbox" name="enclose_option" value="OPTIONALLY" id="checkbox_enclose_option" /><label for="checkbox_enclose_option"><?php echo $strOptionally . "\n"; ?></label>
|
||||
</td>
|
||||
<td><?php echo $strOftenQuotation; ?></td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user