get page navigation from ViewFolder via ajax

This commit is contained in:
Uwe Steinmann 2021-03-10 16:37:00 +01:00
parent 1e7e1a08d5
commit 42cb475f34

View File

@ -74,7 +74,10 @@ $(document).ready( function() {
$this->htmlStartPage(getMLText("folder_title", array("foldername" => htmlspecialchars($folder->getName()))));
$this->globalNavigation($folder);
$this->contentStart();
$this->pageNavigation($this->getFolderPathHTML($folder, true), "view_folder", $folder);
// $this->pageNavigation($this->getFolderPathHTML($folder, true), "view_folder", $folder);
?>
<div class="ajax" data-view="ViewFolder" data-action="navigation" data-no-spinner="true" <?php echo ($folder ? "data-query=\"folderid=".$folder->getID()."\"" : "") ?>></div>
<?php
$this->contentHeading(getMLText("add_subfolder"));
$this->contentContainerStart();
?>