mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
set name of folder tree to 'main'
This commit is contained in:
parent
e1a6497b05
commit
095c63b884
|
@ -209,7 +209,7 @@ $('body').on('click', '.order-btn', function(ev) {
|
|||
<?php } ?>
|
||||
<?php
|
||||
if($showtree == 1)
|
||||
$this->printNewTreeNavigationJs($folder->getID(), M_READ, 0, '', ($expandFolderTree == 1) ? -1 : 3, $orderby);
|
||||
$this->printNewTreeNavigationJs($folder->getID(), M_READ, 0, 'main', ($expandFolderTree == 1) ? -1 : 3, $orderby);
|
||||
|
||||
if ($enableDropUpload && $folder->getAccessMode($user) >= M_READWRITE) {
|
||||
echo "SeedDMSUpload.setUrl('../op/op.Ajax.php');";
|
||||
|
@ -581,7 +581,7 @@ $('body').on('click', '.order-btn', function(ev) {
|
|||
* access expandFolderTree with $this->params because it can
|
||||
* be changed by preContent hook.
|
||||
*/
|
||||
$this->printNewTreeNavigationHtml($folderid, M_READ, 0, '', ($this->params['expandFolderTree'] == 1) ? -1 : 3, $orderby);
|
||||
$this->printNewTreeNavigationHtml($folderid, M_READ, 0, 'main', ($this->params['expandFolderTree'] == 1) ? -1 : 3, $orderby);
|
||||
$this->contentContainerEnd();
|
||||
} else {
|
||||
$this->contentHeading("<a href=\"../out/out.ViewFolder.php?folderid=". $folderid."&showtree=1\"><i class=\"icon-plus-sign\"></i></a>", true);
|
||||
|
|
Loading…
Reference in New Issue
Block a user