mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 01:05:49 +01:00
bulk actions WIP
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
<style>
|
||||
#bulk-available-action-list button {
|
||||
font-size: small;
|
||||
padding: 2px 7px;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id="bulk-assign-attributes-dialog" class="modal mx-auto" tabindex="-1" role="dialog">
|
||||
<div class="modal-dialog modal-lg" style="max-width: 1000px" role="document">
|
||||
<div class="modal-content">
|
||||
@@ -10,10 +19,23 @@
|
||||
</div>
|
||||
<form id="clone-to-form">
|
||||
<div class="modal-body">
|
||||
Hi!
|
||||
Affected notes: <span id="affected-note-count">0</span>
|
||||
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="checkbox" value="" id="include-descendants">
|
||||
<label class="form-check-label" for="include-descendants">
|
||||
Include descendant notes
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Available actions:
|
||||
|
||||
<div id="bulk-available-action-list"></div>
|
||||
|
||||
<div id="bulk-existing-action-list"></div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="submit" class="btn btn-primary">Assign attributes</button>
|
||||
<button type="submit" class="btn btn-primary">Execute bulk actions</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user