adds the LvMenu as dropdown options to the MyLV

This commit is contained in:
SimonGschnell
2024-09-17 12:34:47 +02:00
parent 5ca639101c
commit 6edc411a95
5 changed files with 115 additions and 15 deletions
+20
View File
@@ -2684,6 +2684,26 @@ $phrases = array(
),
//**************** CORE/lehre
array(
'app' => 'core',
'category' => 'lehre',
'phrase' => 'lvOptions',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Lehrveranstaltungsoptionen',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Course options',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'lehre',