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,10 +122,10 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style {
|
||||||
} else {
|
} else {
|
||||||
$this->contentHeading("<a href=\"../out/out.ViewFolder.php?folderid=". $folderid."&showtree=1\"><i class=\"icon-plus-sign\"></i></a>", true);
|
$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());
|
if ($enableClipboard) $this->printClipboard($this->params['session']->getClipboard());
|
||||||
echo "</div>\n";
|
echo "</div>\n";
|
||||||
}
|
}
|
||||||
}
|
|
||||||
echo "<div class=\"span".$RightColumnSpan."\">\n";
|
echo "<div class=\"span".$RightColumnSpan."\">\n";
|
||||||
|
|
||||||
$this->contentHeading(getMLText("folder_infos"));
|
$this->contentHeading(getMLText("folder_infos"));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user