Revision 8b5efb77
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
529 | 529 |
} |
530 | 530 |
my $subtotalchecked = ($form->{"subtotal_$i"}) ? "checked" : ""; |
531 | 531 |
print qq| |
532 |
<b>|.$locale->text('Subtotal').qq|</b> <input type="checkbox" name="subtotal_$i" value="1" "$subtotalchecked">
|
|
532 |
<b>|.$locale->text('Subtotal').qq|</b> <input type="checkbox" name="subtotal_$i" value="1" $subtotalchecked>
|
|
533 | 533 |
|; |
534 | 534 |
|
535 | 535 |
if ($form->{"id_$i"} && $is_sales) { |
Auch abrufbar als: Unified diff
Einige Browser (Opera) mögen es nicht, wenn "checked" bei Checkboxen in Anführungszeichen steht.