Revision 8ef6c902
Von Thomas Kasulke vor etwa 18 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
$intnotes =
|
||
qq|<textarea name="intnotes" rows="$rows" cols="35" wrap="soft">$form->{intnotes}</textarea>|;
|
||
|
||
$form->{taxincluded} = ($form->{taxincluded} == 1 ? "checked" : "");
|
||
$form->{taxincluded} = ($form->{taxincluded} ? "checked" : "");
|
||
|
||
$taxincluded = "";
|
||
if ($form->{taxaccounts}) {
|
||
$taxincluded = qq|
|
||
<input name="taxincluded" class="checkbox" type="checkbox" value="1" $form->{taxincluded}> <b>|
|
||
<input name="taxincluded" class="checkbox" type="checkbox" $form->{taxincluded}> <b>|
|
||
. $locale->text('Tax Included') . qq|</b><br><br>|;
|
||
}
|
||
|
Auch abrufbar als: Unified diff
die Checkbox für taxincluded nochmal ohne value