From 2b5415e1289f647cbd743b2a2ea588ece8e72383 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 11 Jul 2014 12:58:44 +0200 Subject: [PATCH] some cosmetic changes to ease merging with develop --- views/bootstrap/class.ViewFolder.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.ViewFolder.php b/views/bootstrap/class.ViewFolder.php index 65e39bb54..1f228be64 100644 --- a/views/bootstrap/class.ViewFolder.php +++ b/views/bootstrap/class.ViewFolder.php @@ -131,11 +131,11 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style { echo "
\n"; - $owner = $folder->getOwner(); if ($enableDropUpload) { echo "
"; echo "
"; } + $owner = $folder->getOwner(); $this->contentHeading(getMLText("folder_infos")); $this->contentContainerStart(); echo "\n"; @@ -236,8 +236,9 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style { echo $this->documentListRow($document, $previewer); } - if ((count($subFolders) > 0)||(count($documents) > 0)) + if ((count($subFolders) > 0)||(count($documents) > 0)) { echo "\n
\n"; + } echo "
\n"; // End of right column div