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:
@@ -14,8 +14,8 @@ if ($email_template_content !== null) {
|
||||
<?php
|
||||
|
||||
echo (
|
||||
Form::label('email_template_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::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 (
|
||||
|
Reference in New Issue
Block a user