type == 'notification') { ?> '.acym_translation('ACYM_START_FROM').'', dirname(__FILE__).DS.'choose_template_ajax.php', 'acym__template__choose__modal', $data ); } ?>
' : ''; $mainSize = 'xlarge-3 medium-6'; if ($data['mail']->type == 'notification') { echo ''; $mainSize = ''; $sizes = ''; } else { if ($data['mail']->type == 'automation') { $mainSize = 'medium-6'; } $sizes = 'xlarge-3 medium-6'; ?>
type == 'automation') { ?>
type != 'notification') { ?>
type == 'welcome' || $data['mail']->type == 'unsubscribe') { ?>

keyboard_arrow_down

content = $data['mail']->body; $editor->autoSave = !empty($data['mail']->autosave) ? $data['mail']->autosave : ''; if (!empty($data['mail']->editor)) $editor->editor = $data['mail']->editor; if (!empty($data['mail']->id)) $editor->mailId = $data['mail']->id; if (!empty($data['mail']->type)) $editor->automation = $data['isAutomationAdmin']; if (!empty($data['mail']->settings)) $editor->settings = $data['mail']->settings; if (!empty($data['mail']->stylesheet)) $editor->stylesheet = $data['mail']->stylesheet; echo $editor->display();