Added GUI and phrase for info sheet for external lecturers

A new link was set.
. only shown to external lecturers
. links to dms document infoblatt for external lecturers
This commit is contained in:
Cris
2020-04-15 09:49:38 +02:00
parent 0aef629134
commit e25bf60bf1
3 changed files with 126 additions and 82 deletions
+20
View File
@@ -4453,6 +4453,26 @@ When on hold, the date is only a reminder.',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'dms',
'phrase' => 'informationsblattExterneLehrende',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => '<a href="../../../cms/dms.php?id=137855" target="_blank">Informationsblatt für externe Lehrende</a>',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => '<a href="../../../cms/dms.php?id=137855" target="_blank">Information sheet for external lecturers</a>', // TODO: change to dms id as soon as english info sheet is available
'description' => '',
'insertvon' => 'system'
)
)
)
);