mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-21695 Replaced participantswithselectedusers.htm
No AMOScript here as the help file is outdated and should be translated from scratch.
This commit is contained in:
parent
8e0b6fb1e3
commit
6235771854
3 changed files with 3 additions and 8 deletions
|
@ -280,10 +280,10 @@
|
||||||
}
|
}
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
echo '<div>';
|
echo '<div>';
|
||||||
echo '<label for="formaction">'.get_string("withselectedusers").'</label>';
|
echo '<label for="formaction">'.get_string('withselectedusers').'</label>';
|
||||||
$displaylist['messageselect.php'] = get_string('messageselectadd');
|
$displaylist['messageselect.php'] = get_string('messageselectadd');
|
||||||
echo html_writer::select($displaylist, 'formaction', '', array(''=>'choosedots'), array('id'=>'formactionselect'));
|
echo html_writer::select($displaylist, 'formaction', '', array(''=>'choosedots'), array('id'=>'formactionselect'));
|
||||||
echo $OUTPUT->old_help_icon("participantswithselectedusers", get_string("withselectedusers"));
|
echo $OUTPUT->help_icon('withselectedusers');
|
||||||
echo '<input type="submit" value="' . get_string('ok') . '" />'."\n";
|
echo '<input type="submit" value="' . get_string('ok') . '" />'."\n";
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
echo '</div>'."\n";
|
echo '</div>'."\n";
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
<h1>With selected users...</h1>
|
|
||||||
<h3>Add / send message</h3>
|
|
||||||
<p>This allows you to select multiple users to compose and send an instant message to.</p>
|
|
||||||
<h3>Extend enrolment</h3>
|
|
||||||
<p>Even if your course has a set enrolment period you may give students extended access for up to a year</p>
|
|
|
@ -770,7 +770,7 @@
|
||||||
$displaylist['groupaddnote.php'] = get_string('groupaddnewnote', 'notes');
|
$displaylist['groupaddnote.php'] = get_string('groupaddnewnote', 'notes');
|
||||||
}
|
}
|
||||||
|
|
||||||
echo $OUTPUT->old_help_icon("participantswithselectedusers", get_string("withselectedusers"));
|
echo $OUTPUT->help_icon('withselectedusers');
|
||||||
echo html_writer::tag('label', get_string("withselectedusers"), array('for'=>'formactionid'));
|
echo html_writer::tag('label', get_string("withselectedusers"), array('for'=>'formactionid'));
|
||||||
echo html_writer::select($displaylist, 'formaction', '', array(''=>'choosedots'), array('id'=>'formactionid'));
|
echo html_writer::select($displaylist, 'formaction', '', array(''=>'choosedots'), array('id'=>'formactionid'));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue