Contextual help for participants list 'with selected users' actions

This commit is contained in:
mjollnir_ 2006-01-16 08:52:21 +00:00
parent a4f495bf86
commit df1b52e8bb
3 changed files with 7 additions and 0 deletions

View File

@ -39,6 +39,7 @@
<li><a href="help.php?file=summaries.html">Section summaries</a></li>
<li><a href="help.php?file=teachers.html">Teachers</a></li>
<li><a href="help.php?file=picture.html">Uploading a picture</a></li>
<li><a href="help.php?file=participantswithselectedusers.html">Participants list actions</a></li>
<li><a href="help.php?file=participationreport.html">Participation report</a></li>
</ul>

View File

@ -0,0 +1,5 @@
<p align="center"><b>With selected users...</b></p>
<p align="center"><u>Add / send message</u></p>
<p>This allows you to select multiple users to compose and send an instant message to.</p>
<p align="center"><u>Extend enrolment</u></p>
<p>Even if your course has a set enrolment period you may give students extended access for up to a year</p>

View File

@ -613,6 +613,7 @@ function checkchecked(form) {
$displaylist['extendenrol.php'] = get_string('extendenrol');
}
choose_from_menu ($displaylist, "formaction", "", get_string("withselectedusers"), "if(checksubmit(this.form))this.form.submit();", "");
helpbutton("participantswithselectedusers", get_string("withselectedusers"));
echo '<input type="submit" value="' . get_string('ok') . '"';
echo '</center></form>';
}