fix clicking on folder tree

This commit is contained in:
Uwe Steinmann 2013-06-10 22:11:03 +02:00
parent 16d57c17ce
commit 5986eac3ea

View File

@ -105,7 +105,7 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style {
} }
</script> </script>
<?php <?php
$this->printNewTreeNavigation($folderid, M_READ, 0); $this->printNewTreeNavigation($folderid, M_READ, 0, '');
$this->contentContainerEnd(); $this->contentContainerEnd();
} else { } else {
$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);