Revision 2b5d9005
Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt
SL/Controller/SimpleSystemSetting.pm | ||
---|---|---|
268 | 268 |
], |
269 | 269 |
}, |
270 | 270 |
|
271 |
time_recording_article => { |
|
272 |
# Make locales.pl happy: $self->render("simple_system_setting/_time_recording_article_form") |
|
273 |
class => 'TimeRecordingArticle', |
|
274 |
auth => 'config', |
|
275 |
titles => { |
|
276 |
list => t8('Time Recording Articles'), |
|
277 |
add => t8('Add time recording article'), |
|
278 |
edit => t8('Edit time recording article'), |
|
279 |
}, |
|
280 |
list_attributes => [ |
|
281 |
{ title => t8('Article'), formatter => sub { $_[0]->part->displayable_name } }, |
|
282 |
], |
|
283 |
}, |
|
284 |
|
|
271 | 285 |
); |
272 | 286 |
|
273 | 287 |
my @default_list_attributes = ( |
Auch abrufbar als: Unified diff
Zeiterfassung: SimpleSettings für Artikel