Revision 495888c2
Von Safwan Shakhy vor etwa 1 Jahr hinzugefügt
SL/Controller/CustomVariableConfig.pm | ||
---|---|---|
51 | 51 |
my $configs = SL::DB::Manager::CustomVariableConfig->get_all_sorted(where => [ module => $self->module ]); |
52 | 52 |
|
53 | 53 |
$self->setup_list_action_bar; |
54 |
$::form->{title} = t8('List of custom variables'); |
|
54 | 55 |
$::form->header; |
55 | 56 |
$self->render('custom_variable_config/list', |
56 | 57 |
title => t8('List of custom variables'), |
Auch abrufbar als: Unified diff
Tab Titel bei fehlenden gesetzt