From b29114964426c696945e8620b7b0e22c85ff74bc Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 22 Apr 2021 09:59:37 +0200 Subject: [PATCH] show path of found folder --- views/bootstrap/class.Search.php | 1 + 1 file changed, 1 insertion(+) diff --git a/views/bootstrap/class.Search.php b/views/bootstrap/class.Search.php index 32fb1485e..f36c870ef 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -717,6 +717,7 @@ foreach($facets as $facetname=>$values) { $attrstr .= ""; } $extracontent = array(); + $extracontent['below_title'] = $this->getListRowPath($folder); if($attrstr) $extracontent['bottom_title'] = '
'.$this->printPopupBox(''.getMLText('attributes').'', $attrstr, true); print $this->folderListRow($folder, false, $extracontent);