1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 05:07:49 +02:00

Email Templates Plugin - Updates #2

This commit is contained in:
Sergey Romanenko
2014-01-21 15:04:58 +02:00
parent bd84514fce
commit 73d78f0585

View File

@@ -14,8 +14,8 @@ if ($email_template_content !== null) {
<?php <?php
echo ( echo (
Form::label('email_template_content', __('Email template content', 'emails')). Form::label('content', __('Email template content', 'emails')).
Form::textarea('email_template_content', Html::toText($email_template_content), array('style' => 'width:100%;height:400px;', 'class' => 'source-editor form-control')) Form::textarea('content', Html::toText($email_template_content), array('style' => 'width:100%;height:400px;', 'class' => 'source-editor form-control'))
); );
echo ( echo (