This commit is contained in:
Azgaar 2020-06-22 02:00:53 +03:00
parent f9650ce7a8
commit cc5086aeda
4 changed files with 15 additions and 3 deletions

View file

@ -3212,11 +3212,12 @@
<input id="notesName" data-tip="Type to change object name" autocorrect="off" spellcheck="false" style="width: 17em">
</div>
<div>
<span>Legend:</span><br>
<span>Note:</span><br>
<textarea id="notesText" rows="7" data-tip="Type object description" placeholder="Type object description"></textarea>
</div>
<div>
<button id="notesFocus" data-tip="Focus on selected object" class="icon-target"></button>
<button id="notesPin" data-tip="Toggle notes box dispay: hide or do not hide the box on mouse move" class="icon-pin"></button>
<button id="notesDownload" data-tip="Download notes to PC" class="icon-download"></button>
<button id="notesUpload" data-tip="Upload notes from PC" class="icon-upload"></button>
<button id="notesRemove" data-tip="Remove this note" class="icon-trash fastDelete"></button>