Index: admin/system_presets/simple/email_events_emailevents.php =================================================================== --- admin/system_presets/simple/email_events_emailevents.php (revision 15581) +++ admin/system_presets/simple/email_events_emailevents.php (working copy) @@ -18,7 +18,7 @@ 'email_message_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'), + 'email_message_edit' => Array (/*'select',*/ 'setprimary', /*'cancel', 'reset_edit', 'prev', 'next'*/), // edit email edit - settings tab // 'email_message_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 ('EventId', 'Description', 'Event', 'Module', 'Type', 'Enabled', 'LastChanged'), -// 'Emails' => Array ('EventId', 'Event', 'Subject', 'Description', 'Type', 'Enabled', 'Module', 'FrontEndOnly', 'LastChanged'), + 'Emails' => Array (/*'EventId', 'Event', 'Subject', 'Description', 'Type', 'Enabled', 'Module', 'FrontEndOnly', 'LastChanged',*/ 'TranslationInSync', 'TranslateFromLanguage'), ); \ No newline at end of file Index: admin/system_presets/simple/phrases_phrases.php =================================================================== --- admin/system_presets/simple/phrases_phrases.php (revision 15581) +++ admin/system_presets/simple/phrases_phrases.php (working copy) @@ -20,7 +20,7 @@ 'phrases_list_st' => Array (/*'new_item', 'edit', 'delete', 'view',*/ 'export', /*'dbl-click'*/), // edit phrase -// 'phrase_edit_single' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'), + 'phrase_edit_single' => Array (/*'select',*/ 'setprimary', /*'cancel', 'reset_edit', 'prev', 'next'*/), ); // fields to hide @@ -31,14 +31,19 @@ // virtual fields to hide $virtual_hidden_fields = Array ( - /*'PrimaryTranslation', 'CurrentTranslation', 'CurrentHintTranslation', 'CurrentColumnTranslation', - 'LangFile', 'ImportOverwrite', 'DoNotEncode', 'ExportPhrases', 'ExportEmailEvents'*/ + /*'PrimaryTranslation', 'SourceTranslation', 'SourceHintTranslation', 'SourceColumnTranslation', + 'CurrentTranslation', 'CurrentHintTranslation', 'CurrentColumnTranslation', 'LangFile', 'ImportOverwrite', + 'ImportSynced', 'DoNotEncode', 'ExportPhrases', 'ExportEmailEvents',*/ 'TranslationInSync', 'TranslateFromLanguage' ); $debug_only_fields = Array ( 'HintTranslation', 'ColumnTranslation' ); + $debug_only_virtual_fields = Array ( + 'SourceHintTranslation', 'SourceColumnTranslation' + ); + // fields to make required $required_fields = Array ( 'Phrase', 'Translation', 'PhraseType', 'Module' @@ -55,5 +60,5 @@ // 'Default' => Array ('PhraseId', 'Phrase', 'CurrentTranslation', 'PrimaryTranslation', 'PhraseType', 'LastChanged', 'Module', 'CurrentHintTranslation', 'CurrentColumnTranslation'), // single list of phrases -// 'Phrases' => Array ('PhraseId', 'Phrase', 'CurrentTranslation', 'PhraseType', 'LastChanged', 'Module', 'CurrentHintTranslation', 'CurrentColumnTranslation'), + 'Phrases' => Array (/*'PhraseId', 'Phrase', 'CurrentTranslation', 'PhraseType', 'LastChanged', 'Module', 'CurrentHintTranslation', 'CurrentColumnTranslation',*/ 'TranslationInSync', 'TranslateFromLanguage'), ); \ No newline at end of file Index: core/admin_templates/import/import_start.tpl =================================================================== --- core/admin_templates/import/import_start.tpl (revision 15581) +++ core/admin_templates/import/import_start.tpl (working copy) @@ -42,7 +42,6 @@ - Index: core/admin_templates/incs/form_blocks.tpl =================================================================== --- core/admin_templates/incs/form_blocks.tpl (revision 15581) +++ core/admin_templates/incs/form_blocks.tpl (working copy) @@ -575,6 +575,12 @@ ', '', 'popups/translator', 1);" title=""> + + + + - - + + + + + + + + + + + + + + + + + + Index: core/admin_templates/logs/email_logs/email_log_edit.tpl =================================================================== --- core/admin_templates/logs/email_logs/email_log_edit.tpl (revision 15581) +++ core/admin_templates/logs/email_logs/email_log_edit.tpl (working copy) @@ -83,7 +83,7 @@ -
+
Index: core/admin_templates/logs/system_logs/system_log_edit.tpl =================================================================== --- core/admin_templates/logs/system_logs/system_log_edit.tpl (revision 15581) +++ core/admin_templates/logs/system_logs/system_log_edit.tpl (working copy) @@ -56,14 +56,6 @@ font-size: 12px; } - .highlight-area { - border: 1px solid black; - padding: 8px; - font-family: serif; - background-color: #F6F6F6; - overflow: auto; - } - .log_backtrace { margin: 0; padding-left: 25px; @@ -77,7 +69,7 @@ -
+
@@ -89,7 +81,7 @@ : -