"" + RepositoryEntry.ACC_USERS,
"" + RepositoryEntry.ACC_USERS_GUESTS
};
String[] values = new String[] {
pt.translate("cif.access.owners"),
pt.translate("cif.access.owners_authors"),
pt.translate("cif.access.users"),
pt.translate("cif.access.users_guests"),
};
//use the addDropDownSingleselect method with null as label i18n - key, because there is no label to set. OLAT-3682
accessSelbox = uifactory.addDropdownSingleselect("accessBox",null, fic, keys, values, null);