Project

General

Profile

Bug #23871 » bug_16170.diff

Administrator Admin, 2010-10-29 13:38

View differences:

typo3/sysext/cms/ext_tables.sql 2010-10-29 13:18:38.000000000 +0200
endtime int(11) unsigned DEFAULT '0' NOT NULL,
colPos tinyint(3) unsigned DEFAULT '0' NOT NULL,
subheader varchar(255) DEFAULT '' NOT NULL,
spaceBefore tinyint(4) unsigned DEFAULT '0' NOT NULL,
spaceAfter tinyint(4) unsigned DEFAULT '0' NOT NULL,
spaceBefore smallint(3) unsigned DEFAULT '0' NOT NULL,
spaceAfter smallint(3) unsigned DEFAULT '0' NOT NULL,
fe_group varchar(100) DEFAULT '0' NOT NULL,
header_link varchar(255) DEFAULT '' NOT NULL,
imagecaption_position varchar(6) DEFAULT '' NOT NULL,
-- typo3/sysext/cms/tbl_tt_content.php.bak 2010-10-29 13:18:57.000000000 +0200
++ typo3/sysext/cms/tbl_tt_content.php 2010-10-29 13:19:34.000000000 +0200
......
'label' => 'LLL:EXT:cms/locallang_ttc.php:spaceBefore',
'config' => array(
'type' => 'input',
'size' => '3',
'max' => '3',
'size' => '5',
'max' => '5',
'eval' => 'int',
'checkbox' => '0',
'range' => array(
......
'label' => 'LLL:EXT:cms/locallang_ttc.php:spaceAfter',
'config' => array(
'type' => 'input',
'size' => '3',
'max' => '3',
'size' => '5',
'max' => '5',
'eval' => 'int',
'checkbox' => '0',
'range' => array(
(1-1/2)