Skip to content
Snippets Groups Projects
Commit b82edf0c authored by dfurrer's avatar dfurrer
Browse files

OO-1658: update context help for archiver

parent c46fb5e7
No related branches found
No related tags found
No related merge requests found
...@@ -153,8 +153,8 @@ public class LogFileChooserForm extends FormBasicController { ...@@ -153,8 +153,8 @@ public class LogFileChooserForm extends FormBasicController {
protected void initForm(FormItemContainer formLayout, Controller listener, UserRequest ureq) { protected void initForm(FormItemContainer formLayout, Controller listener, UserRequest ureq) {
setFormTitle("menu.archivelogfiles"); setFormTitle("menu.archivelogfiles");
setFormDescription("course.logs.intro"); setFormDescription("course.logs.intro");
setFormContextHelp("org.olat.course.archiver", "arch-logf.html", "help.hover.log"); setFormContextHelp("Record of Course Activities");
aE = uifactory.addCheckboxesVertical("a", "logfilechooserform.logadmin", formLayout, new String[]{"xx"}, new String[]{""}, 1); aE = uifactory.addCheckboxesVertical("a", "logfilechooserform.logadmin", formLayout, new String[]{"xx"}, new String[]{""}, 1);
uE = uifactory.addCheckboxesVertical("u", "logfilechooserform.loguser", formLayout, new String[]{"xx"}, new String[]{""}, 1); uE = uifactory.addCheckboxesVertical("u", "logfilechooserform.loguser", formLayout, new String[]{"xx"}, new String[]{""}, 1);
sE = uifactory.addCheckboxesVertical("s", "logfilechooserform.logstat", formLayout, new String[]{"xx"}, new String[]{""}, 1); sE = uifactory.addCheckboxesVertical("s", "logfilechooserform.logstat", formLayout, new String[]{"xx"}, new String[]{""}, 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment