mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-28 04:27:32 +00:00
show path of found folder
This commit is contained in:
parent
7d4ed3a975
commit
b291149644
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user