diff --git a/views/bootstrap/class.RemoveDocument.php b/views/bootstrap/class.RemoveDocument.php index 083ec6265..89e3e1ce5 100644 --- a/views/bootstrap/class.RemoveDocument.php +++ b/views/bootstrap/class.RemoveDocument.php @@ -51,7 +51,7 @@ class LetoDMS_View_RemoveDocument extends LetoDMS_Bootstrap_Style {

htmlspecialchars($document->getName())));?>

-

">

+

contentContainerEnd(); diff --git a/views/bootstrap/class.RemoveDocumentFile.php b/views/bootstrap/class.RemoveDocumentFile.php index 2693ecff2..8df25b8bd 100644 --- a/views/bootstrap/class.RemoveDocumentFile.php +++ b/views/bootstrap/class.RemoveDocumentFile.php @@ -51,7 +51,7 @@ class LetoDMS_View_RemoveDocumentFile extends LetoDMS_Bootstrap_Style {

htmlspecialchars($document->getName()), "name" => htmlspecialchars($file->getName())));?>

- "> + contentContainerEnd(); diff --git a/views/bootstrap/class.RemoveEvent.php b/views/bootstrap/class.RemoveEvent.php index 5991c0ae0..719442844 100644 --- a/views/bootstrap/class.RemoveEvent.php +++ b/views/bootstrap/class.RemoveEvent.php @@ -49,7 +49,7 @@ class LetoDMS_View_RemoveEvent extends LetoDMS_Bootstrap_Style { ">

htmlspecialchars($event["name"])));?>

- "> + contentContainerEnd(); diff --git a/views/bootstrap/class.RemoveFolder.php b/views/bootstrap/class.RemoveFolder.php index 26e2a1538..c7b102fd4 100644 --- a/views/bootstrap/class.RemoveFolder.php +++ b/views/bootstrap/class.RemoveFolder.php @@ -35,7 +35,6 @@ class LetoDMS_View_RemoveFolder extends LetoDMS_Bootstrap_Style { $dms = $this->params['dms']; $user = $this->params['user']; $folder = $this->params['folder']; - $document = $this->params['document']; $this->htmlStartPage(getMLText("folder_title", array("foldername" => htmlspecialchars($folder->getName())))); $this->globalNavigation($folder); @@ -51,7 +50,7 @@ class LetoDMS_View_RemoveFolder extends LetoDMS_Bootstrap_Style {

htmlspecialchars($folder->getName())));?>

-

">

+

contentContainerEnd();