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

OO-1658: contextHelp cleanup

parent 06ad3050
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 50 deletions
<div id="o_cal_config_below_cal_container"> <div id="o_cal_config_below_cal_container">
<div class="o_cal_toptoolbar clearfix"> <div class="o_cal_toptoolbar clearfix">
<div class="o_cal_toptoolbar_help"> $r.contextHelpWithWrapper("Calendar")
$r.contextHelp("Calendar")
</div>
#if ($r.available("calsubscription")) #if ($r.available("calsubscription"))
$r.render("calsubscription") $r.render("calsubscription")
#end #end
......
<br/>
<b>$r.translate("selection.forumAsPopup.label"):</b> $r.translate("chelp.inl")
<br/>
$r.translate("chelp.upl1") $r.translate("chelp.upl2")
<br/><b>$r.translate("file.name"):</b> $r.translate("chelp.qtiFile1-self") <br/><br/>
$r.translate("chelp.qtiFile2-self") <br/><br/>
$r.translate("chelp.caution") $r.translate("chelp.qtiFile3-self")<br/>
<br/><b>$r.translate("file.name"):</b> $r.translate("chelp.qtiFile1-surv") <br/><br/>
$r.translate("chelp.qtiFile2-surv") <br/><br/>
$r.translate("chelp.caution") $r.translate("chelp.qtiFile3-surv")<br/>
<br/>$r.translate("chelp.start1-self")<br/><br/>
<b>$r.translateWithPackage("org.olat.commons.file.filechooser","file"):</b>
$r.translateWithPackage("org.olat.course.nodes.iq","chelp.sp1") <br/><br/>
$r.translateWithPackage("org.olat.course.nodes.sp","chelp.sp3")
<br/>$r.translate("chelp.start1-surv")<br/><br/>
<b>$r.translateWithPackage("org.olat.commons.file.filechooser","file"):</b>
$r.translateWithPackage("org.olat.course.nodes.iq","chelp.sp1") <br/><br/>
$r.translateWithPackage("org.olat.course.nodes.sp","chelp.sp3")
<br/>$r.translate("chelp.start1-test")<br/><br/>
<b>$r.translateWithPackage("org.olat.commons.file.filechooser","file"):</b>
$r.translateWithPackage("org.olat.course.nodes.iq","chelp.sp1") <br/><br/>
$r.translateWithPackage("org.olat.course.nodes.sp","chelp.sp3")
...@@ -90,8 +90,7 @@ public class ModulesForm extends FormBasicController { ...@@ -90,8 +90,7 @@ public class ModulesForm extends FormBasicController {
@Override @Override
protected void initForm(FormItemContainer formLayout, Controller listener, UserRequest ureq) { protected void initForm(FormItemContainer formLayout, Controller listener, UserRequest ureq) {
setFormTitle("form.modules.title"); setFormTitle("form.modules.title");
setFormContextHelp("org.olat.course.nodes.ta","ced-ta-select.html","help.hover.ta-module");
task = uifactory.addCheckboxesHorizontal("task", "form.modules.task", formLayout, new String[]{"xx"}, new String[]{""}); task = uifactory.addCheckboxesHorizontal("task", "form.modules.task", formLayout, new String[]{"xx"}, new String[]{""});
dropbox = uifactory.addCheckboxesHorizontal("dropbox", "form.modules.dropbox", formLayout, new String[]{"xx"}, new String[]{""}); dropbox = uifactory.addCheckboxesHorizontal("dropbox", "form.modules.dropbox", formLayout, new String[]{"xx"}, new String[]{""});
returnbox = uifactory.addCheckboxesHorizontal("returnbox", "form.modules.returnbox", formLayout, new String[]{"xx"}, new String[]{""}); returnbox = uifactory.addCheckboxesHorizontal("returnbox", "form.modules.returnbox", formLayout, new String[]{"xx"}, new String[]{""});
......
<br/>
$r.translate("chelp.ass1")<br/><br/>
<b>$r.translate("form.task.text"):</b> $r.translate("chelp.ass2")<br/><br/>
<b>$r.translate("form.task.type"):</b> $r.translate("chelp.ass3")<br/><br/>
<b>$r.translate("form.task.sampling"):</b> <i>&laquo;$r.translate("form.task.sampling.with")&raquo;</i> $r.translate("chelp.ass4")<br/>
<i>&laquo;$r.translate("form.task.sampling.without")&raquo;</i> $r.translate("chelp.ass5")<br/><br/>
<b>$r.translate("form.task.preview"):</b> $r.translate("chelp.ass6")<br/>
$r.translate("chelp.ass7")
<br/>
<b>$r.translate("form.dropbox.confirmation"):</b> $r.translate("chelp.conf1")<br/><br/>
<b>$r.translate("form.dropbox.enablemail"):</b> $r.translate("chelp.conf2")
<br/>
$r.translate("chelp.sel1")<br/>
$r.translate("chelp.sel2")
<br/>
$r.translate("chelp.sol1")
<br/>
$r.translate("chelp.upl1")<br/><br/>
$r.translate("chelp.upl2")
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