From 73d78f0585ed587681fd5bd3c4cfa6232c0841ed Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Tue, 21 Jan 2014 15:04:58 +0200 Subject: [PATCH] Email Templates Plugin - Updates #2 --- plugins/box/emails/views/backend/edit.view.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/box/emails/views/backend/edit.view.php b/plugins/box/emails/views/backend/edit.view.php index 1863ee8..b2cac49 100644 --- a/plugins/box/emails/views/backend/edit.view.php +++ b/plugins/box/emails/views/backend/edit.view.php @@ -14,8 +14,8 @@ if ($email_template_content !== null) { 'width:100%;height:400px;', 'class' => 'source-editor form-control')) + Form::label('content', __('Email template content', 'emails')). + Form::textarea('content', Html::toText($email_template_content), array('style' => 'width:100%;height:400px;', 'class' => 'source-editor form-control')) ); echo (