diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index cfc24ab9b..a80c13f81 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -149,7 +149,6 @@ background-image: linear-gradient(to bottom, #882222, #111111);; echo " \n"; echo " params['rootfolderid']."\">".(strlen($this->params['sitename'])>0 ? $this->params['sitename'] : "SeedDMS")."\n"; if(isset($this->params['user']) && $this->params['user']) { - echo "
\n"; echo " \n"; + $clipboard = $this->params['session']->getClipboard(); + if (!$this->params['user']->isGuest() && isset($this->params['folder']) && (count($clipboard['docs']) + count($clipboard['folders'])) > 0) { + echo "
\n"; + echo " \n"; + } + + echo "