mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 13:16:54 +02:00
Email Templates Plugin - Updates #2
This commit is contained in:
@@ -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 (
|
||||||
|
Reference in New Issue
Block a user