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:
David Mudrak 2010-06-28 14:37:48 +00:00
parent 8e0b6fb1e3
commit 6235771854
3 changed files with 3 additions and 8 deletions

View file

@ -280,10 +280,10 @@
}
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');
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 '</div>';
echo '</div>'."\n";