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