mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-12-27 15:28:51 +00:00
fix call of folderListRow()
This commit is contained in:
parent
2a551cf990
commit
f201ef9aa3
|
|
@ -755,7 +755,7 @@ $(document).ready( function() {
|
|||
$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, false, $extracontent);
|
||||
print $this->folderListRow($folder, false, $extracontent, SeedDMS_Core_AttributeDefinitionGroup::show_search);
|
||||
}
|
||||
}
|
||||
$txt = $this->callHook('folderListFooter', null);
|
||||
|
|
|
|||
|
|
@ -382,7 +382,7 @@ $('body').on('click', '.order-btn', function(ev) {
|
|||
if(is_string($txt))
|
||||
echo $txt;
|
||||
else {
|
||||
echo $this->folderListRow($subFolder, SeedDMS_Core_AttributeDefinitionGroup::show_list);
|
||||
echo $this->folderListRow($subFolder, false, array(), SeedDMS_Core_AttributeDefinitionGroup::show_list);
|
||||
}
|
||||
}
|
||||
$i++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user