mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 23:42:11 +00:00
set showtree in documentListRow()
This commit is contained in:
parent
d41937735e
commit
c1e434788d
|
@ -1674,6 +1674,7 @@ $(document).ready( function() {
|
|||
function documentListRow($document, $previewer, $skipcont=false) { /* {{{ */
|
||||
$dms = $this->params['dms'];
|
||||
$user = $this->params['user'];
|
||||
$showtree = $this->params['showtree'];
|
||||
$workflowmode = $this->params['workflowmode'];
|
||||
$previewwidth = $this->params['previewWidthList'];
|
||||
$enableClipboard = $this->params['enableclipboard'];
|
||||
|
|
Loading…
Reference in New Issue
Block a user