mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-07 07:34:58 +00:00
set $dms in preview()
This commit is contained in:
parent
7d8f4f54c0
commit
8b1b9fdb2a
|
@ -313,6 +313,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
function preview() { /* {{{ */
|
function preview() { /* {{{ */
|
||||||
|
$dms = $this->params['dms'];
|
||||||
$document = $this->params['document'];
|
$document = $this->params['document'];
|
||||||
$timeout = $this->params['timeout'];
|
$timeout = $this->params['timeout'];
|
||||||
$showfullpreview = $this->params['showFullPreview'];
|
$showfullpreview = $this->params['showFullPreview'];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user