mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
extra icons
This commit is contained in:
parent
551e1255ff
commit
196e8b4380
@ -16,8 +16,17 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="flex-grow: 100; display: flex;">
|
<div style="flex-grow: 100; display: flex;">
|
||||||
<button class="btn btn-sm" id="jump-to-note-dialog-button" title="CTRL+J">Jump to note</button>
|
<button class="btn btn-sm" id="jump-to-note-dialog-button" title="CTRL+J">
|
||||||
<button class="btn btn-sm" id="recent-changes-button">Recent changes</button>
|
<span class="jam jam-direction"></span>
|
||||||
|
Jump to note
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button class="btn btn-sm" id="recent-changes-button">
|
||||||
|
<span class="jam jam-history"></span>
|
||||||
|
|
||||||
|
Recent changes
|
||||||
|
</button>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<span style="font-size: smaller">Protected session:</span>
|
<span style="font-size: smaller">Protected session:</span>
|
||||||
|
|
||||||
@ -32,17 +41,19 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<button class="btn btn-sm" id="sync-now-button" title="Number of outstanding changes to be pushed to server">
|
<button class="btn btn-sm" id="sync-now-button" title="Trigger sync">
|
||||||
<span class="jam jam-refresh"></span>
|
<span class="jam jam-refresh"></span>
|
||||||
|
Sync (<span id="outstanding-syncs-count">0</span>)
|
||||||
Sync now (<span id="outstanding-syncs-count">0</span>)
|
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button class="btn btn-sm" id="options-button">
|
<button class="btn btn-sm" id="options-button">
|
||||||
<span class="jam jam-settings-alt"></span> Options</button>
|
<span class="jam jam-settings-alt"></span> Options</button>
|
||||||
|
|
||||||
<form action="logout" id="logout-button" method="POST" style="display: inline;">
|
<form action="logout" id="logout-button" method="POST" style="display: inline;">
|
||||||
<button type="submit" class="btn btn-sm">Logout</button>
|
<button type="submit" class="btn btn-sm">
|
||||||
|
<span class="jam jam-log-out"></span>
|
||||||
|
Logout
|
||||||
|
</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user