mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Note: Add an Cancel button for editing
This commit is contained in:
parent
dcd18d266f
commit
9a47089736
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
||||||
|
|
||||||
<input type="hidden" name="hash" value="{$csrfToken}" />
|
<input type="hidden" name="hash" value="{$csrfToken}" />
|
||||||
<button class="button">{_save}</button>
|
<button class="button">{_save}</button>
|
||||||
|
|
||||||
|
<a href="/note{$note->getOwner()->getId()}_{$note->getVirtualId()}" class="button">{_cancel}</a>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
{script "js/node_modules/monaco-editor/min/vs/loader.js"}
|
{script "js/node_modules/monaco-editor/min/vs/loader.js"}
|
||||||
|
|
Loading…
Reference in a new issue