Bug #15031 » patch_1575_3.diff
t3lib/stddb/tables.php (working copy) | ||
---|---|---|
'config' => Array (
|
||
'type' => 'input',
|
||
'size' => '30',
|
||
'max' => '256',
|
||
'max' => '255',
|
||
'eval' => 'required'
|
||
)
|
||
),
|
||
... | ... | |
?>
|
||
?>
|
typo3/sysext/cms/ext_tables.php (working copy) | ||
---|---|---|
<?php
|
||
x<?php
|
||
# TYPO3 CVS ID: $Id$
|
||
if (!defined ('TYPO3_MODE')) die ('Access denied.');
|
||
... | ... | |
'config' => Array (
|
||
'type' => 'input',
|
||
'size' => '30',
|
||
'max' => '256',
|
||
'max' => '255',
|
||
'checkbox' => '',
|
||
'eval' => 'trim'
|
||
)
|
||
... | ... | |
'config' => Array (
|
||
'type' => 'input',
|
||
'size' => '30',
|
||
'max' => '256',
|
||
'max' => '255',
|
||
'eval' => ''
|
||
)
|
||
),
|
||
... | ... | |
'config' => Array (
|
||
'type' => 'input',
|
||
'size' => '25',
|
||
'max' => '256',
|
||
'max' => '255',
|
||
'eval' => 'trim,required',
|
||
'softref' => 'url'
|
||
)
|
- « Previous
- 1
- 2
- 3
- Next »