projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31f79e3
)
Einige Browser (Opera) mögen es nicht, wenn "checked" bei Checkboxen in Anführungszei...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 1 Aug 2007 09:54:53 +0000
(09:54 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 1 Aug 2007 09:54:53 +0000
(09:54 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
6629cb8
..
de350c5
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-529,7
+529,7
@@
sub display_row {
}
my $subtotalchecked = ($form->{"subtotal_$i"}) ? "checked" : "";
print qq|
- <b>|.$locale->text('Subtotal').qq|</b> <input type="checkbox" name="subtotal_$i" value="1"
"$subtotalchecked"
>
+ <b>|.$locale->text('Subtotal').qq|</b> <input type="checkbox" name="subtotal_$i" value="1"
$subtotalchecked
>
|;
if ($form->{"id_$i"} && $is_sales) {