Bug graphique avec chrome

This commit is contained in:
Alan Garcia 2011-01-29 10:39:22 +00:00
parent d189214c5e
commit a25f22729a
1 changed files with 2 additions and 2 deletions

View File

@ -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