Revision 7f1ff6c8
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
442 | 442 |
|
443 | 443 |
_check_io_auth(); |
444 | 444 |
|
445 |
$::form->{title} = $::locale->text('Select from one of the items below'); |
|
445 |
my $previous_form = $::auth->save_form_in_session(form => $::form); |
|
446 |
$::form->{title} = $::locale->text('Select from one of the items below'); |
|
446 | 447 |
$::form->header; |
447 | 448 |
|
448 | 449 |
my @item_list = map { |
... | ... | |
454 | 455 |
# delete action variable |
455 | 456 |
delete @{$::form}{qw(action item_list header)}; |
456 | 457 |
|
457 |
print $::form->parse_html_template('io/select_item', { PREVIOUS_FORM => $::auth->save_form_in_session(form => $::form),
|
|
458 |
print $::form->parse_html_template('io/select_item', { PREVIOUS_FORM => $previous_form,
|
|
458 | 459 |
MODE => $mode, |
459 | 460 |
ITEM_LIST => \@item_list, |
460 | 461 |
IS_PURCHASE => $mode eq 'IS' }); |
Auch abrufbar als: Unified diff
Bei Artikelauswahl "title" der Originalform nicht überschreiben