Index: branches/5.3.x/admin/system_presets/simple/email_templates_email-template.php =================================================================== --- branches/5.3.x/admin/system_presets/simple/email_templates_email-template.php +++ branches/5.3.x/admin/system_presets/simple/email_templates_email-template.php @@ -18,7 +18,7 @@ 'email_template_list' => Array (/*'new_item', 'edit', 'delete', 'approve', 'decline', 'frontend_mail', 'view',*/ 'export', /*'dbl-click'*/), // edit email template - general tab -// 'email_template_edit' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'), + 'email_template_edit' => Array (/*'select',*/ 'setprimary', /*'cancel', 'reset_edit', 'prev', 'next'*/), // edit email template - settings tab // 'email_template_edit_settings' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'), @@ -35,7 +35,7 @@ // virtual fields to hide $virtual_hidden_fields = Array ( /*'RecipientType', 'RecipientName', 'RecipientAddressType', - 'RecipientAddress', 'Tag', 'Replacement', 'ReplacementTagsXML',*/ + 'RecipientAddress', 'Tag', 'Replacement', 'ReplacementTagsXML',*/ 'TranslationInSync', 'TranslateFromLanguage' ); // fields to make required @@ -52,6 +52,10 @@ 'RecipientAddress', 'Tag', 'Replacement', 'ReplacementTagsXML',*/ ); + $debug_only_virtual_fields = Array ( + 'SourceSubject', 'SourceHtmlBody', 'SourcePlainTextBody', + ); + // tabs during editing $hide_edit_tabs = Array ( 'Default' => Array (/*'general',*/ 'settings'), @@ -60,5 +64,5 @@ // hide columns in grids $hide_columns = Array ( // 'Default' => Array ('TemplateId', 'Description', 'TemplateName', 'Module', 'Type', 'Enabled', 'LastChanged'), -// 'Emails' => Array ('TemplateId', 'TemplateName', 'Subject', 'Description', 'Type', 'Enabled', 'Module', 'FrontEndOnly', 'LastChanged'), - ); \ No newline at end of file + 'Emails' => Array (/*'EventId', 'Event', 'Subject', 'Description', 'Type', 'Enabled', 'Module', 'FrontEndOnly', 'LastChanged',*/ 'TranslationInSync', 'TranslateFromLanguage'), + ); Index: branches/5.3.x/core/admin_templates/languages/email_template_edit.tpl =================================================================== --- branches/5.3.x/core/admin_templates/languages/email_template_edit.tpl +++ branches/5.3.x/core/admin_templates/languages/email_template_edit.tpl @@ -11,10 +11,26 @@