Revision 30d53fc8
Von Bernd Bleßmann vor mehr als 4 Jahren hinzugefügt
SL/Controller/SimpleSystemSetting.pm | ||
---|---|---|
56 | 56 |
], |
57 | 57 |
}, |
58 | 58 |
|
59 |
contact_department => { |
|
60 |
class => 'ContactDepartment', |
|
61 |
auth => 'config', |
|
62 |
titles => { |
|
63 |
list => t8('Contact Departments'), |
|
64 |
add => t8('Add department'), |
|
65 |
edit => t8('Edit department'), |
|
66 |
}, |
|
67 |
}, |
|
68 |
|
|
59 | 69 |
contact_title => { |
60 | 70 |
class => 'ContactTitle', |
61 | 71 |
auth => 'config', |
Auch abrufbar als: Unified diff
Abteilungen bei Ansprechpersonen: SimpleSettings-Controller zum Editieren