Revision b69da824
Von Hans Peter Schlaepfer vor etwa 4 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
862 | 862 |
if ($init) { |
863 | 863 |
if ($form->{transfer}) { |
864 | 864 |
$fx_transaction = qq| |
865 |
<td><input name="fx_transaction_$i" class=checkbox type=checkbox value=1></td>
|
|
865 |
<td><input name="fx_transaction_$i" type="checkbox" value="1"></td>
|
|
866 | 866 |
|; |
867 | 867 |
} |
868 | 868 |
|
... | ... | |
899 | 899 |
} else { |
900 | 900 |
if ($form->{transfer}) { |
901 | 901 |
$fx_transaction = qq| |
902 |
<td><input name="fx_transaction_$i" class=checkbox type=checkbox value=1></td>
|
|
902 |
<td><input name="fx_transaction_$i" type="checkbox" value="1"></td>
|
|
903 | 903 |
|; |
904 | 904 |
} |
905 | 905 |
} |
Auch abrufbar als: Unified diff
Design 4.0: b/m/gl.pl: HTML im Quelltext: class checkbox entfernt