on/off button for entering/leaving protected session has been changed to literal buttons

This commit is contained in:
azivner
2018-11-25 14:12:33 +01:00
parent 196e8b4380
commit 62dbd4062a
3 changed files with 16 additions and 13 deletions

View File

@@ -27,14 +27,17 @@
Recent changes
</button>
<div>
<span style="font-size: smaller">Protected session:</span>
<button class="btn btn-sm" id="enter-protected-session-button" title="Enter protected session to be able to find and view protected notes">
<span class="jam jam-door"></span>
<div class="btn-group btn-group-xs">
<button type="button" class="btn" id="protected-session-on">On</button>
<button type="button" class="btn active" id="protected-session-off">Off</button>
</div>
</div>
Enter protected session
</button>
<button class="btn btn-sm" id="leave-protected-session-button" title="Leave protected session so that protected notes are not accessible any more." style="display: none;">
<span class="jam jam-log-out"></span>
Leave protected session
</button>
</div>
<div id="plugin-buttons">