show path of found folder

This commit is contained in:
Uwe Steinmann 2021-04-22 09:59:37 +02:00
parent 7d4ed3a975
commit b291149644

View File

@ -717,6 +717,7 @@ foreach($facets as $facetname=>$values) {
$attrstr .= "</table>";
}
$extracontent = array();
$extracontent['below_title'] = $this->getListRowPath($folder);
if($attrstr)
$extracontent['bottom_title'] = '<br />'.$this->printPopupBox('<span class="btn btn-mini btn-secondary">'.getMLText('attributes').'</span>', $attrstr, true);
print $this->folderListRow($folder, false, $extracontent);