mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-33041 use standard action buttons in dragmath plugin
This commit is contained in:
parent
ea5437fd7d
commit
703763f670
@ -76,10 +76,10 @@ header('Content-Type: text/html; charset=utf-8');
|
||||
<?php print_string('javaneeded', 'tinymce_dragmath', '<a href="http://www.java.com">Java.com</a>')?>
|
||||
</object>
|
||||
<form name="form" action="#">
|
||||
<div>
|
||||
<button type="button" onclick="return DragMathDialog.insert();"><?php print_string('common:insert', 'editor_tinymce'); ?></button>
|
||||
<button type="button" onclick="return tinyMCEPopup.close();"><?php print_string('cancel'); ?></button>
|
||||
</div>
|
||||
<div class="mceActionPanel">
|
||||
<input type="submit" id="insert" name="insert" value="{#insert}" onclick="return DragMathDialog.insert();" />
|
||||
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="return tinyMCEPopup.close();" />
|
||||
</div>
|
||||
</form>
|
||||
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user