mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-31 22:17:33 +00:00
pass new parameter $skipcont to folderListRow()
This commit is contained in:
parent
3e98a18bab
commit
09f5943eb0
|
@ -558,7 +558,7 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style {
|
||||||
$extracontent = array();
|
$extracontent = array();
|
||||||
if($attrstr)
|
if($attrstr)
|
||||||
$extracontent['bottom_title'] = '<br />'.$this->printPopupBox('<span class="btn btn-mini btn-default">'.getMLText('attributes').'</span>', $attrstr, true);
|
$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";
|
print "</tbody></table>\n";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user