do not include page navigation with ajax anymore

This commit is contained in:
Uwe Steinmann 2021-04-23 09:54:36 +02:00
parent 3d15736772
commit 1a114830a5

View File

@ -74,10 +74,12 @@ $(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();
?>