moodle/message/templates/message_delete_message.mustache
Mark Nelson e237d2bd39 MDL-54687 core_message: refactored JS
- Created smaller AMD modules to handle specific tasks.
- Used JS events to notify AMD modules when an action has happened.
- Used data-* selectors, rather than CSS selectors (and removed
  any unused CSS selectors).
- Minor changes to behaviour when sending and deleting messages.
- Added JSDocs.
- General improvements to JS.
2016-10-07 16:20:51 +08:00

3 lines
No EOL
239 B
Text

<strong>{{#str}}selectmessagestodelete, message{{/str}}</strong>
<input type="button" value="{{#str}}cancel{{/str}}" data-action="cancel-delete-messages"/>
<input type="button" value="{{#str}}delete{{/str}}" data-action="delete-messages"/>