Reihungstest Overview

- Changed Date-Format to German
- Schwund is taken from Config instead of hardcoded value
This commit is contained in:
Andreas Österreicher
2018-11-30 10:15:48 +01:00
parent b6b9001ff2
commit f40d29f774
2 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ $config['navigation_header'] = array(
'icon' => 'list-ol',
'description' => 'Reihungstests',
'expand' => true,
'sort' => 1,
'sort' => 10,
'requiredPermissions' => 'infocenter:r'
)
)