mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
issue error msg if drop folder is not accessible
This commit is contained in:
parent
a5c6a0cd5b
commit
86d5e7aede
|
@ -97,6 +97,8 @@ $('.folderselect').click(function(ev) {
|
|||
echo "</tbody>\n";
|
||||
echo "</table>\n";
|
||||
echo '<script src="../out/out.DropFolderChooser.php?action=js&'.$_SERVER['QUERY_STRING'].'"></script>'."\n";
|
||||
} else {
|
||||
echo "<div class=\"alert alert-danger\">".getMLText('invalid_dropfolder_folder')."</div>";
|
||||
}
|
||||
}
|
||||
} /* }}} */
|
||||
|
|
Loading…
Reference in New Issue
Block a user