Index: branches/5.2.x/core/admin_templates/regional/email_template_edit.tpl =================================================================== diff -u -N -r15614 -r16577 --- branches/5.2.x/core/admin_templates/regional/email_template_edit.tpl (.../email_template_edit.tpl) (revision 15614) +++ branches/5.2.x/core/admin_templates/regional/email_template_edit.tpl (.../email_template_edit.tpl) (revision 16577) @@ -67,10 +67,10 @@ - + - \ No newline at end of file + Index: branches/5.2.x/core/units/languages/languages_config.php =================================================================== diff -u -N -r16388 -r16577 --- branches/5.2.x/core/units/languages/languages_config.php (.../languages_config.php) (revision 16388) +++ branches/5.2.x/core/units/languages/languages_config.php (.../languages_config.php) (revision 16577) @@ -1,6 +1,6 @@ Array ( 'type' => 'string', + 'formatter' => 'kFormatter', 'using_fck' => 1, 'error_msgs' => Array ('parsing_error' => '!la_error_ParsingError!', 'body_missing' => '!la_error_EmailTemplateBodyMissing!'), 'default' => '$body' ), @@ -275,4 +276,4 @@ ), ),*/ ), -); \ No newline at end of file +); Index: branches/5.2.x/core/admin_templates/regional/languages_edit.tpl =================================================================== diff -u -N -r15614 -r16577 --- branches/5.2.x/core/admin_templates/regional/languages_edit.tpl (.../languages_edit.tpl) (revision 15614) +++ branches/5.2.x/core/admin_templates/regional/languages_edit.tpl (.../languages_edit.tpl) (revision 16577) @@ -109,11 +109,11 @@ - + - \ No newline at end of file + Index: branches/5.2.x/core/units/forms/forms/forms_config.php =================================================================== diff -u -N -r16388 -r16577 --- branches/5.2.x/core/units/forms/forms/forms_config.php (.../forms_config.php) (revision 16388) +++ branches/5.2.x/core/units/forms/forms/forms_config.php (.../forms_config.php) (revision 16577) @@ -1,6 +1,6 @@ Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'ReplyCc' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'ReplyBcc' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), - 'ReplyMessageSignature' => Array ('type' => 'string', 'default' => NULL), + 'ReplyMessageSignature' => Array ( + 'type' => 'string', + 'formatter' => 'kFormatter', 'using_fck' => 1, + 'default' => NULL, + ), 'ReplyServer' => Array ( 'type' => 'string', 'max_len' => 255, 'error_msgs' => Array ( Index: branches/5.2.x/core/units/mailing_lists/mailing_lists_config.php =================================================================== diff -u -N -r16388 -r16577 --- branches/5.2.x/core/units/mailing_lists/mailing_lists_config.php (.../mailing_lists_config.php) (revision 16388) +++ branches/5.2.x/core/units/mailing_lists/mailing_lists_config.php (.../mailing_lists_config.php) (revision 16577) @@ -1,6 +1,6 @@ Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'required' => 1, 'default' => ''), - 'MessageText' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => NULL), + 'MessageText' => Array ('type' => 'string', 'default' => NULL), 'MessageHtml' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => NULL), 'Status' => Array ( Index: branches/5.2.x/core/admin_templates/forms/form_edit_emails.tpl =================================================================== diff -u -N -r15614 -r16577 --- branches/5.2.x/core/admin_templates/forms/form_edit_emails.tpl (.../form_edit_emails.tpl) (revision 15614) +++ branches/5.2.x/core/admin_templates/forms/form_edit_emails.tpl (.../form_edit_emails.tpl) (revision 16577) @@ -64,7 +64,7 @@ - + @@ -105,4 +105,4 @@ reflectFromFields(); - \ No newline at end of file + Index: branches/5.2.x/core/units/themes/themes_config.php =================================================================== diff -u -N -r16388 -r16577 --- branches/5.2.x/core/units/themes/themes_config.php (.../themes_config.php) (revision 16388) +++ branches/5.2.x/core/units/themes/themes_config.php (.../themes_config.php) (revision 16577) @@ -1,6 +1,6 @@ Array (0 => 'la_Disabled', 1 => 'la_Enabled'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 1, ), - 'Description' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => null), + 'Description' => Array ('type' => 'string', 'default' => null), 'PrimaryTheme' => Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', Index: branches/5.2.x/core/units/phrases/phrases_config.php =================================================================== diff -u -N -r16388 -r16577 --- branches/5.2.x/core/units/phrases/phrases_config.php (.../phrases_config.php) (revision 16388) +++ branches/5.2.x/core/units/phrases/phrases_config.php (.../phrases_config.php) (revision 16577) @@ -1,6 +1,6 @@ 1, 'required' => 1, 'default' => '', ), 'PhraseKey' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), - 'Translation' => Array ('type' => 'string', 'formatter' => 'kMultiLanguage', 'required' => 1, 'using_fck' => 1, 'default' => NULL, 'db_type' => 'text'), - 'HintTranslation' => Array ('type' => 'string', 'formatter' => 'kMultiLanguage', 'using_fck' => 1, 'default' => NULL, 'db_type' => 'text'), - 'ColumnTranslation' => Array ('type' => 'string', 'formatter' => 'kMultiLanguage', 'using_fck' => 1, 'default' => NULL, 'db_type' => 'text'), + 'Translation' => Array ('type' => 'string', 'formatter' => 'kMultiLanguage', 'required' => 1, 'default' => NULL, 'db_type' => 'text'), + 'HintTranslation' => Array ('type' => 'string', 'formatter' => 'kMultiLanguage', 'default' => NULL, 'db_type' => 'text'), + 'ColumnTranslation' => Array ('type' => 'string', 'formatter' => 'kMultiLanguage', 'default' => NULL, 'db_type' => 'text'), 'PhraseType' => Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'la_PhraseType_Front', 1 => 'la_PhraseType_Admin', 2 => 'la_PhraseType_Both'), 'use_phrases' => 1, Index: branches/5.2.x/core/units/categories/categories_config.php =================================================================== diff -u -N -r16563 -r16577 --- branches/5.2.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 16563) +++ branches/5.2.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 16577) @@ -1,6 +1,6 @@ Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Active', 2 => 'la_Pending', 0 => 'la_Disabled' ), 'use_phrases' => 1, 'not_null' => 1,'default' => 1), 'Priority' => Array ('type' => 'int', 'not_null' => 1, 'formatter' => 'kOptionsFormatter', 'options' => Array (), 'default' => 0), - 'MetaKeywords' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => null), + 'MetaKeywords' => Array ('type' => 'string', 'default' => null), 'CachedDescendantCatsQty' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'CachedNavbar' => Array ('type' => 'string', 'formatter' => 'kMultiLanguage', 'default' => null), 'CreatedById' => Array ('type' => 'int', 'formatter' => 'kLEFTFormatter', 'error_msgs' => Array ('invalid_option' => '!la_error_UserNotFound!'), 'options' => Array (USER_ROOT => 'root', USER_GUEST => 'Guest'),'left_sql' => 'SELECT %s FROM '.TABLE_PREFIX.'Users WHERE %s', 'left_key_field' => 'PortalUserId', 'left_title_field' => USER_TITLE_FIELD, 'default' => NULL), @@ -348,7 +348,7 @@ 'TreeRight' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'NamedParentPath' => Array ('type' => 'string', 'default' => null), 'NamedParentPathHash' => Array ('type' => 'string', 'not_null' => 1, 'default' => 0), - 'MetaDescription' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => null), + 'MetaDescription' => Array ('type' => 'string', 'default' => null), 'HotItem' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (2 => 'la_Auto', 1 => 'la_Always', 0 => 'la_Never'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 2), 'NewItem' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (2 => 'la_Auto', 1 => 'la_Always', 0 => 'la_Never'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 2), 'PopItem' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (2 => 'la_Auto', 1 => 'la_Always', 0 => 'la_Never'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 2), @@ -391,7 +391,7 @@ 'Title' => Array ('type' => 'string', 'formatter' => 'kMultiLanguage', 'default' => '', 'not_null'=>1), 'MenuTitle' => Array ('type' => 'string', 'formatter' => 'kMultiLanguage', 'not_null' => 1, 'default' => ''), 'MetaTitle' => Array ('type' => 'string', 'default' => null), - 'IndexTools' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => null), + 'IndexTools' => Array ('type' => 'string', 'default' => null), 'IsMenu' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Show', 0 => 'la_Hide'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 1), 'Protected' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Yes', 0 => 'la_No'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 0), 'FormId' => Array ( Index: branches/5.2.x/core/units/reviews/reviews_config.php =================================================================== diff -u -N -r16388 -r16577 --- branches/5.2.x/core/units/reviews/reviews_config.php (.../reviews_config.php) (revision 16388) +++ branches/5.2.x/core/units/reviews/reviews_config.php (.../reviews_config.php) (revision 16577) @@ -1,6 +1,6 @@ 'int', 'formatter' => 'kDateFormatter', 'default' => '#NOW#', ), - 'ReviewText' => Array ( - 'type' => 'string', - 'formatter' => 'kFormatter', - 'using_fck' => 1, 'default' => null, 'required' => 1, - ), + 'ReviewText' => Array ('type' => 'string', 'default' => null, 'required' => 1), 'Rating' => Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', Index: branches/5.2.x/core/admin_templates/languages/email_template_edit.tpl =================================================================== diff -u -N -r15614 -r16577 --- branches/5.2.x/core/admin_templates/languages/email_template_edit.tpl (.../email_template_edit.tpl) (revision 15614) +++ branches/5.2.x/core/admin_templates/languages/email_template_edit.tpl (.../email_template_edit.tpl) (revision 16577) @@ -69,7 +69,7 @@ - + @@ -79,4 +79,4 @@ - \ No newline at end of file + Index: branches/5.2.x/core/admin_templates/mailing_lists/mailing_list_edit.tpl =================================================================== diff -u -N -r15614 -r16577 --- branches/5.2.x/core/admin_templates/mailing_lists/mailing_list_edit.tpl (.../mailing_list_edit.tpl) (revision 15614) +++ branches/5.2.x/core/admin_templates/mailing_lists/mailing_list_edit.tpl (.../mailing_list_edit.tpl) (revision 16577) @@ -120,7 +120,7 @@ - + @@ -147,4 +147,4 @@ - \ No newline at end of file + Index: branches/5.2.x/core/units/forms/submission_log/submission_log_config.php =================================================================== diff -u -N -r15012 -r16577 --- branches/5.2.x/core/units/forms/submission_log/submission_log_config.php (.../submission_log_config.php) (revision 15012) +++ branches/5.2.x/core/units/forms/submission_log/submission_log_config.php (.../submission_log_config.php) (revision 16577) @@ -1,6 +1,6 @@ Array ('type' => 'string', 'default' => NULL), 'Bcc' => Array ('type' => 'string', 'default' => NULL), 'Subject' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'required' => 1, 'default' => ''), - 'Message' => Array ('type' => 'string', 'required' => 1, 'using_fck' => 1, 'default' => NULL), + 'Message' => Array ('type' => 'string', 'required' => 1, 'default' => NULL), 'Attachment' => Array ( 'type' => 'string', @@ -127,4 +127,4 @@ ), ), ), - ); \ No newline at end of file + ); Index: branches/5.2.x/core/admin_templates/popups/translator.tpl =================================================================== diff -u -N -r15614 -r16577 --- branches/5.2.x/core/admin_templates/popups/translator.tpl (.../translator.tpl) (revision 15614) +++ branches/5.2.x/core/admin_templates/popups/translator.tpl (.../translator.tpl) (revision 16577) @@ -38,7 +38,7 @@ - + @@ -47,4 +47,4 @@ - \ No newline at end of file + Index: branches/5.2.x/core/units/email_templates/email_templates_config.php =================================================================== diff -u -N -r16415 -r16577 --- branches/5.2.x/core/units/email_templates/email_templates_config.php (.../email_templates_config.php) (revision 16415) +++ branches/5.2.x/core/units/email_templates/email_templates_config.php (.../email_templates_config.php) (revision 16577) @@ -1,6 +1,6 @@ Array ( 'type' => 'string', - 'formatter' => 'kMultiLanguage', 'db_type' => 'longtext', + 'formatter' => 'kMultiLanguage', 'using_fck' => 1, 'db_type' => 'longtext', 'error_msgs' => Array ('parsing_error' => '!la_error_ParsingError!'), 'default' => null ), @@ -263,4 +263,4 @@ ), ), ), - ); \ No newline at end of file + ); Index: branches/5.2.x/core/admin_templates/categories/categories_edit.tpl =================================================================== diff -u -N -r15858 -r16577 --- branches/5.2.x/core/admin_templates/categories/categories_edit.tpl (.../categories_edit.tpl) (revision 15858) +++ branches/5.2.x/core/admin_templates/categories/categories_edit.tpl (.../categories_edit.tpl) (revision 16577) @@ -66,7 +66,7 @@ - + @@ -315,4 +315,4 @@ disable_categories('', ); - \ No newline at end of file + Index: branches/5.2.x/core/units/groups/groups_config.php =================================================================== diff -u -N -r16388 -r16577 --- branches/5.2.x/core/units/groups/groups_config.php (.../groups_config.php) (revision 16388) +++ branches/5.2.x/core/units/groups/groups_config.php (.../groups_config.php) (revision 16577) @@ -1,6 +1,6 @@ Array ( 'GroupId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'Name' => Array ('type' => 'string', 'not_null' => 1, 'required' => 1, 'default' => ''), - 'Description' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => null), + 'Description' => Array ('type' => 'string', 'default' => null), 'CreatedOn' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => '#NOW#'), 'System' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'Personal' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), @@ -167,4 +167,4 @@ ), ), ), -); \ No newline at end of file +); Index: branches/5.2.x/core/admin_templates/forms/forms_edit.tpl =================================================================== diff -u -N -r15614 -r16577 --- branches/5.2.x/core/admin_templates/forms/forms_edit.tpl (.../forms_edit.tpl) (revision 15614) +++ branches/5.2.x/core/admin_templates/forms/forms_edit.tpl (.../forms_edit.tpl) (revision 16577) @@ -63,7 +63,7 @@ - + @@ -86,4 +86,4 @@ reflectSecurityImage(); - \ No newline at end of file + Index: branches/5.2.x/core/admin_templates/promo_blocks/promo_block_edit.tpl =================================================================== diff -u -N -r15614 -r16577 --- branches/5.2.x/core/admin_templates/promo_blocks/promo_block_edit.tpl (.../promo_block_edit.tpl) (revision 15614) +++ branches/5.2.x/core/admin_templates/promo_blocks/promo_block_edit.tpl (.../promo_block_edit.tpl) (revision 16577) @@ -80,7 +80,7 @@ - + Index: branches/5.2.x/core/admin_templates/incs/form_blocks.tpl =================================================================== diff -u -N -r16555 -r16577 --- branches/5.2.x/core/admin_templates/incs/form_blocks.tpl (.../form_blocks.tpl) (revision 16555) +++ branches/5.2.x/core/admin_templates/incs/form_blocks.tpl (.../form_blocks.tpl) (revision 16577) @@ -189,7 +189,7 @@ - + @@ -497,9 +497,13 @@ - + + + + +
@@ -509,7 +513,7 @@
- + @@ -568,10 +572,14 @@ - +
+ + + +