title for encrypt and decrypt notes

This commit is contained in:
azivner 2017-09-06 21:43:50 -04:00
parent 16485576c8
commit 2c3df13424

View file

@ -40,8 +40,14 @@
<div id="noteDetailWrapper" style="width: 750px; float: left; margin-left: 30px;"> <div id="noteDetailWrapper" style="width: 750px; float: left; margin-left: 30px;">
<div style="float: left; margin: 0 5px 5px 5px;" class="hide-toggle"> <div style="float: left; margin: 0 5px 5px 5px;" class="hide-toggle">
<button class="btn btn-sm" onclick="encryptNoteAndSendToServer();" id="encryptButton">Encrypt</button> <button class="btn btn-sm"
<button class="btn btn-sm" onclick="decryptNoteAndSendToServer();" id="decryptButton">Decrypt</button> onclick="encryptNoteAndSendToServer();"
title="Encrypt the note so that password will be required to view the note"
id="encryptButton">Encrypt</button>
<button class="btn btn-sm"
onclick="decryptNoteAndSendToServer();"
title="Decrypt note permamently so that password will not be required to access this note in the future"
id="decryptButton">Decrypt</button>
<input autocomplete="off" value="Welcome to Notecase web app!" id="noteTitle" style="font-size: x-large; border: 0; width: 600px;" tabindex="1"> <input autocomplete="off" value="Welcome to Notecase web app!" id="noteTitle" style="font-size: x-large; border: 0; width: 600px;" tabindex="1">
</div> </div>