mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
added toggle to share button to allow unsharing
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
<div contenteditable="true" id='content-editable' class='note-content' data-placeholder="No content"></div>
|
||||
<div class="note-options">
|
||||
<div class="save-button">
|
||||
<button id='unshare-button'><?php p($l->t('Unshare'));?></button>
|
||||
<button id='share-button'><?php p($l->t('Share'));?></button>
|
||||
<button id='cancel-button'><?php p($l->t('Cancel')); ?></button>
|
||||
<button id='save-button'><?php p($l->t('Save')); ?></button>
|
||||
|
||||
Reference in New Issue
Block a user