Index: admin/system_presets/simple/email_events_emailevents.php =================================================================== --- admin/system_presets/simple/email_events_emailevents.php (revision 15437) +++ admin/system_presets/simple/email_events_emailevents.php (working copy) @@ -1,64 +0,0 @@ - Array (/*'new_item', 'edit', 'delete', 'approve', 'decline', 'frontend_mail', 'view',*/ 'export', /*'dbl-click'*/), - -// edit email edit - general tab -// 'email_message_edit' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'), - -// edit email edit - settings tab -// 'email_message_edit_settings' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'), - ); - - // fields to hide - $hidden_fields = Array ( - /*'EventId', 'Event', 'ReplacementTags', 'AllowChangingSender', 'CustomSender', - 'SenderName', 'SenderAddressType', 'SenderAddress', 'AllowChangingRecipient', - 'CustomRecipient', 'Recipients', 'Subject', 'HtmlBody', 'PlainTextBody', 'Headers', - 'Enabled', 'FrontEndOnly', 'Module', 'BindToSystemEvent', 'Description', 'Type'*/ - ); - - // virtual fields to hide - $virtual_hidden_fields = Array ( - /*'RecipientType', 'RecipientName', 'RecipientAddressType', - 'RecipientAddress', 'Tag', 'Replacement', 'ReplacementTagsXML',*/ - ); - - // fields to make required - $required_fields = Array ( - /*'EventId',*/ 'Event', /*'ReplacementTags', 'AllowChangingSender', 'CustomSender', - 'SenderName', 'SenderAddressType', 'SenderAddress', 'AllowChangingRecipient', - 'CustomRecipient', 'Recipients',*/ 'Subject', /*'HtmlBody', 'PlainTextBody', 'Headers',*/ - /*'Enabled', 'FrontEndOnly',*/ 'Module', /*'BindToSystemEvent', 'Description',*/ 'Type' - ); - - // virtual fields to make required - $virtual_required_fields = Array ( - /*'RecipientType', 'RecipientName', 'RecipientAddressType', - 'RecipientAddress', 'Tag', 'Replacement', 'ReplacementTagsXML',*/ - ); - - // tabs during editing - $hide_edit_tabs = Array ( - 'Default' => Array (/*'general',*/ 'settings'), - ); - - // hide columns in grids - $hide_columns = Array ( -// 'Default' => Array ('EventId', 'Description', 'Event', 'Module', 'Type', 'Enabled', 'LastChanged'), -// 'Emails' => Array ('EventId', 'Event', 'Subject', 'Description', 'Type', 'Enabled', 'Module', 'FrontEndOnly', 'LastChanged'), - ); \ No newline at end of file Index: admin/system_presets/simple/email_logs_email-log.php =================================================================== --- admin/system_presets/simple/email_logs_email-log.php (revision 15437) +++ admin/system_presets/simple/email_logs_email-log.php (working copy) @@ -20,7 +20,7 @@ // fields to hide $hidden_fields = Array ( - /*'EmailLogId', 'From', 'To', 'OtherRecipients', 'Subject', 'HtmlBody', 'TextBody', 'SentOn', 'EventName', 'EventType', 'EventParams', 'AccessKey'*/ + /*'EmailLogId', 'From', 'To', 'OtherRecipients', 'Subject', 'HtmlBody', 'TextBody', 'SentOn', 'TemplateName', 'EventType', 'EventParams', 'AccessKey'*/ ); // virtual fields to hide @@ -30,7 +30,7 @@ // fields to make required $required_fields = Array ( - /*'EmailLogId', 'From', 'To', 'OtherRecipients', 'Subject', 'HtmlBody', 'TextBody', 'SentOn', 'EventName', 'EventType', 'EventParams', 'AccessKey'*/ + /*'EmailLogId', 'From', 'To', 'OtherRecipients', 'Subject', 'HtmlBody', 'TextBody', 'SentOn', 'TemplateName', 'EventType', 'EventParams', 'AccessKey'*/ ); // virtual fields to make required @@ -46,5 +46,5 @@ // hide columns in grids $hide_columns = Array ( // currently not in user -// 'Default' => Array ('EmailLogId', 'From', 'To', 'Subject', 'SentOn', 'EventName', 'EventType'), +// 'Default' => Array ('EmailLogId', 'From', 'To', 'Subject', 'SentOn', 'TemplateName', 'EventType'), ); \ No newline at end of file Index: admin/system_presets/simple/email_templates_email-template.php =================================================================== --- admin/system_presets/simple/email_templates_email-template.php (revision 15437) +++ admin/system_presets/simple/email_templates_email-template.php (working copy) @@ -15,18 +15,18 @@ // toolbar buttons $remove_buttons = Array ( // list of all email templates - 'email_message_list' => Array (/*'new_item', 'edit', 'delete', 'approve', 'decline', 'frontend_mail', 'view',*/ 'export', /*'dbl-click'*/), + 'email_template_list' => Array (/*'new_item', 'edit', 'delete', 'approve', 'decline', 'frontend_mail', 'view',*/ 'export', /*'dbl-click'*/), -// edit email edit - general tab -// 'email_message_edit' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'), +// edit email template - general tab +// 'email_template_edit' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'), -// edit email edit - settings tab -// 'email_message_edit_settings' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'), +// edit email template - settings tab +// 'email_template_edit_settings' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'), ); // fields to hide $hidden_fields = Array ( - /*'EventId', 'Event', 'ReplacementTags', 'AllowChangingSender', 'CustomSender', + /*'TemplateId', 'TemplateName', 'ReplacementTags', 'AllowChangingSender', 'CustomSender', 'SenderName', 'SenderAddressType', 'SenderAddress', 'AllowChangingRecipient', 'CustomRecipient', 'Recipients', 'Subject', 'HtmlBody', 'PlainTextBody', 'Headers', 'Enabled', 'FrontEndOnly', 'Module', 'BindToSystemEvent', 'Description', 'Type'*/ @@ -40,7 +40,7 @@ // fields to make required $required_fields = Array ( - /*'EventId',*/ 'Event', /*'ReplacementTags', 'AllowChangingSender', 'CustomSender', + /*'TemplateId',*/ 'TemplateName', /*'ReplacementTags', 'AllowChangingSender', 'CustomSender', 'SenderName', 'SenderAddressType', 'SenderAddress', 'AllowChangingRecipient', 'CustomRecipient', 'Recipients',*/ 'Subject', /*'HtmlBody', 'PlainTextBody', 'Headers',*/ /*'Enabled', 'FrontEndOnly',*/ 'Module', /*'BindToSystemEvent', 'Description',*/ 'Type' @@ -59,6 +59,6 @@ // hide columns in grids $hide_columns = Array ( -// 'Default' => Array ('EventId', 'Description', 'Event', 'Module', 'Type', 'Enabled', 'LastChanged'), -// 'Emails' => Array ('EventId', 'Event', 'Subject', 'Description', 'Type', 'Enabled', 'Module', 'FrontEndOnly', 'LastChanged'), +// '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 Index: admin/system_presets/simple/languages_lang.php =================================================================== --- admin/system_presets/simple/languages_lang.php (revision 15437) +++ admin/system_presets/simple/languages_lang.php (working copy) @@ -15,7 +15,7 @@ // toolbar buttons $remove_buttons = Array ( // 'languages_list' => Array ('new_item', 'edit', 'delete', 'export', 'import', 'setprimary', 'refresh', 'view', 'dbl-click'), -// 'email_messages_edit' => Array ('select', 'cancel', 'prev', 'next'), +// 'email_template_edit' => Array ('select', 'cancel', 'prev', 'next'), ); Index: admin/system_presets/simple/phrases_phrases.php =================================================================== --- admin/system_presets/simple/phrases_phrases.php (revision 15437) +++ admin/system_presets/simple/phrases_phrases.php (working copy) @@ -32,7 +32,7 @@ // virtual fields to hide $virtual_hidden_fields = Array ( /*'PrimaryTranslation', 'CurrentTranslation', 'CurrentHintTranslation', 'CurrentColumnTranslation', - 'LangFile', 'ImportOverwrite', 'DoNotEncode', 'ExportPhrases', 'ExportEmailEvents'*/ + 'LangFile', 'ImportOverwrite', 'DoNotEncode', 'ExportPhrases', 'ExportEmailTemplates'*/ ); $debug_only_fields = Array ( Index: admin/system_presets/simple/system_event_subscriptions_system-event-subscription.php =================================================================== --- admin/system_presets/simple/system_event_subscriptions_system-event-subscription.php (revision 15437) +++ admin/system_presets/simple/system_event_subscriptions_system-event-subscription.php (working copy) @@ -23,30 +23,30 @@ // fields to hide $hidden_fields = Array ( - /*'SubscriptionId', 'EmailEventId', 'SubscriberEmail', 'UserId', 'CategoryId', + /*'SubscriptionId', 'EmailTemplateId', 'SubscriberEmail', 'UserId', 'CategoryId', 'ItemId', 'ParentItemId', 'SubscribedOn',*/ ); // virtual fields to hide $virtual_hidden_fields = Array ( - /*'Username', 'EmailEventName', 'CategoryName',*/ + /*'Username', 'EmailTemplateName', 'CategoryName',*/ ); // fields to make required $required_fields = Array ( - /*'SubscriptionId',*/ 'EmailEventId', /*'SubscriberEmail', 'UserId', 'CategoryId', + /*'SubscriptionId',*/ 'EmailTemplateId', /*'SubscriberEmail', 'UserId', 'CategoryId', 'ItemId', 'ParentItemId',*/ 'SubscribedOn', ); // virtual fields to make required $virtual_required_fields = Array ( - /*'Username', 'EmailEventName', 'CategoryName',*/ + /*'Username', 'EmailTemplateName', 'CategoryName',*/ ); // hide columns in grids $hide_columns = Array ( /*'Default' => Array ( - 'SubscriptionId', 'EmailEventId', 'EmailEventName', 'SubscriberEmail', 'UserId', 'Username', 'CategoryId', + 'SubscriptionId', 'EmailTemplateId', 'EmailTemplateName', 'SubscriberEmail', 'UserId', 'Username', 'CategoryId', 'CategoryName', 'ItemId', 'ItemName', 'ParentItemId', 'ParentItemName', 'SubscribedOn', ),*/ ); \ No newline at end of file Index: core/admin_templates/config/custom_variables.tpl =================================================================== --- core/admin_templates/config/custom_variables.tpl (revision 15437) +++ core/admin_templates/config/custom_variables.tpl (working copy) @@ -114,7 +114,7 @@ - + - - - - + + + +
- +
Index: core/admin_templates/incs/form_blocks.tpl =================================================================== --- core/admin_templates/incs/form_blocks.tpl (revision 15541) +++ core/admin_templates/incs/form_blocks.tpl (working copy) @@ -731,7 +731,7 @@ - + - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - -
-
- - \ No newline at end of file Index: core/admin_templates/languages/email_message_list.tpl =================================================================== --- core/admin_templates/languages/email_message_list.tpl (revision 15542) +++ core/admin_templates/languages/email_message_list.tpl (working copy) @@ -1,93 +0,0 @@ - - - - - - - - - - - - -
- -
- - - - - - row-disabled - - - - - - \ No newline at end of file Index: core/admin_templates/languages/email_message_settings.tpl =================================================================== --- core/admin_templates/languages/email_message_settings.tpl (revision 15437) +++ core/admin_templates/languages/email_message_settings.tpl (working copy) @@ -1,194 +0,0 @@ - - - - - - - - - - - - - - -
- -
- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - Index: core/admin_templates/languages/email_template_edit.tpl =================================================================== --- core/admin_templates/languages/email_template_edit.tpl (revision 15437) +++ core/admin_templates/languages/email_template_edit.tpl (working copy) @@ -1,7 +1,7 @@ - + @@ -11,70 +11,70 @@ - +
- - + +
- - + + - + - + - - + + - + - + - + - +
Index: core/admin_templates/languages/email_template_list.tpl =================================================================== --- core/admin_templates/languages/email_template_list.tpl (revision 15437) +++ core/admin_templates/languages/email_template_list.tpl (working copy) @@ -1,6 +1,6 @@ - + @@ -9,14 +9,14 @@ - +
@@ -86,8 +86,8 @@
- + \ No newline at end of file Index: core/admin_templates/languages/email_template_settings.tpl =================================================================== --- core/admin_templates/languages/email_template_settings.tpl (revision 15437) +++ core/admin_templates/languages/email_template_settings.tpl (working copy) @@ -1,7 +1,7 @@ - + @@ -11,108 +11,108 @@ - +
- - + +
- + - + - - - - + + + + - - - + + + - + - + - - + + - - + + - - - - + + + + - - - - + + + + - + - + - - - - - - + + + + + +
- + \ No newline at end of file Index: core/admin_templates/regional/email_messages_edit.tpl =================================================================== --- core/admin_templates/regional/email_messages_edit.tpl (revision 15437) +++ core/admin_templates/regional/email_messages_edit.tpl (working copy) @@ -1,76 +0,0 @@ - - - - - - - - - - - - -
- -
- - - - - -
- - - - - - - - - - - - - -
-
- - \ No newline at end of file Index: core/admin_templates/regional/email_template_edit.tpl =================================================================== --- core/admin_templates/regional/email_template_edit.tpl (revision 15437) +++ core/admin_templates/regional/email_template_edit.tpl (working copy) @@ -1,7 +1,7 @@ - + @@ -11,38 +11,38 @@ - +
- + \ No newline at end of file Index: core/admin_templates/regional/languages_export.tpl =================================================================== --- core/admin_templates/regional/languages_export.tpl (revision 15437) +++ core/admin_templates/regional/languages_export.tpl (working copy) @@ -65,7 +65,7 @@ - +
@@ -91,7 +91,7 @@ - + @@ -117,7 +117,7 @@ - + Index: core/admin_templates/site_domains/site_domain_edit.tpl =================================================================== --- core/admin_templates/site_domains/site_domain_edit.tpl (revision 15437) +++ core/admin_templates/site_domains/site_domain_edit.tpl (working copy) @@ -69,7 +69,7 @@ - +
@@ -91,16 +91,16 @@ - - - - + + + +
- +