Revision a3a07b85
Von Hans Peter Schlaepfer vor fast 4 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
857 | 857 |
if ($init) { |
858 | 858 |
if ($form->{transfer}) { |
859 | 859 |
$fx_transaction = qq| |
860 |
<td><input name="fx_transaction_$i" class=checkbox type=checkbox value=1></td>
|
|
860 |
<td><input name="fx_transaction_$i" type="checkbox" value="1"></td>
|
|
861 | 861 |
|; |
862 | 862 |
} |
863 | 863 |
|
... | ... | |
894 | 894 |
} else { |
895 | 895 |
if ($form->{transfer}) { |
896 | 896 |
$fx_transaction = qq| |
897 |
<td><input name="fx_transaction_$i" class=checkbox type=checkbox value=1></td>
|
|
897 |
<td><input name="fx_transaction_$i" type="checkbox" value="1"></td>
|
|
898 | 898 |
|; |
899 | 899 |
} |
900 | 900 |
} |
Auch abrufbar als: Unified diff
Design 4.0: b/m/gl.pl: HTML im Quelltext: class checkbox entfernt