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