empty widget type works

This commit is contained in:
zadam
2020-01-19 11:20:02 +01:00
parent 746181689f
commit adb9ce5e93
7 changed files with 86 additions and 62 deletions

View File

@@ -1,8 +0,0 @@
<div class="note-detail-empty note-detail-printable">
<div class="form-group">
<label>Open note by typing note's title into input below or choose a note in the tree.</label>
<div class="input-group">
<input class="form-control note-autocomplete" placeholder="search for note by its name">
</div>
</div>
</div>