mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
take out file deletion
This commit is contained in:
parent
ffd7301711
commit
835b16cb07
|
@ -174,7 +174,7 @@ class SeedDMS_View_BackupTools extends SeedDMS_Bootstrap_Style {
|
||||||
$this->contentContainerEnd();
|
$this->contentContainerEnd();
|
||||||
|
|
||||||
// files deletion //////////////////////////////////////////////////////////////
|
// files deletion //////////////////////////////////////////////////////////////
|
||||||
|
/*
|
||||||
$this->contentHeading(getMLText("files_deletion"));
|
$this->contentHeading(getMLText("files_deletion"));
|
||||||
$this->contentContainerStart();
|
$this->contentContainerStart();
|
||||||
print "<p>".getMLText("files_deletion_warning")."</p>\n";
|
print "<p>".getMLText("files_deletion_warning")."</p>\n";
|
||||||
|
@ -185,6 +185,7 @@ class SeedDMS_View_BackupTools extends SeedDMS_Bootstrap_Style {
|
||||||
print "</form>\n";
|
print "</form>\n";
|
||||||
|
|
||||||
$this->contentContainerEnd();
|
$this->contentContainerEnd();
|
||||||
|
*/
|
||||||
|
|
||||||
$this->htmlEndPage();
|
$this->htmlEndPage();
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user