pass new parameter $skipcont to folderListRow()

This commit is contained in:
Uwe Steinmann 2020-03-05 09:12:25 +01:00
parent 3e98a18bab
commit 09f5943eb0

View File

@ -558,7 +558,7 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style {
$extracontent = array();
if($attrstr)
$extracontent['bottom_title'] = '<br />'.$this->printPopupBox('<span class="btn btn-mini btn-default">'.getMLText('attributes').'</span>', $attrstr, true);
print $this->folderListRow($folder, $extracontent);
print $this->folderListRow($folder, false, $extracontent);
}
}
print "</tbody></table>\n";