mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
file manager stuff
This commit is contained in:
parent
99a403a2ef
commit
9d2ebe561a
12 changed files with 419 additions and 95 deletions
|
@ -250,6 +250,10 @@
|
|||
<div class="message-small">writing the reading text at the reading write writing the reading text at the reading write!</div>
|
||||
</div>
|
||||
|
||||
<div class="warning-box reload hidden">
|
||||
<div class="message-small">Hit F5 to reload the page</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="warning-box hidden">
|
||||
<div class="close ripple"></div>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<div class="archive button" onClick="FM.setTabActive(FM['TAB_<?php echo $pre_tab ?>']);FM.packItem()">ARCHIVE</div>
|
||||
<div class="archive button small" onClick="FM.setTabActive(FM['TAB_<?php echo $pre_tab ?>']);FM.packItem()" title="Create Archive"></div>
|
||||
<div class="extract button extract-btn" onClick="FM.setTabActive(FM['TAB_<?php echo $pre_tab ?>']);FM.unpackItem()">EXRACT</div>
|
||||
<div class="extract button small" onClick="FM.setTabActive(FM['TAB_<?php echo $pre_tab ?>']);FM.unpackItem()" title="Extract Archive"></div>
|
||||
<div class="extract button extract-btn small" onClick="FM.setTabActive(FM['TAB_<?php echo $pre_tab ?>']);FM.unpackItem()" title="Extract Archive"></div>
|
||||
<div class="download button" onClick="FM.setTabActive(FM['TAB_<?php echo $pre_tab ?>']);FM.downloadFiles()">DOWNLOAD</div><!-- div class="total-size">0 Mb</div -->
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue