Usability: Added 'Empfehlungsanforderung an/am' to STGL + lectors Detail view

. Now more "Empfehlungs"-data shown in a table.
. Better separation of PHP / JS.
. Adapted Controller, View, JS and library to provide data about WHEN and
TO WHOME the requests for recommendation had been sent.

Signed-off-by: cris-technikum <[email protected]>
This commit is contained in:
Cris
2021-04-07 15:50:05 +02:00
committed by cris-technikum
parent bd2727fa02
commit fe4b70ba19
9 changed files with 185 additions and 88 deletions
+44 -4
View File
@@ -9029,6 +9029,26 @@ Any unusual occurrences
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'empfehlungAm',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => ' Empfehlung am',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Recommended on',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
@@ -10558,13 +10578,13 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Empfehlungsanfrage an",
'text' => "Empfehlung angefragt an",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Request Recommend. to",
'text' => "Requested to",
'description' => '',
'insertvon' => 'system'
)
@@ -10578,13 +10598,33 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Empfehlungsanfrage am",
'text' => "Empfehlung angefragt am",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Request Recommend. on",
'text' => "Requested on",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'empfehlungsanfrageAm',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Empfehlung angefragt am",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Requested on",
'description' => '',
'insertvon' => 'system'
)