Tab Archive: Documentdropdown for Printing

- define structure for single print array
- fill array with documents according to Fas Dropdown Drucken
- event for adding documents from extension/addons
This commit is contained in:
ma0068
2025-08-27 14:11:03 +02:00
parent 6d7429eb8e
commit 3a5c4444cb
8 changed files with 754 additions and 8 deletions
+22
View File
@@ -47543,6 +47543,28 @@ and represent the current state of research on the topic. The prescribed citatio
)
),
//**************************** CORE/search end
// ### DOKUMENTE ERSTELLEN PHRASEN START ###
array(
'app' => 'core',
'category' => 'dokumente',
'phrase' => 'dokument_erstellen',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Dokument erstellen',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Create Document',
'description' => '',
'insertvon' => 'system'
)
)
),
// ### DOKUMENTE ERSTELLEN PHRASEN END ###
);