Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8ef6c902

Von Thomas Kasulke vor etwa 18 Jahren hinzugefügt

  • ID 8ef6c902e10c4c91f7ca8125fe5a5bebdb0fb0ff
  • Vorgänger d2bafad3
  • Nachfolger 4b17bfa8

die Checkbox für taxincluded nochmal ohne value

Unterschiede anzeigen:

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