Index: core/admin_templates/categories/categories_edit.tpl =================================================================== --- core/admin_templates/categories/categories_edit.tpl +++ core/admin_templates/categories/categories_edit.tpl @@ -66,7 +66,7 @@ - + @@ -315,4 +315,4 @@ disable_categories('', ); - \ No newline at end of file + Index: core/admin_templates/forms/form_edit_emails.tpl =================================================================== --- core/admin_templates/forms/form_edit_emails.tpl +++ core/admin_templates/forms/form_edit_emails.tpl @@ -64,7 +64,7 @@ - + @@ -105,4 +105,4 @@ reflectFromFields(); - \ No newline at end of file + Index: core/admin_templates/forms/forms_edit.tpl =================================================================== --- core/admin_templates/forms/forms_edit.tpl +++ core/admin_templates/forms/forms_edit.tpl @@ -63,7 +63,7 @@ - + @@ -86,4 +86,4 @@ reflectSecurityImage(); - \ No newline at end of file + Index: core/admin_templates/incs/form_blocks.tpl =================================================================== --- core/admin_templates/incs/form_blocks.tpl +++ core/admin_templates/incs/form_blocks.tpl @@ -183,7 +183,7 @@ - + @@ -491,9 +491,13 @@ - + + + + +
@@ -503,7 +507,7 @@
- + @@ -562,10 +566,14 @@ - +
+ + + + Index: core/admin_templates/languages/email_template_edit.tpl =================================================================== --- core/admin_templates/languages/email_template_edit.tpl +++ core/admin_templates/languages/email_template_edit.tpl @@ -69,7 +69,7 @@ - + @@ -79,4 +79,4 @@ - \ No newline at end of file + Index: core/admin_templates/mailing_lists/mailing_list_edit.tpl =================================================================== --- core/admin_templates/mailing_lists/mailing_list_edit.tpl +++ core/admin_templates/mailing_lists/mailing_list_edit.tpl @@ -120,7 +120,7 @@ - + @@ -147,4 +147,4 @@ - \ No newline at end of file + Index: core/admin_templates/popups/translator.tpl =================================================================== --- core/admin_templates/popups/translator.tpl +++ core/admin_templates/popups/translator.tpl @@ -38,7 +38,7 @@ - + @@ -47,4 +47,4 @@ - \ No newline at end of file + Index: core/admin_templates/promo_blocks/promo_block_edit.tpl =================================================================== --- core/admin_templates/promo_blocks/promo_block_edit.tpl +++ core/admin_templates/promo_blocks/promo_block_edit.tpl @@ -80,7 +80,7 @@ - + Index: core/admin_templates/regional/email_template_edit.tpl =================================================================== --- core/admin_templates/regional/email_template_edit.tpl +++ core/admin_templates/regional/email_template_edit.tpl @@ -67,10 +67,10 @@ - + - \ No newline at end of file + Index: core/admin_templates/regional/languages_edit.tpl =================================================================== --- core/admin_templates/regional/languages_edit.tpl +++ core/admin_templates/regional/languages_edit.tpl @@ -109,11 +109,11 @@ - + - \ No newline at end of file + Index: core/units/categories/categories_config.php =================================================================== --- core/units/categories/categories_config.php +++ core/units/categories/categories_config.php @@ -327,7 +327,7 @@ ), 'Status' => 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), @@ -337,7 +337,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), @@ -380,7 +380,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: core/units/email_templates/email_templates_config.php =================================================================== --- core/units/email_templates/email_templates_config.php +++ core/units/email_templates/email_templates_config.php @@ -156,7 +156,7 @@ 'HtmlBody' => 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: core/units/forms/forms/forms_config.php =================================================================== --- core/units/forms/forms/forms_config.php +++ core/units/forms/forms/forms_config.php @@ -168,7 +168,11 @@ 'ReplyFromEmail' => 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: core/units/forms/submission_log/submission_log_config.php =================================================================== --- core/units/forms/submission_log/submission_log_config.php +++ core/units/forms/submission_log/submission_log_config.php @@ -73,7 +73,7 @@ 'Cc' => 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: core/units/groups/groups_config.php =================================================================== --- core/units/groups/groups_config.php +++ core/units/groups/groups_config.php @@ -108,7 +108,7 @@ 'Fields' => 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: core/units/languages/languages_config.php =================================================================== --- core/units/languages/languages_config.php +++ core/units/languages/languages_config.php @@ -219,6 +219,7 @@ ), 'HtmlEmailTemplate' => 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: core/units/mailing_lists/mailing_lists_config.php =================================================================== --- core/units/mailing_lists/mailing_lists_config.php +++ core/units/mailing_lists/mailing_lists_config.php @@ -121,7 +121,7 @@ ), 'Subject' => 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: core/units/phrases/phrases_config.php =================================================================== --- core/units/phrases/phrases_config.php +++ core/units/phrases/phrases_config.php @@ -116,9 +116,9 @@ 'not_null' => 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: core/units/reviews/reviews_config.php =================================================================== --- core/units/reviews/reviews_config.php +++ core/units/reviews/reviews_config.php @@ -106,11 +106,7 @@ 'type' => '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: core/units/themes/themes_config.php =================================================================== --- core/units/themes/themes_config.php +++ core/units/themes/themes_config.php @@ -117,7 +117,7 @@ 'options' => 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: modules/custom/units/widgets/widgets_config.php =================================================================== --- modules/custom/units/widgets/widgets_config.php +++ modules/custom/units/widgets/widgets_config.php @@ -149,10 +149,7 @@ 'default' => 1, 'required' => 1, ), - 'Phone' => Array ( - 'type' => 'string', - 'formatter' => 'kFormatter', - 'default' => '', 'using_fck' => 1, 'not_null' => 1), + 'Phone' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), 'Qty' => Array ( 'type' => 'double', 'required' => 0, 'not_null' => 1, 'default' => 0 Index: modules/in-bulletin/admin_templates/polls/poll_edit.tpl =================================================================== --- modules/in-bulletin/admin_templates/polls/poll_edit.tpl +++ modules/in-bulletin/admin_templates/polls/poll_edit.tpl @@ -86,7 +86,7 @@ - + @@ -107,4 +107,4 @@ - \ No newline at end of file + Index: modules/in-bulletin/admin_templates/topics/topics_edit.tpl =================================================================== --- modules/in-bulletin/admin_templates/topics/topics_edit.tpl +++ modules/in-bulletin/admin_templates/topics/topics_edit.tpl @@ -63,7 +63,7 @@ - + @@ -101,4 +101,4 @@ disable_categories('', ); - \ No newline at end of file + Index: modules/in-bulletin/units/poll_comments/poll_comments_config.php =================================================================== --- modules/in-bulletin/units/poll_comments/poll_comments_config.php +++ modules/in-bulletin/units/poll_comments/poll_comments_config.php @@ -71,7 +71,7 @@ ), 'GuestName' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'GuestEmail' => Array('type' => 'string', 'max_len' => 255, 'formatter' => 'kFormatter', 'regexp' => '/^(' . REGEX_EMAIL_USER . '@' . REGEX_EMAIL_DOMAIN . ')$/i', 'sample_value' => 'email@domain.com', 'not_null' => '1', 'default' => '', 'error_msgs' => Array ('invalid_format' => '!la_invalid_email!', 'unique' => '!lu_email_already_exist!'), 'required' => 0), - 'CommentBody' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => NULL, 'required' => 1), + 'CommentBody' => Array ('type' => 'string', 'required' => 1, 'default' => NULL), 'CreatedOn' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'required' => 1, 'default' => '#NOW#'), 'UserIP' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'Priority' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), Index: modules/in-bulletin/units/topics/topics_config.php =================================================================== --- modules/in-bulletin/units/topics/topics_config.php +++ modules/in-bulletin/units/topics/topics_config.php @@ -467,10 +467,7 @@ 'TodayDate' => Array ('type' => 'string', 'default' => null), 'TodayPosts' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'MetaKeywords' => Array ('type' => 'string', 'default' => null), - 'MetaDescription' => Array ( - 'type' => 'string', - 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => null - ), + 'MetaDescription' => Array ('type' => 'string', 'default' => null), ), 'VirtualFields' => Array ( Index: modules/in-commerce/admin_templates/manufacturers/manufacturers_edit.tpl =================================================================== --- modules/in-commerce/admin_templates/manufacturers/manufacturers_edit.tpl +++ modules/in-commerce/admin_templates/manufacturers/manufacturers_edit.tpl @@ -61,7 +61,7 @@ - + @@ -80,4 +80,4 @@ - \ No newline at end of file + Index: modules/in-commerce/admin_templates/products/products_edit.tpl =================================================================== --- modules/in-commerce/admin_templates/products/products_edit.tpl +++ modules/in-commerce/admin_templates/products/products_edit.tpl @@ -72,7 +72,7 @@ - + @@ -178,4 +178,4 @@ } - \ No newline at end of file + Index: modules/in-commerce/units/affiliate_payments/affiliate_payments_config.php =================================================================== --- modules/in-commerce/units/affiliate_payments/affiliate_payments_config.php +++ modules/in-commerce/units/affiliate_payments/affiliate_payments_config.php @@ -107,7 +107,7 @@ 'AffiliateId' => Array ('type' => 'int', 'formatter' => 'kLEFTFormatter', 'error_msgs' => Array ('invalid_option' => '!la_error_UserNotFound!'), 'options' => Array (0 => 'lu_None'), 'left_sql' => 'SELECT %s FROM '.TABLE_PREFIX.'Affiliates af LEFT JOIN '.TABLE_PREFIX.'Users u ON u.PortalUserId = af.PortalUserId WHERE %s', 'left_key_field' => 'af.AffiliateId', 'left_title_field' => 'IF(u.Email = "", u.Username, u.Email)', 'not_null'=>1,'default'=>0), 'PaymentDate' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => '#NOW#'), 'Amount' => Array ('type' => 'double', 'formatter' => 'kFormatter', 'format' => '%.02f', 'not_null' => '1', 'required'=>1, 'default' => '0.00'), - 'Comment' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => NULL), + 'Comment' => Array ('type' => 'string', 'default' => NULL), 'PaymentReference' => Array ('type' => 'string', 'not_null' => '1', 'default' => ''), 'PaymentTypeId' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options_sql' => 'SELECT Name, PaymentTypeId FROM '.TABLE_PREFIX.'AffiliatePaymentTypes WHERE Status = 1 ORDER BY IsPrimary DESC, Priority DESC, Name ASC', 'option_key_field' => 'PaymentTypeId', 'option_title_field' => 'Name', 'not_null' => 1, 'default' => 0), ), Index: modules/in-commerce/units/affiliates/affiliates_config.php =================================================================== --- modules/in-commerce/units/affiliates/affiliates_config.php +++ modules/in-commerce/units/affiliates/affiliates_config.php @@ -208,7 +208,7 @@ 'ItemsSold' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'PaymentTypeId' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => ''), 'options_sql' => 'SELECT Name, PaymentTypeId FROM '.TABLE_PREFIX.'AffiliatePaymentTypes WHERE Status = 1 ORDER BY IsPrimary DESC, Priority DESC, Name ASC', 'option_key_field' => 'PaymentTypeId', 'option_title_field' => 'Name', 'not_null' => 1, 'default' => 0), 'SSN' => Array ('type' => 'string', 'not_null' => '1', 'default' => '', 'required' => 1), - 'Comments' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => NULL), + 'Comments' => Array ('type' => 'string', 'default' => NULL), 'CreatedOn' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => '#NOW#'), ), Index: modules/in-commerce/units/orders/orders_config.php =================================================================== --- modules/in-commerce/units/orders/orders_config.php +++ modules/in-commerce/units/orders/orders_config.php @@ -327,8 +327,8 @@ 'OrderDate' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'required' => 1, 'default' => '#NOW#'), 'PortalUserId' =>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, 'required' =>1, 'not_null' =>1, 'default' =>-1), 'OrderIP' => Array ('type' => 'string', 'not_null' => 1, 'default' => '', 'filter_type' => 'like'), - 'UserComment' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => NULL), - 'AdminComment' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => NULL), + 'UserComment' => Array ('type' => 'string', 'default' => NULL), + 'AdminComment' => Array ('type' => 'string', 'default' => NULL), 'BillingTo' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), 'BillingCompany' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), 'BillingPhone' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), Index: modules/in-commerce/units/products/products_config.php =================================================================== --- modules/in-commerce/units/products/products_config.php +++ modules/in-commerce/units/products/products_config.php @@ -456,7 +456,7 @@ ), 'SKU' => Array ('type' => 'string', 'required' => 1, 'max_len' =>255, 'error_msgs' => Array ('required' => 'Please fill in'), 'default' => NULL), 'Description' => Array ('type' => 'string', 'formatter' => 'kMultiLanguage', 'using_fck' => 1, 'default' => NULL), - 'DescriptionExcerpt' => Array ('type' => 'string', 'formatter' => 'kMultiLanguage', 'using_fck' => 1, 'default' => NULL), + 'DescriptionExcerpt' => Array ('type' => 'string', 'formatter' => 'kMultiLanguage', 'default' => NULL), 'Weight' => Array ('type' => 'float', 'min_value_exc' => 0, 'formatter' => 'kUnitFormatter', 'format' => '%0.2f', 'default' => NULL), 'MSRP' => Array ('type' => 'float', 'min_value_inc' => 0, 'formatter' => 'kFormatter', 'format' => '%0.2f', 'default' => NULL), 'ManufacturerId' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options_sql' => 'SELECT %s FROM '.TABLE_PREFIX.'Manufacturers ORDER BY Name', 'option_key_field' => 'ManufacturerId', 'option_title_field' => 'Name', 'not_null' => 1, 'default' => 0), @@ -526,7 +526,7 @@ 'QtyReserved' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'QtyBackOrdered' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'QtyOnOrder' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), - 'InventoryComment' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => null), + 'InventoryComment' => Array ('type' => 'string', 'default' => null), 'Qty' => Array ('type' => 'int', 'formatter' => 'kFormatter', 'regexp' => '/^[\d]+$/', 'error_msgs' => Array ('invalid_format' => '!la_invalid_integer!')), 'AccessGroupId' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options_sql' => 'SELECT %s FROM '.TABLE_PREFIX.'UserGroups WHERE System!=1 AND Personal !=1 ORDER BY Name', 'option_key_field' => 'GroupId', 'option_title_field' => 'Name', 'default' => NULL), 'AccessDuration' => Array ('type' => 'int', 'default' => NULL), @@ -559,7 +559,7 @@ ), 'MinQtyFreePromoShipping' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'MetaKeywords' => Array ('type' => 'string', 'default' => null), - 'MetaDescription' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => null), + 'MetaDescription' => Array ('type' => 'string', 'default' => null), ), 'VirtualFields' => Array ( Index: modules/in-link/admin_templates/links/links_edit.tpl =================================================================== --- modules/in-link/admin_templates/links/links_edit.tpl +++ modules/in-link/admin_templates/links/links_edit.tpl @@ -63,7 +63,7 @@ - + @@ -119,4 +119,4 @@ } - \ No newline at end of file + Index: modules/in-link/admin_templates/paid_listings/paid_listing_type_edit.tpl =================================================================== --- modules/in-link/admin_templates/paid_listings/paid_listing_type_edit.tpl +++ modules/in-link/admin_templates/paid_listings/paid_listing_type_edit.tpl @@ -60,7 +60,7 @@ - + @@ -296,4 +296,4 @@ check_priority('', '') - \ No newline at end of file + Index: modules/in-link/units/links/links_config.php =================================================================== --- modules/in-link/units/links/links_config.php +++ modules/in-link/units/links/links_config.php @@ -497,7 +497,7 @@ 'OrgId' => Array ('type' => 'int', 'default' => null), 'CustomTemplate' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), 'MetaKeywords' => Array ('type' => 'string', 'default' => null), - 'MetaDescription' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => null), + 'MetaDescription' => Array ('type' => 'string', 'default' => null), 'ReciprocalLinkFound' => Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'la_NotChecked', 1 => 'la_Yes', 2 => 'la_No'), 'use_phrases' => 1, Index: modules/in-news/admin_templates/articles/articles_edit.tpl =================================================================== --- modules/in-news/admin_templates/articles/articles_edit.tpl +++ modules/in-news/admin_templates/articles/articles_edit.tpl @@ -65,7 +65,7 @@ - + Index: modules/in-news/units/articles/articles_config.php =================================================================== --- modules/in-news/units/articles/articles_config.php +++ modules/in-news/units/articles/articles_config.php @@ -447,7 +447,7 @@ 'ModifiedById' => 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), 'OrgId' => Array ('type' => 'int', 'default' => null), 'MetaKeywords' => Array ('type' => 'string', 'default' => null), - 'MetaDescription' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => null), + 'MetaDescription' => Array ('type' => 'string', 'default' => null), ), 'VirtualFields' => Array (