mirror of https://github.com/TriliumNext/Notes
replacement of jquery ui dialog for bootstrap modal for jump to note dialog, #203
parent
e62cca886c
commit
69d2bd8b58
File diff suppressed because one or more lines are too long
@ -1,14 +1,27 @@
|
|||||||
<div id="jump-to-note-dialog" class="tdialog" title="Jump to note">
|
<div id="jump-to-note-dialog" class="modal mx-auto" tabindex="-1" role="dialog">
|
||||||
<div class="form-group">
|
<div class="modal-dialog modal-lg" role="document">
|
||||||
<label for="jump-to-note-autocomplete">Note</label>
|
<div class="modal-content">
|
||||||
<div class="input-group">
|
<div class="modal-header">
|
||||||
<input id="jump-to-note-autocomplete" class="form-control" placeholder="search for note by its name">
|
<h5 class="modal-title">Jump to note</h5>
|
||||||
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||||
|
<span aria-hidden="true">×</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<div class="modal-body">
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="jump-to-note-autocomplete">Note</label>
|
||||||
|
<div class="input-group">
|
||||||
|
<input id="jump-to-note-autocomplete" class="form-control" placeholder="search for note by its name">
|
||||||
|
|
||||||
<div class="input-group-append">
|
<div class="input-group-append">
|
||||||
<span class="input-group-text show-recent-notes-button" title="Show recent notes"></span>
|
<span class="input-group-text show-recent-notes-button" title="Show recent notes"></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="modal-footer">
|
||||||
|
<button id="show-in-full-text-button" class="btn btn-sm">Search in full text <kbd>ctrl+enter</kbd></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button id="show-in-full-text-button" class="btn btn-sm">Search in full text <kbd>ctrl+enter</kbd></button>
|
|
||||||
</div>
|
</div>
|
||||||
Loading…
Reference in New Issue