Revision f25d9c85
Von Moritz Bunkus vor etwa 16 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
637 | 637 |
<table> |
638 | 638 |
<tr> |
639 | 639 |
$customers |
640 |
<input type="hidden" name="customer_klass" value="$form->{customer_klass}">
|
|
641 |
<input type="hidden" name="customer_id" value="$form->{customer_id}">
|
|
642 |
<input type="hidden" name="oldcustomer" value="$form->{oldcustomer}">
|
|
643 |
<input type="hidden" name="selectcustomer" value="$form->{selectcustomer}">
|
|
640 |
<input type="hidden" name="customer_klass" value="| . H($form->{customer_klass}) . qq|">
|
|
641 |
<input type="hidden" name="customer_id" value="| . H($form->{customer_id}) . qq|">
|
|
642 |
<input type="hidden" name="oldcustomer" value="| . H($form->{oldcustomer}) . qq|">
|
|
643 |
<input type="hidden" name="selectcustomer" value="| . H($form->{selectcustomer}) . qq|">
|
|
644 | 644 |
</tr> |
645 | 645 |
$contact |
646 | 646 |
$shipto |
Auch abrufbar als: Unified diff
Auch versteckte Variablen HTML-escapen.