diff --git a/views/bootstrap/class.Search.php b/views/bootstrap/class.Search.php index 49e8d2114..2c5300559 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -755,7 +755,7 @@ $(document).ready( function() { $extracontent = array(); if($attrstr) $extracontent['bottom_title'] = '
'.$this->printPopupBox(''.getMLText('attributes').'', $attrstr, true); - print $this->folderListRow($folder, false, $extracontent); + print $this->folderListRow($folder, false, $extracontent, SeedDMS_Core_AttributeDefinitionGroup::show_search); } } $txt = $this->callHook('folderListFooter', null); diff --git a/views/bootstrap/class.ViewFolder.php b/views/bootstrap/class.ViewFolder.php index f8474525f..10ccb291c 100644 --- a/views/bootstrap/class.ViewFolder.php +++ b/views/bootstrap/class.ViewFolder.php @@ -382,7 +382,7 @@ $('body').on('click', '.order-btn', function(ev) { if(is_string($txt)) echo $txt; else { - echo $this->folderListRow($subFolder, SeedDMS_Core_AttributeDefinitionGroup::show_list); + echo $this->folderListRow($subFolder, false, array(), SeedDMS_Core_AttributeDefinitionGroup::show_list); } } $i++;