mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Contextual help for participants list 'with selected users' actions
This commit is contained in:
parent
a4f495bf86
commit
df1b52e8bb
@ -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>
|
||||
|
||||
|
5
lang/en/help/participantswithselectedusers.html
Normal file
5
lang/en/help/participantswithselectedusers.html
Normal 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>
|
@ -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>';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user