Added filter button to STGL Overview (filter: show all progressed by STGL)

Signed-off-by: cris-technikum <[email protected]>
This commit is contained in:
Cris
2021-02-16 18:04:27 +01:00
committed by cris-technikum
parent 1ca22970a9
commit 241fb34b23
3 changed files with 27 additions and 5 deletions
+20 -2
View File
@@ -10210,8 +10210,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'alleInBearbeitungSTGL',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Alle anzeigen, die durch die Studiengangsleitung bearbeitet werden.",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Show all that are processed by the study course director.",
'description' => '',
'insertvon' => 'system'
)
)
),
);