mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
Translation : Added support of data entry form labels in generate_lang_file.php
This commit is contained in:
parent
08d1046a39
commit
304f53cbef
1 changed files with 5 additions and 0 deletions
|
@ -73,6 +73,11 @@ if (loadDir('../'.LS_OBJECTS_DIR)) {
|
|||
add($lay['label']);
|
||||
}
|
||||
}
|
||||
if (is_array($conf['LSform']['dataEntryForm'])) {
|
||||
foreach($conf['LSform']['dataEntryForm'] as $def) {
|
||||
add($def['label']);
|
||||
}
|
||||
}
|
||||
// LSsearch
|
||||
if (is_array($conf['LSsearch']['predefinedFilters'])) {
|
||||
foreach($conf['LSsearch']['predefinedFilters'] as $lay) {
|
||||
|
|
Loading…
Reference in a new issue