Revision 0e53c08e
Von Thomas Kasulke vor fast 18 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
784 | 784 |
<!-- shipto are in hidden variables --> |
785 | 785 |
| ; |
786 | 786 |
map({ print($cgi->hidden("-name" => $_, "-value" => $form->{$_})); } |
787 |
qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry |
|
788 |
shiptocontact shiptophone shiptofax shiptoemail)); |
|
787 |
qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2)); |
|
789 | 788 |
print qq|<!-- email variables --> |; |
790 | 789 |
map({ print($cgi->hidden("-name" => $_, "-value" => $form->{$_})); } |
791 | 790 |
qw(message email subject cc bcc taxaccounts)); |
Auch abrufbar als: Unified diff
shiptodepartment_1 und 2 als hiddentag hinzugefügt