added toggle to share button to allow unsharing

This commit is contained in:
Vinzenz
2016-06-04 01:47:58 +02:00
parent bc6235720b
commit e1b9d83283
5 changed files with 45 additions and 13 deletions

View File

@@ -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>