clone to notes now has overview of notes to clone and is available from context menu

This commit is contained in:
zadam
2019-11-10 22:06:43 +01:00
parent 7539e6a616
commit b53e2a3570
5 changed files with 44 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
<div class="modal-dialog modal-lg" style="max-width: 1000px" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title mr-auto">Clone note to ...</h5>
<h5 class="modal-title mr-auto">Clone notes to ...</h5>
<button type="button" class="help-button" title="Help on links" data-help-page="Cloning-notes">?</button>
@@ -12,6 +12,10 @@
</div>
<form id="clone-to-form">
<div class="modal-body">
<h5>Notes to clone</h5>
<ul id="clone-to-note-list" style="max-height: 200px; overflow: auto;"></ul>
<div class="form-group">
<label for="clone-to-note-autocomplete">Target parent note</label>