mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
remove removeitem(), get $timeout from view in items()
This commit is contained in:
parent
3fbfadeebd
commit
58e52856b2
|
@ -251,12 +251,6 @@ $(document).ready( function() {
|
|||
<?php
|
||||
} /* }}} */
|
||||
|
||||
function removeitem() { /* {{{ */
|
||||
$seltransmittal = $this->params['seltransmittal'];
|
||||
|
||||
$this->showTransmittalForm($seltransmittal);
|
||||
} /* }}} */
|
||||
|
||||
function form() { /* {{{ */
|
||||
$seltransmittal = $this->params['seltransmittal'];
|
||||
|
||||
|
@ -268,6 +262,7 @@ $(document).ready( function() {
|
|||
$user = $this->params['user'];
|
||||
$accessop = $this->params['accessobject'];
|
||||
$cachedir = $this->params['cachedir'];
|
||||
$timeout = $this->params['timeout'];
|
||||
$previewwidth = $this->params['previewWidthList'];
|
||||
$previewconverters = $this->params['previewconverters'];
|
||||
|
||||
|
@ -322,8 +317,6 @@ $(document).ready( function() {
|
|||
$user = $this->params['user'];
|
||||
$accessop = $this->params['accessobject'];
|
||||
$seltransmittal = $this->params['seltransmittal'];
|
||||
$cachedir = $this->params['cachedir'];
|
||||
$timeout = $this->params['timeout'];
|
||||
|
||||
$this->htmlAddHeader('<script type="text/javascript" src="../styles/'.$this->theme.'/bootbox/bootbox.min.js"></script>'."\n", 'js');
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user