search notes input box

This commit is contained in:
azivner
2017-08-28 23:10:04 -04:00
parent b22d55c183
commit 36dbcfcce0
4 changed files with 49 additions and 3 deletions

View File

@@ -13,8 +13,14 @@
<div id="content" style="margin-left: auto; margin-right: auto; width: 1100px">
<div class="hide-toggle" style="width: 300px; height: 100%; float: left;">
<button type="button" class="btn" onclick="createNewTopLevelNote()">Create new note</button>
<!--<button type="button" class="btn" onclick="createNewTopLevelNote()">Create new note</button>-->
<p>
<label>Search:</label>
<input name="search" autocomplete="off">
<button id="btnResetSearch">&times;</button>
<span id="matches"></span>
</p>
<div id="tree">
</div>
</div>