Bug #14233 » 0000209-tca_url_shortcut.diff
ext_tables.php Wed Feb 2 19:49:58 2005 | ||
---|---|---|
'type' => 'input',
|
||
'size' => '25',
|
||
'max' => '256',
|
||
'eval' => 'trim'
|
||
'eval' => 'trim,required'
|
||
)
|
||
),
|
||
'urltype' => Array (
|
||
... | ... | |
'allowed' => 'pages',
|
||
'size' => '3',
|
||
'maxitems' => '1',
|
||
'minitems' => '0',
|
||
'show_thumbs' => '1'
|
||
'minitems' => '1',
|
||
'show_thumbs' => '1',
|
||
)
|
||
),
|
||
'shortcut_mode' => Array (
|
- « Previous
- 1
- 2
- Next »