From 854700183cec5e94be48613ff7c0c3955f402938 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 4 Jun 2014 21:40:50 +0200 Subject: [PATCH] =?UTF-8?q?put=20clipboard=20into=20left=20co=C5=80umn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/bootstrap/class.ViewFolder.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/views/bootstrap/class.ViewFolder.php b/views/bootstrap/class.ViewFolder.php index ab7d931ec..36206ea36 100644 --- a/views/bootstrap/class.ViewFolder.php +++ b/views/bootstrap/class.ViewFolder.php @@ -135,12 +135,12 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style { $this->contentHeading("", true); } } + + echo $this->callHook('leftContent'); + + if ($enableClipboard) $this->printClipboard($this->params['session']->getClipboard()); + echo "\n"; } - - echo $this->callHook('leftContent'); - - if ($enableClipboard) $this->printClipboard($this->params['session']->getClipboard()); - echo "\n"; echo "
\n"; $txt = $this->callHook('folderInfo', $folder);