Revision 14a0f366
Von Safwan Shakhy vor mehr als 1 Jahr hinzugefügt
- ID 14a0f36664f407b7a2bb4f3e5a237b4be5eb7cab
- Vorgänger 66c4c45c
SL/Controller/CustomVariableConfig.pm | ||
---|---|---|
my $configs = SL::DB::Manager::CustomVariableConfig->get_all_sorted(where => [ module => $self->module ]);
|
||
|
||
$self->setup_list_action_bar;
|
||
$::form->{title} = t8('List of custom variables');
|
||
$::form->header;
|
||
$self->render('custom_variable_config/list',
|
||
title => t8('List of custom variables'),
|
Auch abrufbar als: Unified diff
Tab Titel bei fehlenden gesetzt