mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 12:41:30 +00:00
put clipboard into left coŀumn
This commit is contained in:
parent
aa6bdf000b
commit
854700183c
|
@ -135,12 +135,12 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style {
|
||||||
$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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
echo $this->callHook('leftContent');
|
||||||
|
|
||||||
|
if ($enableClipboard) $this->printClipboard($this->params['session']->getClipboard());
|
||||||
|
echo "</div>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
echo $this->callHook('leftContent');
|
|
||||||
|
|
||||||
if ($enableClipboard) $this->printClipboard($this->params['session']->getClipboard());
|
|
||||||
echo "</div>\n";
|
|
||||||
echo "<div class=\"span".$RightColumnSpan."\">\n";
|
echo "<div class=\"span".$RightColumnSpan."\">\n";
|
||||||
|
|
||||||
$txt = $this->callHook('folderInfo', $folder);
|
$txt = $this->callHook('folderInfo', $folder);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user