Added Rename and Delete folder capabilities to documents and some minor UI cleanup

This commit is contained in:
johnnyq
2022-04-27 22:31:15 -04:00
parent c02edf5ca7
commit 6310ef5aae
3 changed files with 67 additions and 15 deletions

View File

@@ -7010,7 +7010,7 @@ if(isset($_POST['add_folder'])){
}
if(isset($_POST['edit_folder'])){
if(isset($_POST['rename_folder'])){
if($session_user_role == 1){
$_SESSION['alert_type'] = "danger";