mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
git rid of expandFolderTree checking
This commit is contained in:
parent
1ce602c98c
commit
c68f111c7a
|
@ -61,7 +61,7 @@ class SeedDMS_View_FolderChooser extends SeedDMS_Bootstrap_Style {
|
|||
// $this->htmlStartPage(getMLText("choose_target_folder"));
|
||||
// $this->contentContainerStart();
|
||||
if(1) {
|
||||
$this->printNewTreeNavigationHtml($rootfolderid, $mode, 0, $form, ($this->params['expandFolderTree'] == 1) ? -1 : 3, $orderby);
|
||||
$this->printNewTreeNavigationHtml($rootfolderid, $mode, 0, $form, 0, $orderby);
|
||||
echo '<script src="../out/out.FolderChooser.php?action=js&'.$_SERVER['QUERY_STRING'].'"></script>'."\n";
|
||||
} else {
|
||||
$this->printNewTreeNavigation($rootfolderid, $mode, 0, $form);
|
||||
|
|
Loading…
Reference in New Issue
Block a user