diff --git a/views/bootstrap/class.ClearCache.php b/views/bootstrap/class.ClearCache.php index 099bcadcd..8eef31464 100644 --- a/views/bootstrap/class.ClearCache.php +++ b/views/bootstrap/class.ClearCache.php @@ -41,15 +41,13 @@ class SeedDMS_View_ClearCache extends SeedDMS_Theme_Style { $this->contentStart(); $this->pageNavigation(getMLText("admin_tools"), "admin_tools"); $this->contentHeading(getMLText("clear_cache")); - $this->contentContainerStart('warning'); - + $this->warningMsg(getMLText("confirm_clear_cache", array('cache_dir'=>$cachedir))); ?>
contentContainerEnd(); $this->contentEnd(); $this->htmlEndPage(); } /* }}} */ diff --git a/views/bootstrap/class.ImportFS.php b/views/bootstrap/class.ImportFS.php index 7ef06f0ab..fe1bf72ee 100644 --- a/views/bootstrap/class.ImportFS.php +++ b/views/bootstrap/class.ImportFS.php @@ -52,8 +52,8 @@ class SeedDMS_View_ImportFS extends SeedDMS_Theme_Style { if($dropfolderdir && file_exists($dropfolderdir.'/'.$user->getLogin())) { $this->warningMsg(getMLText("import_fs_warning")); - $this->contentContainerStart(); print "\n"; - $this->contentContainerEnd(); } else { $this->warningMsg(getMLText("dropfolderdir_missing")); } diff --git a/views/bootstrap/class.ImportUsers.php b/views/bootstrap/class.ImportUsers.php index 8afed5a54..69ea90d73 100644 --- a/views/bootstrap/class.ImportUsers.php +++ b/views/bootstrap/class.ImportUsers.php @@ -53,8 +53,8 @@ class SeedDMS_View_ImportUsers extends SeedDMS_Theme_Style { $this->rowStart(); $this->columnStart(4); - $this->contentContainerStart(); print "\n"; - $this->contentContainerEnd(); $this->columnEnd(); $this->columnStart(8);