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

OO-1658: update contexthelp pages

parent 09c47c4f
No related branches found
No related tags found
No related merge requests found
<p>$r.translate("chelp.cal14")</p> <p>$r.translate("chelp.cal14")</p>
<p>$r.translate("chelp.calT")</p> <p>$r.translate("chelp.calT")</p>
<p>$r.translate("chelp.cal2b") $r.contextHelpRelativeLink("org.olat.core.commons.services.notifications.ui", "home-notifications.html").</p> <p>$r.translate("chelp.cal2b") $r.contextHelpRelativeLink("Personal Menu#_abonnements ").</p>
<p>$r.translate("chelp.cal5") $r.translate("chelp.cal6")</p> <p>$r.translate("chelp.cal5") $r.translate("chelp.cal6")</p>
\ No newline at end of file
<br/>
<b>$r.translate("cal.form.chooseCalendar"):</b> $r.translate("chelp.cal7")
<br />
<br />
<b>$r.translate("cal.form.class"):</b> $r.translate("chelp.cal8") $r.translate("chelp.cal9")
<br />
<ul>
<li><i>$r.translate("cal.form.class.private")</i>: $r.translate("chelp.cal10")</li>
<li><i>$r.translate("cal.form.class.freebusy")</i>: $r.translate("chelp.cal11")</li>
<li><i>$r.translate("cal.form.class.public")</i>: $r.translate("chelp.cal12")</li>
</ul>
<br />
$r.translate("chelp.cal13")
<fieldset> <fieldset>
<legend>#if ($caller == "home") <legend>#if ($caller == "home")
$r.contextHelpWithWrapper("org.olat.commons.calendar","personal-calendar-details.html","help.hover.personalcal.date") $r.contextHelpWithWrapper("Calendar")
#elseif ($caller == "course") #elseif ($caller == "course")
$r.contextHelpWithWrapper("org.olat.commons.calendar","course-calendar-details.html","help.hover.coursecal.date") $r.contextHelpWithWrapper("org.olat.commons.calendar","course-calendar-details.html","help.hover.coursecal.date")
#elseif ($caller == "collab") #elseif ($caller == "collab")
$r.contextHelpWithWrapper("org.olat.commons.calendar","group-calendar-details.html","help.hover.cal") $r.contextHelpWithWrapper("org.olat.commons.calendar","group-calendar-details.html","help.hover.cal")
#elseif ($caller == "profile") #elseif ($caller == "profile")
$r.contextHelpWithWrapper("org.olat.commons.calendar","personal-calendar-details.html","help.hover.cal") $r.contextHelpWithWrapper("Calendar")
#end #end
$r.translate("cal.form.title")</legend> $r.translate("cal.form.title")</legend>
......
...@@ -74,7 +74,7 @@ public class BusinessGroupEditAccessController extends FormBasicController { ...@@ -74,7 +74,7 @@ public class BusinessGroupEditAccessController extends FormBasicController {
protected void initForm(FormItemContainer formLayout, Controller listener, UserRequest ureq) { protected void initForm(FormItemContainer formLayout, Controller listener, UserRequest ureq) {
setFormTitle("accesscontrol.title"); setFormTitle("accesscontrol.title");
setFormDescription("accesscontrol_group.desc"); setFormDescription("accesscontrol_group.desc");
setFormContextHelp(AccessConfigurationController.class.getPackage().getName(), "accesscontrol_group.html", "chelp.accesscontrol_group.hover"); setFormContextHelp("Group Administration#gruppensystem_buchung_ag");
if(configController != null) { if(configController != null) {
formLayout.add(configController.getInitialFormItem()); formLayout.add(configController.getInitialFormItem());
......
<p>$r.translate("chelp.resource1")</p>
<p>$r.translate("chelp.resource2")</p>
\ No newline at end of file
<fieldset> <fieldset>
<legend> <legend>
$r.contextHelpWithWrapper("org.olat.group.ui.edit","grp-resources.html","help.hover.bgGrpResources") $r.contextHelpWithWrapper("Group Administration#_gruppensystem_embed_course")
$r.translate("fieldset.legend.resources")</legend> $r.translate("fieldset.legend.resources")</legend>
<div class="o_button_group o_button_group_right"> <div class="o_button_group o_button_group_right">
$r.render("cmd.addresource") $r.render("cmd.addresource")
......
<p>$r.translate("chelp.accesscontrol_group.intro")</p>
<p>$r.translate("chelp.accesscontrol_group.access")</p>
<p>$r.translate("chelp.accesscontrol_group.methods")</p>
<div class="o_access_create">
<ul>
<li><b><i class="o_icon o_ac_free_icon o_icon-lg"></i> $r.translateWithPackage("org.olat.resource.accesscontrol.provider.free.ui","free.method")</b>: $r.translate("chelp.accesscontrol_group.method.free")</li>
<li><b><i class="o_icon o_ac_token_icon o_icon-lg"></i> $r.translateWithPackage("org.olat.resource.accesscontrol.provider.token.ui","token.method")</b>: $r.translate("chelp.accesscontrol_group.method.token")</li>
<li><b><i class="o_icon o_ac_paypal_icon o_icon-lg"></i> $r.translateWithPackage("org.olat.resource.accesscontrol.provider.paypal.ui", "paypal.method")</b>: $r.translateWithPackage("org.olat.resource.accesscontrol.provider.paypal.ui", "chelp.accesscontrol_group.method.paypal")</li>
</ul>
</div>
<p>$r.translate("chelp.accesscontrol_group.dates")</p>
<p>$r.translate("chelp.accesscontrol_group.manual")</p>
<p>$r.translate("chelp.accesscontrol_group.delete")</p>
\ No newline at end of file
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