1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 18:30:20 +02:00

Email Templates Plugin - Updates #2

This commit is contained in:
Sergey Romanenko
2014-01-21 15:06:57 +02:00
parent a1942f55dc
commit 474fddd803

View File

@@ -8,7 +8,7 @@ if ($email_template_content !== null) {
?>
<?php echo (Form::label('name', __('Name', 'emails'))); ?>
<div class="input-group">
<?php echo (Form::input('name', Request::get('filename'), array('disabled', 'class' => 'form-control'))); ?><span class="input-group-addon">.emails.php</span>
<?php echo (Form::input('name', Request::get('filename'), array('disabled', 'class' => 'form-control'))); ?><span class="input-group-addon">.email.php</span>
</div>
<br>
<?php