Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -251,13 +251,13 @@ public static function fillAutoCompleteToolbar(
}

if (isset($a_options['user_type']) && count((array) $a_options['user_type'])) {
$si = new ilSelectInputGUI("", "user_type");
$si = new ilSelectInputGUI($lng->txt("course_role"), "user_type");
$si->setOptions($a_options['user_type']);
$si->setValue($a_options['user_type_default']);
if (!$a_sticky) {
$toolbar->addInputItem($si);
$toolbar->addInputItem($si, true);
} else {
$toolbar->addStickyItem($si);
$toolbar->addStickyItem($si, true);
}
}

Expand Down
3 changes: 2 additions & 1 deletion lang/ilias_de.lang
Original file line number Diff line number Diff line change
Expand Up @@ -3853,6 +3853,7 @@ common#:#country_free_text#:#Land (Freitext)
common#:#country_selection#:#Land (Selektionsliste)
common#:#course#:#Kurs
common#:#courses#:#Kurse
common#:#course_role#:#Kursrolle
common#:#create#:#Erstellen
common#:#create_date#:#Erstellt am
common#:#create_export_file#:#Exportdatei erstellen
Expand Down Expand Up @@ -17893,4 +17894,4 @@ wsp#:#wsp_type_ltiv#:#Zertifikat: LTI-Konsument
wsp#:#wsp_type_scov#:#Zertifikat: SCORM
wsp#:#wsp_type_tstv#:#Zertifikat: Test
wsp#:#wsp_type_webr#:#Weblink
wsp#:#wsp_type_wfld#:#Ordner
wsp#:#wsp_type_wfld#:#Ordner
3 changes: 2 additions & 1 deletion lang/ilias_en.lang
Original file line number Diff line number Diff line change
Expand Up @@ -3854,6 +3854,7 @@ common#:#country_free_text#:#Country (Free Text Input)
common#:#country_selection#:#Country (Drop Down Selection)
common#:#course#:#Course
common#:#courses#:#Courses
common#:#course_role#:#Course Role
common#:#create#:#Create
common#:#create_date#:#Created on
common#:#create_export_file#:#Create export file
Expand Down Expand Up @@ -17894,4 +17895,4 @@ wsp#:#wsp_type_ltiv#:#Certificate: LTI Consumer
wsp#:#wsp_type_scov#:#Certificate: SCORM
wsp#:#wsp_type_tstv#:#Certificate: Test
wsp#:#wsp_type_webr#:#Weblink
wsp#:#wsp_type_wfld#:#Folder
wsp#:#wsp_type_wfld#:#Folder