mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-28 04:27:32 +00:00
fix link to folder in clipboard menu
This commit is contained in:
parent
ac630948da
commit
b047f3a23f
|
@ -146,7 +146,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
$content .= " <ul class=\"dropdown-menu\" role=\"menu\">\n";
|
||||
foreach($clipboard['folders'] as $folderid) {
|
||||
if($folder = $this->params['dms']->getFolder($folderid))
|
||||
$content .= " <li><a href=\"../out/out.ViewFolder.php?id=".$folder->getID()."\"><i class=\"icon-folder-close-alt\"></i> ".htmlspecialchars($folder->getName())."</a></li>\n";
|
||||
$content .= " <li><a href=\"../out/out.ViewFolder.php?folderid=".$folder->getID()."\"><i class=\"icon-folder-close-alt\"></i> ".htmlspecialchars($folder->getName())."</a></li>\n";
|
||||
}
|
||||
foreach($clipboard['docs'] as $docid) {
|
||||
if($document = $this->params['dms']->getDocument($docid))
|
||||
|
|
Loading…
Reference in New Issue
Block a user