mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
pass name of from to printNewTreeNavigation()
This commit is contained in:
parent
31015784ac
commit
3fed9973ef
|
@ -39,7 +39,7 @@ class SeedDMS_View_DocumentChooser extends SeedDMS_Bootstrap_Style {
|
|||
|
||||
$this->htmlStartPage(getMLText("choose_target_document"));
|
||||
$this->contentContainerStart();
|
||||
$this->printNewTreeNavigation($folderid, M_READ, 1);
|
||||
$this->printNewTreeNavigation($folderid, M_READ, 1, $form);
|
||||
$this->contentContainerEnd();
|
||||
echo "</body>\n</html>\n";
|
||||
} /* }}} */
|
||||
|
|
|
@ -41,8 +41,7 @@ class SeedDMS_View_FolderChooser extends SeedDMS_Bootstrap_Style {
|
|||
|
||||
$this->htmlStartPage(getMLText("choose_target_folder"));
|
||||
$this->contentContainerStart();
|
||||
$this->printNewTreeNavigation($rootfolderid, $mode, 0);
|
||||
// $this->printFoldersTree($mode, $exclude, $rootfolderid);
|
||||
$this->printNewTreeNavigation($rootfolderid, $mode, 0, $form);
|
||||
$this->contentContainerEnd();
|
||||
echo "</body>\n</html>\n";
|
||||
} /* }}} */
|
||||
|
|
Loading…
Reference in New Issue
Block a user