Bug graphique avec chrome
This commit is contained in:
parent
d189214c5e
commit
a25f22729a
|
@ -44,8 +44,8 @@ $dom->unlock();
|
|||
?>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="radio" id="<?php echo $dt['name']?>" class="inc" name="type" value="<?php echo $dt['name']; ?>" <?php cbox(strtoupper($type)==strtoupper($dt['name'])); ?> />
|
||||
<label for="<?php echo $dt['name']?>"><?php __($dt['description']); ?></label>
|
||||
<input type="radio" id="r_<?php echo $dt['name']?>" class="inc" name="type" value="<?php echo $dt['name']; ?>" <?php cbox(strtoupper($type)==strtoupper($dt['name'])); ?> />
|
||||
<label for="r_<?php echo $dt['name']?>"><?php __($dt['description']); ?></label>
|
||||
</td>
|
||||
<td>
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue