mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
global actions context menu, logout
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
<a id="collapse-tree-button" title="Collapse note tree. Shortcut ALT+C" class="icon-action jam jam-layers"></a>
|
||||
|
||||
<a id="scroll-to-current-note-button" title="Scroll to current note. Shortcut CTRL+." class="icon-action jam jam-download"></a>
|
||||
|
||||
<a id="global-actions-button" title="Global actions" class="icon-action jam jam-cogs"></a>
|
||||
</div>
|
||||
|
||||
<div id="tree"></div>
|
||||
@@ -54,6 +56,8 @@
|
||||
<% include dialogs/protected_session_password.ejs %>
|
||||
|
||||
<div class="dropdown-menu dropdown-menu-sm" id="context-menu-container"></div>
|
||||
|
||||
<form action="logout" id="logout-form" method="POST" style="display: none;"></form>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
Reference in New Issue
Block a user