Revision a14368a2
Von Martin Helmling mh@waldpark.octosoft.eu vor fast 9 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
503 | 503 |
_check_io_auth(); |
504 | 504 |
|
505 | 505 |
my $previous_form = $::auth->save_form_in_session(form => $::form); |
506 |
$::form->{title} = $::locale->text('Select from one of the items below'); |
|
506 |
$::form->{title} = $::myconfig{item_multiselect} ? |
|
507 |
$::locale->text('Set count for one or more of the items to select them'): |
|
508 |
$::locale->text('Select from one of the items below'); |
|
507 | 509 |
$::form->header; |
508 | 510 |
|
509 | 511 |
my @item_list = map { |
Auch abrufbar als: Unified diff
Textanpassung und Saubere Linie bei Multiselect
Im Artikelselektor bei Multiselect besseren Titel, je nachdem ob multiselect an ist oder nicht.
Auch die horizontale Linie über alle Spalten,
wenn long_description in der Mandanntenkonfig gesetzt ist.