Feature #24925 » class.t3lib_tceforms.php.patch
../typo3_src-4.6.1/t3lib/class.t3lib_tceforms.php 2012-01-19 18:36:15.000000000 +0100 | ||
---|---|---|
$onlySelectedIconShown = 1;
|
||
}
|
||
// Register as required if minitems is greater zero
|
||
if (($minItems = t3lib_utility_Math::forceIntegerInRange($config['minitems'], 0)) > 0) {
|
||
$this->registerRequiredProperty('field', $table . '_' . $row['uid'] . '_' . $field, $PA['itemFormElName']);
|
||
}
|
||
// Icon configuration:
|
||
if ($config['suppress_icons'] == 'IF_VALUE_FALSE') {
|
||
$suppressIcons = !$PA['itemFormElValue'] ? 1 : 0;
|
- « Previous
- 1
- 2
- Next »