mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
show clipboard even if foldertree ist turned off
This commit is contained in:
parent
703c85b853
commit
32d160ed99
|
@ -122,9 +122,9 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style {
|
|||
} else {
|
||||
$this->contentHeading("<a href=\"../out/out.ViewFolder.php?folderid=". $folderid."&showtree=1\"><i class=\"icon-plus-sign\"></i></a>", true);
|
||||
}
|
||||
if ($enableClipboard) $this->printClipboard($this->params['session']->getClipboard());
|
||||
echo "</div>\n";
|
||||
}
|
||||
if ($enableClipboard) $this->printClipboard($this->params['session']->getClipboard());
|
||||
echo "</div>\n";
|
||||
}
|
||||
echo "<div class=\"span".$RightColumnSpan."\">\n";
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user