Revision f074dac8
Von Hans Peter Schlaepfer vor etwa 6 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
854 | 854 |
if ($init) { |
855 | 855 |
if ($form->{transfer}) { |
856 | 856 |
$fx_transaction = qq| |
857 |
<td><input name="fx_transaction_$i" class=checkbox type=checkbox value=1></td>
|
|
857 |
<td><input name="fx_transaction_$i" type="checkbox" value="1"></td>
|
|
858 | 858 |
|; |
859 | 859 |
} |
860 | 860 |
|
... | ... | |
891 | 891 |
} else { |
892 | 892 |
if ($form->{transfer}) { |
893 | 893 |
$fx_transaction = qq| |
894 |
<td><input name="fx_transaction_$i" class=checkbox type=checkbox value=1></td>
|
|
894 |
<td><input name="fx_transaction_$i" type="checkbox" value="1"></td>
|
|
895 | 895 |
|; |
896 | 896 |
} |
897 | 897 |
} |
Auch abrufbar als: Unified diff
Design 4.0: b/m/gl.pl: HTML im Quelltext: class checkbox entfernt