Revision 495888c2
Von Safwan Shakhy vor mehr als 1 Jahr hinzugefügt
| 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