mirror of
https://github.com/rejetto/hfs2.git
synced 2025-12-19 10:03:56 +01:00
tpl: missing few tooltips
This commit is contained in:
parent
151cddad5b
commit
d6d5b8f493
10
default.tpl
10
default.tpl
@ -82,11 +82,12 @@ def 3.0
|
||||
</div>
|
||||
<div id="menu-bar">
|
||||
{.if| {.length|%user%.}
|
||||
| <button onclick='showAccount()'><i class='fa fa-user-circle'></i><span>%user%</span></button>
|
||||
| <button title="{.!Account panel.}" onclick='showAccount()'><i class='fa fa-user-circle'></i><span>%user%</span></button>
|
||||
| <button title="{.!Login.}" onclick='showLogin()'><i class='fa fa-user'></i><span>{.!Login.}</span></button>
|
||||
.}
|
||||
{.if| {.get|can recur.} |
|
||||
<button onclick="{.if|{.length|{.?search.}.}| location = '.'| $('#search-panel').toggle().find(':input:first').focus().}">
|
||||
<button title="{.!Search.}"
|
||||
onclick="{.if|{.length|{.?search.}.}| location = '.'| $('#search-panel').toggle().find(':input:first').focus().}">
|
||||
<i class='fa fa-search'></i><span>{.!Search.}</span>
|
||||
</button>
|
||||
/if.}
|
||||
@ -106,7 +107,8 @@ def 3.0
|
||||
</button>
|
||||
|
||||
{.if|{.get|can archive.}|
|
||||
<button id='archiveBtn' onclick='ask("{.!Download these files as a single archive?.}", ()=> submit({ files: getSelectedItemsName() }, "{.get|url|mode=archive|recursive.}") )'>
|
||||
<button id='archiveBtn' title="{.!Download selected files as a single archive.}"
|
||||
onclick='ask("{.!Download these files as a single archive?.}", ()=> submit({ files: getSelectedItemsName() }, "{.get|url|mode=archive|recursive.}") )'>
|
||||
<i class="fa fa-file-archive"></i>
|
||||
<span>{.!Archive.}</span>
|
||||
</button>
|
||||
@ -118,7 +120,7 @@ def 3.0
|
||||
</button>
|
||||
:}.}
|
||||
|
||||
<button id="sort" onclick="changeSort()">
|
||||
<button id="sort" title="{.!Change list order.}" onclick="changeSort()">
|
||||
<i class='fa fa-sort'></i>
|
||||
<span></span>
|
||||
</button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user