Index: ext_tables.sql
===================================================================
--- ext_tables.sql	(Revision 49921)
+++ ext_tables.sql	(Arbeitskopie)
@@ -87,8 +87,8 @@
 	starttime int(11) DEFAULT '0' NOT NULL,
 	endtime int(11) DEFAULT '0' NOT NULL,
 	fe_group varchar(100) DEFAULT '0' NOT NULL,
-	title varchar(80) DEFAULT '' NOT NULL,
-	subtitle varchar(80) DEFAULT '' NOT NULL,
+	title varchar(255) DEFAULT '' NOT NULL,
+	subtitle varchar(255) DEFAULT '' NOT NULL,
 	navtitle varchar(80) DEFAULT '' NOT NULL,
 	images blob NOT NULL,
 	ordernumber varchar(80) DEFAULT '' NOT NULL,
@@ -315,7 +315,7 @@
 	endtime int(11) DEFAULT '0' NOT NULL,
 	fe_group varchar(100) DEFAULT '0' NOT NULL,
 	extendToSubpages tinyint(3) DEFAULT '0' NOT NULL,
-	title varchar(80) DEFAULT '' NOT NULL,
+	title varchar(255) DEFAULT '' NOT NULL,
 	subtitle varchar(255) DEFAULT '' NOT NULL,
 	description text NOT NULL,
 	images blob NOT NULL,
@@ -490,8 +490,8 @@
 	article_type_uid int(11) NOT NULL DEFAULT '0',
 	article_uid int(11) NOT NULL DEFAULT '0',
 	article_number varchar(80) DEFAULT '' NOT NULL,
-	title varchar(80) DEFAULT '' NOT NULL,
-	subtitle varchar(80) DEFAULT '' NOT NULL,
+	title varchar(255) DEFAULT '' NOT NULL,
+	subtitle varchar(255) DEFAULT '' NOT NULL,
 	price_net int(10) DEFAULT '0' NOT NULL,
 	price_gross int(10) DEFAULT '0' NOT NULL,
 	tax double(4,2) DEFAULT '0.00' NOT NULL,
@@ -550,8 +550,8 @@
 	starttime int(11) DEFAULT '0' NOT NULL,
 	endtime int(11) DEFAULT '0' NOT NULL,
 	fe_group varchar(100) DEFAULT '0' NOT NULL,
-	title varchar(80) DEFAULT '' NOT NULL,
-	subtitle varchar(80) DEFAULT '' NOT NULL,
+	title varchar(255) DEFAULT '' NOT NULL,
+	subtitle varchar(255) DEFAULT '' NOT NULL,
 	navtitle varchar(80) DEFAULT '' NOT NULL,
 	keywords text NOT NULL,
 	description text NOT NULL,
Index: tcafiles/tx_commerce_order_articles.tca.php
===================================================================
--- tcafiles/tx_commerce_order_articles.tca.php	(Revision 49921)
+++ tcafiles/tx_commerce_order_articles.tca.php	(Arbeitskopie)
@@ -84,7 +84,7 @@
 			'config' => Array (
 				'type' => 'input',
 				'size' => '40',
-				'max' => '80',
+				'max' => '255',
 				'eval' => 'required,trim',
 			)
 		),
@@ -94,7 +94,7 @@
 			'config' => Array (
 				'type' => 'input',
 				'size' => '40',
-				'max' => '80',
+				'max' => '255',
 				'eval' => 'trim',
 			)
 		),
Index: tcafiles/tx_commerce_products.tca.php
===================================================================
--- tcafiles/tx_commerce_products.tca.php	(Revision 49921)
+++ tcafiles/tx_commerce_products.tca.php	(Arbeitskopie)
@@ -131,7 +131,7 @@
 			'config' => Array (
 				'type' => 'input',
 				'size' => '40',
-				'max' => '80',
+				'max' => '255',
 				'eval' => 'required,trim',
 			)
 		),
@@ -141,7 +141,7 @@
 			'config' => Array (
 				'type' => 'input',
 				'size' => '40',
-				'max' => '80',
+				'max' => '255',
 				'eval' => 'trim',
 			)
 		),
Index: tcafiles/tx_commerce_articles.tca.php
===================================================================
--- tcafiles/tx_commerce_articles.tca.php	(Revision 49921)
+++ tcafiles/tx_commerce_articles.tca.php	(Arbeitskopie)
@@ -201,7 +201,7 @@
 			'config' => Array (
 				'type' => 'input',
 				'size' => '40',
-				'max' => '80',
+				'max' => '255',
 				'eval' => 'required,trim',
 			)
 		),
@@ -211,7 +211,7 @@
 			'config' => Array (
 				'type' => 'input',
 				'size' => '40',
-				'max' => '80',
+				'max' => '255',
 				'eval' => 'trim',
 			)
 		),
Index: tcafiles/tx_commerce_categories.tca.php
===================================================================
--- tcafiles/tx_commerce_categories.tca.php	(Revision 49921)
+++ tcafiles/tx_commerce_categories.tca.php	(Arbeitskopie)
@@ -142,7 +142,7 @@
 			'config' => Array (
 				'type' => 'input',
 				'size' => '40',
-				'max' => '80',
+				'max' => '255',
 				'eval' => 'required,trim',
 			)
 		),
@@ -152,7 +152,7 @@
 			'config' => Array (
 				'type' => 'input',
 				'size' => '40',
-				'max' => '80',
+				'max' => '255',
 				'eval' => 'trim',
 			)
 		),
