v2.04 Revision by AVS-PROS (2008/03/22)
************************************
* full register globals off compatible
* better german translation
* fixed broken icons
+ better FCKeditor support (enable/disable in configuration menu)
- no TinyMCE
SQL statements for FCKeditor configuration support (change group id 16 if taken):
-----------------------------------
INSERT INTO `configuration_group` (`configuration_group_id`, `configuration_group_title`,
`configuration_group_description`, `sort_order`, `visible`) VALUES
('16', 'HTML-Editor', 'HTML-Editor Optionen', 16, 1);
INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`,
`configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`,
`last_modified`, `date_added`, `use_function`, `set_function`) VALUES
(182, 'FCKeditor verwenden', 'DESCRIPTION_EDITOR', 'ja', 'Soll der HTML-Editor für
Beschreibungen benutzt werden?', 16, 1, '2008-03-20 22:40:05', '2007-05-13 06:37:14', NULL,
'tep_cfg_select_option(array(''ja'', ''nein''),'),
(183, 'Höhe FCKeditor', 'FCK_EDITOR_HEIGHT', '600', 'Höhe der Eingabefelder in Pixel
bei Verwendung des FCK-Editors.', 16, 2, '2007-12-17 01:08:56', '2007-05-13 06:37:14', NULL,
NULL);