Project

General

Profile

Feature #17628 » class.t3lib_tceforms.patch

Administrator Admin, 2007-09-26 13:56

View differences:

class.t3lib_tceforms.php 2007-09-26 13:05:35.000000000 +0200
$minitems = t3lib_div::intInRange($config['minitems'],0);
$allowed = $config['allowed'];
$disallowed = $config['disallowed'];
$noBrowser = $config['noBrowser'];
$disabled = '';
if($this->renderReadonly || $config['readOnly']) {
......
'style' => isset($config['selectedListStyle']) ? ' style="'.htmlspecialchars($config['selectedListStyle']).'"' : ' style="'.$this->defaultMultipleSelectorStyle.'"',
'info' => $info,
'thumbnails' => $thumbsnail,
'readOnly' => $disabled
'readOnly' => $disabled,
'noBrowser' => $noBrowser
);
$item.= $this->dbFileIcons($PA['itemFormElName'],'file',implode(',',$tempFT),$itemArray,'',$params,$PA['onFocus']);
......
'style' => isset($config['selectedListStyle']) ? ' style="'.htmlspecialchars($config['selectedListStyle']).'"' : ' style="'.$this->defaultMultipleSelectorStyle.'"',
'info' => $info,
'thumbnails' => $thumbsnail,
'readOnly' => $disabled
'readOnly' => $disabled,
'noBrowser' => $noBrowser
);
$item.= $this->dbFileIcons($PA['itemFormElName'],'db',implode(',',$tempFT),$itemArray,'',$params,$PA['onFocus'],$table,$field,$row['uid']);
(1-1/2)