mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-08-28 04:46:58 -04:00
nit ui
This commit is contained in:
committed by
Pierre Dubouilh
parent
0a77b08552
commit
c0ff5adaf9
Vendored
+4
-4
@@ -25,7 +25,7 @@
|
||||
<tr><td>Ctrl/Meta + Enter</td><td>download selected item as archive</td></tr>
|
||||
<tr><td>Ctrl/Meta + C</td><td>copy URL to clipboard</td></tr>
|
||||
<tr><td>Ctrl/Meta + E</td><td>rename item</td></tr>
|
||||
<tr><td>Ctrl/Meta + Del</td><td>delete item</td></tr>
|
||||
<tr><td>Ctrl/Meta + Backspace</td><td>delete item</td></tr>
|
||||
<tr><td>Ctrl/Meta + U</td><td>upload new file/folder</td></tr>
|
||||
<tr><td>Ctrl/Meta + M</td><td>create a new directory</td></tr>
|
||||
<tr><td>Ctrl/Meta + X</td><td>cut selected path</td></tr>
|
||||
@@ -48,8 +48,8 @@
|
||||
<div id="icHolder">
|
||||
{{if not .Ro}}
|
||||
<div style="display:none;" onclick="document.getElementById('clickupload').click()" class="ic icon-large-upload manualUp"></div>
|
||||
<div onclick="window.displayPad()" class="ic icon-large-pad"></div>
|
||||
<div class="ic icon-large-folder" onclick="window.mkdirBtn()"></div>
|
||||
<div onclick="window.displayPad()" class="ic icon-large-pad" title="Create TXT file"></div>
|
||||
<div class="ic icon-large-folder" onclick="window.mkdirBtn()" title="Create Folder"></div>
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
@@ -81,4 +81,4 @@
|
||||
</div>
|
||||
<div id="ok" class="notif icon-large-ok"></div>
|
||||
<div id="sad" class="notif icon-large-sad-server"></div>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user