mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-51257 messages: Improve message form.
- Add sudmit button - Add formchangechecker - Update behat tests
This commit is contained in:
parent
c18acb8997
commit
ea3aa9f9a0
3 changed files with 43 additions and 3 deletions
|
@ -24,7 +24,10 @@
|
|||
</td>
|
||||
</tr>
|
||||
|
||||
<tr><td align="center" colspan="2"><input type="submit" name="preview" value="<?php print_string('preview'); ?>" /></td></tr>
|
||||
<tr><td align="center" colspan="2">
|
||||
<input type="submit" name="send" value="<?php print_string('sendmessage', 'message'); ?>" />
|
||||
<input type="submit" name="preview" value="<?php print_string('preview'); ?>" />
|
||||
</td></tr>
|
||||
</table>
|
||||
<?php echo $OUTPUT->box_end(); ?>
|
||||
<table align="center"><tr><th colspan="4" scope="row"><?php print_string('currentlyselectedusers'); ?></th></tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue