Revision 38646b1d
Von Thomas Kasulke vor fast 18 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
822 | 822 |
. $locale->text('Service'); |
823 | 823 |
print $cgi->hidden("-name" => "previousform", "-value" => $previousform); |
824 | 824 |
map({ print($cgi->hidden("-name" => $_, "-value" => $form->{$_})); } |
825 |
("partnumber_$i", "description_$i", "rowcount", "taxaccounts", "vc", "path", "login", "password")); |
|
826 |
|
|
827 |
#<input type="hidden" name="partnumber" value="$form->{"partnumber_$i"}"> |
|
828 |
#<input type="hidden" name="description" value="$form->{"description_$i"}"> |
|
829 |
#<input type="hidden" name="rowcount" value="$form->{rowcount}"> |
|
830 |
#<input type="hidden" name="taxaccount2" value="$form->{taxaccounts}"> |
|
831 |
#<input type="hidden" name="vc" value="$form->{vc}"> |
|
832 |
# |
|
833 |
#<input type="hidden" name="path" value="$form->{path}"> |
|
834 |
#<input type="hidden" name="login" value="$form->{login}"> |
|
835 |
#<input type="hidden" name="password" value="$form->{password}"> |
|
825 |
("rowcount", "vc", "path", "login", "password")); |
|
826 |
map({ print($cgi->hidden("-name" => $_, "-value" => $form->{"$__$i"})); } |
|
827 |
("partnumber", "description")); |
|
828 |
print $cgi->hidden("-name" => "taxaccount2", "-value" => $form->{taxaccounts}); |
|
836 | 829 |
|
837 | 830 |
print qq| |
838 | 831 |
<input type="hidden" name="nextsub" value="add"> |
Auch abrufbar als: Unified diff
Fehler Widergutmachung (cgi parameter usw)