mirror of
https://github.com/zadam/trilium.git
synced 2025-01-31 03:19:11 +08:00
title for encrypt and decrypt notes
This commit is contained in:
parent
16485576c8
commit
2c3df13424
1 changed files with 8 additions and 2 deletions
|
@ -40,8 +40,14 @@
|
|||
|
||||
<div id="noteDetailWrapper" style="width: 750px; float: left; margin-left: 30px;">
|
||||
<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" onclick="decryptNoteAndSendToServer();" id="decryptButton">Decrypt</button>
|
||||
<button class="btn btn-sm"
|
||||
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">
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue