Note this commit leaves out the biggest occurrence of the editor which is the post/topic composer. To avoid major breakage, this replaces it everywhere else it was used: * User preferences (About Me) * Admin Customizations > Text Content * Category Templates * Editing Queued Posts A future commit will replace the main composer with this editor and will remove the unused pagedown code.
8 lines
195 B
Handlebars
8 lines
195 B
Handlebars
|
|
{{yield}}
|
|
|
|
<div class='controls'>
|
|
{{d-button class="btn-primary" label="composer.modal_ok" action="ok"}}
|
|
{{d-button class="btn-danger" label="composer.modal_cancel" action="cancel"}}
|
|
</div>
|