drag all selected notes instead of just one

This commit is contained in:
azivner
2018-11-12 15:10:49 +01:00
parent 340916d5da
commit c6e1ad5f15
3 changed files with 59 additions and 34 deletions

View File

@@ -1,20 +1,19 @@
<div id="note-detail-relation-map" class="note-detail-component">
<button id="relation-map-add-child-notes" class="btn" type="button"
title="Add all child notes of this relation map note">Add child notes</button>
<button id="relation-map-create-child-note" class="btn btn-sm" type="button"
title="Create new child note and add it into this relation map">
<span class="jam jam-plus"></span>
&nbsp;
<button id="relation-map-create-child-note" class="btn" type="button"
title="Create new child note and add it into this relation map">Create child note</button>
Create child note
</button>
<div class="btn-group" style="float: right; padding-right: 20px;">
<button type="button"
class="btn icon-button jam jam-plus"
class="btn icon-button jam jam-search-plus"
title="Zoom In"
id="relation-map-zoom-in"></button>
<button type="button"
class="btn icon-button jam jam-minus"
class="btn icon-button jam jam-search-minus"
title="Zoom Out"
id="relation-map-zoom-out"></button>
</div>