mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
- cosmetic change
This commit is contained in:
parent
92dc7489e7
commit
9b8b80e878
|
@ -91,7 +91,7 @@ class LetoDMS_View_ViewFolder extends LetoDMS_Bootstrap_Style {
|
|||
|
||||
echo "<div class=\"row-fluid\">\n";
|
||||
echo "<div class=\"span4\">\n";
|
||||
if ($enableFolderTree) $this->printTreeNavigation($folderid,$showtree);
|
||||
if ($enableFolderTree) $this->printTreeNavigation($folderid, $showtree);
|
||||
if (1 || $enableClipboard) $this->printClipboard($this->params['session']->getClipboard());
|
||||
echo "</div>\n";
|
||||
echo "<div class=\"span8\">\n";
|
||||
|
|
Loading…
Reference in New Issue
Block a user