Use <label> tags
This commit is contained in:
@@ -16,6 +16,8 @@ $Source$
|
||||
for Mozilla, IE5/6 allow resizing with a "0" frameborder
|
||||
* footer.inc.php3: Only update queryframes DB/Table info when
|
||||
no error happened in a query.
|
||||
* ldi_table.php3: Use <label> tags for the new radio buttons as with
|
||||
our other GUI elements.
|
||||
|
||||
2003-05-28 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||
* translators.html: Typo.
|
||||
|
@@ -157,8 +157,8 @@ if (PMA_MYSQL_INT_VERSION > 40003) {
|
||||
<td><?php echo $strLoadMethod; ?>
|
||||
</td>
|
||||
<td>
|
||||
<input type="radio" name="local_option" value="0" <?php echo (!$local_option_selected?' checked="checked" ': '');?>/>...DATA <br />
|
||||
<input type="radio" name="local_option" value="1" <?php echo ($local_option_selected?' checked="checked" ': '');?>/>...DATA LOCAL
|
||||
<input type="radio" id="radio_local_option_0" name="local_option" value="0" <?php echo (!$local_option_selected ? ' checked="checked" ' : ''); ?>/><label for="radio_local_option_0">...DATA</label><br />
|
||||
<input type="radio" id="radio_local_option_1" name="local_option" value="1" <?php echo ($local_option_selected ? ' checked="checked" ' : ''); ?>/><label for="radio_local_option_1">...DATA LOCAL</label>
|
||||
</td>
|
||||
<td><?php echo $strLoadExplanation; ?>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user