mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
Unified default text displayed in Dropdown-Widgets
Now the dropdown widgets used in lehrauftrags-process have all same look & feel when nothing is (pre-)selected. It will display 'Ausbildungssemester' or 'Studiengang'.
This commit is contained in:
@@ -49,7 +49,8 @@ class Lehrauftrag extends Auth_Controller
|
||||
$this->loadPhrases(
|
||||
array(
|
||||
'global',
|
||||
'ui'
|
||||
'ui',
|
||||
'lehre'
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
@@ -49,7 +49,8 @@ class LehrauftragAkzeptieren extends Auth_Controller
|
||||
$this->loadPhrases(
|
||||
array(
|
||||
'global',
|
||||
'ui'
|
||||
'ui',
|
||||
'lehre'
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
@@ -49,7 +49,8 @@ class LehrauftragErteilen extends Auth_Controller
|
||||
$this->loadPhrases(
|
||||
array(
|
||||
'global',
|
||||
'ui'
|
||||
'ui',
|
||||
'lehre'
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user