mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-03-01 10:59:17 -06:00
notes_tree now has note_tree_id so we stricly distinguish between working on notes or note trees
This commit is contained in:
@@ -137,10 +137,10 @@
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div id="protected-session-password-dialog" title="Encrypted note" style="display: none;">
|
||||
<div id="protected-session-password-dialog" title="Protected session" style="display: none;">
|
||||
<form id="protected-session-password-form">
|
||||
<div class="form-group">
|
||||
<label for="protected-session-password">This note is encrypted. Enter password to show it:</label>
|
||||
<label for="protected-session-password">To proceed with requested action you need to enter protected session by entering password:</label>
|
||||
<input id="protected-session-password" style="width: 250px;" type="password">
|
||||
<button class="btn btn-sm">Show</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user