Volumes
This commit is contained in:
+28
-1
@@ -66,7 +66,7 @@
|
||||
<button id="edit-btn" type="button" disabled><span class="shortcut-hint">F4</span><span>Edit</span></button>
|
||||
<button id="copy-btn" type="button" disabled><span class="shortcut-hint">F5</span><span>Copy</span></button>
|
||||
<button id="move-btn" type="button" disabled><span class="shortcut-hint">F6</span><span>Move</span></button>
|
||||
<button id="rename-btn" type="button" disabled><span class="shortcut-hint">Alt+R</span><span>Rename</span></button>
|
||||
<button id="rename-btn" type="button" disabled><span>Rename</span></button>
|
||||
<button id="mkdir-btn" type="button"><span class="shortcut-hint">F7</span><span>MKdir</span></button>
|
||||
<button id="delete-btn" type="button" disabled><span class="shortcut-hint">F8</span><span>Delete</span></button>
|
||||
</div>
|
||||
@@ -88,6 +88,33 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="rename-move-popup" class="popup-overlay hidden" role="dialog" aria-modal="true" aria-labelledby="rename-move-title">
|
||||
<div class="popup-card">
|
||||
<h3 id="rename-move-title">Rename/Move</h3>
|
||||
<div id="rename-move-source" class="popup-meta"></div>
|
||||
<label for="rename-move-input" class="popup-label">Destination path</label>
|
||||
<input id="rename-move-input" type="text" autocomplete="off">
|
||||
<div id="rename-move-error" class="error"></div>
|
||||
<div class="popup-actions">
|
||||
<button id="rename-move-apply-btn" type="button">OK</button>
|
||||
<button id="rename-move-cancel-btn" type="button">Cancel</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="batch-move-popup" class="popup-overlay hidden" role="dialog" aria-modal="true" aria-labelledby="batch-move-title">
|
||||
<div class="popup-card">
|
||||
<h3 id="batch-move-title">Batch Move</h3>
|
||||
<div id="batch-move-count" class="popup-meta"></div>
|
||||
<div id="batch-move-destination" class="popup-meta"></div>
|
||||
<div id="batch-move-error" class="error"></div>
|
||||
<div class="popup-actions">
|
||||
<button id="batch-move-apply-btn" type="button">Move</button>
|
||||
<button id="batch-move-cancel-btn" type="button">Cancel</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="viewer-modal" class="popup-overlay hidden" role="dialog" aria-modal="true" aria-labelledby="viewer-title">
|
||||
<div class="popup-card viewer-card">
|
||||
<button id="viewer-close-btn" class="viewer-close" type="button" aria-label="Close viewer">X</button>
|
||||
|
||||
Reference in New Issue
Block a user