mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 05:11:27 +00:00 
			
		
		
		
	pass showFullPreview and convertToPdf to view
This commit is contained in:
		
							parent
							
								
									84f9fd89f0
								
							
						
					
					
						commit
						fbb198cd9f
					
				|  | @ -72,6 +72,8 @@ if($view) { | |||
| 	$view->setParam('viewonlinefiletypes', $settings->_viewOnlineFileTypes); | ||||
| 	$view->setParam('enableversionmodification', $settings->_enableVersionModification); | ||||
| 	$view->setParam('previewWidthDetail', $settings->_previewWidthDetail); | ||||
| 	$view->setParam('showFullPreview', $settings->_showFullPreview); | ||||
| 	$view->setParam('convertToPdf', $settings->_convertToPdf); | ||||
| 	$view->setParam('cachedir', $settings->_cacheDir); | ||||
| 	$view->setParam('timeout', $settings->_cmdTimeout); | ||||
| 	$view->setParam('accessobject', $accessop); | ||||
|  |  | |||
|  | @ -70,6 +70,8 @@ if($view) { | |||
| 	$view->setParam('workflowmode', $settings->_workflowMode); | ||||
| 	$view->setParam('previewWidthList', $settings->_previewWidthList); | ||||
| 	$view->setParam('previewWidthDetail', $settings->_previewWidthDetail); | ||||
| 	$view->setParam('showFullPreview', $settings->_showFullPreview); | ||||
| 	$view->setParam('convertToPdf', $settings->_convertToPdf); | ||||
| 	$view->setParam('currenttab', isset($_GET['currenttab']) ? $_GET['currenttab'] : ""); | ||||
| 	$view->setParam('timeout', $settings->_cmdTimeout); | ||||
| 	$view($_GET); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann