diff --git a/views/bootstrap/class.ViewFolder.php b/views/bootstrap/class.ViewFolder.php index 11be8f321..ba6ca4306 100644 --- a/views/bootstrap/class.ViewFolder.php +++ b/views/bootstrap/class.ViewFolder.php @@ -333,7 +333,8 @@ $('body').on('click', '.order-btn', function(ev) { } echo "\n"; $infos = ob_get_clean(); - $this->printAccordion2(getMLText("folder_infos"), $infos); + echo $infos; +// $this->printAccordion2(getMLText("folder_infos"), $infos); $txt = $this->callHook('postFolderInfos', $folder); if(is_string($txt)) echo $txt; @@ -575,6 +576,7 @@ $('body').on('click', '.order-btn', function(ev) { $previewconverters = $this->params['previewConverters']; $timeout = $this->params['timeout']; $xsendfile = $this->params['xsendfile']; + $currenttab = $this->params['currenttab']; $folderid = $folder->getId(); $previewer = new SeedDMS_Preview_Previewer($cachedir, $previewwidth, $timeout, $xsendfile); @@ -634,15 +636,36 @@ $('body').on('click', '.order-btn', function(ev) { $this->rowStart(); $this->columnStart(8); } - -// $this->folderInfos(); ?> +
+