mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 20:49:41 +01:00
users can delete there files in one click
add "delete all my files" button to file user so users can delete there files in one click and add log to cache
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
|
||||
<div class="row justify-content-between mb-5">
|
||||
<div class="col col-md-auto"><input type="submit" name="submit_files" class="btn btn-outline-danger" value="{lang.DEL_SELECTED}" /></div>
|
||||
<div class="col col-md-auto"><input type="submit" name="submit_all_files" class="btn btn-outline-danger" value="{lang.DEL_ALL}" /></div>
|
||||
<div class="col col-md-auto">[ <a href="javascript:void(0);" onclick="checkAll(document.c, '_del', 'su');" title="{lang.CHECK_ALL}">{lang.CHECK_ALL}</a> ]</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -108,6 +108,7 @@
|
||||
<IF NAME="user_himself">
|
||||
<!-- button -->
|
||||
<div class="left_button"><input type="submit" name="submit_files" value="{lang.DEL_SELECTED}" /></div>
|
||||
<div class="left_button"><input type="submit" name="submit_all_files" value="{lang.DEL_ALL}" /></div>
|
||||
<div class="right_button">[ <a href="javascript:void(0);" onclick="checkAll(document.c, '_del', 'su');" title="{lang.CHECK_ALL}">{lang.CHECK_ALL}</a> ]</div>
|
||||
{H_FORM_KEYS}
|
||||
<!-- @end-button -->
|
||||
|
||||
Reference in New Issue
Block a user