mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-09 06:37:01 +02:00
UI Improvements - Admin Default Theme - Updates #194
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<h2 class="margin-bottom-1em"><?php echo __('Edit Email Template', 'emails'); ?></h2>
|
||||
<h2 class="margin-bottom-1"><?php echo __('Edit Email Template', 'emails'); ?></h2>
|
||||
|
||||
<?php
|
||||
if ($content !== null) {
|
||||
@@ -11,7 +11,7 @@ if ($content !== null) {
|
||||
<?php echo (Form::input('name', Request::get('filename'), array('disabled', 'class' => 'form-control'))); ?><span class="input-group-addon">.email.php</span>
|
||||
</div>
|
||||
|
||||
<div class="margin-top-2em margin-bottom-2em">
|
||||
<div class="margin-top-2 margin-bottom-2">
|
||||
<?php
|
||||
echo (
|
||||
Form::label('content', __('Email template content', 'emails')).
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<div class="vertical-align margin-bottom-1em">
|
||||
<div class="vertical-align margin-bottom-1">
|
||||
<div class="text-left">
|
||||
<h2><?php echo __('Emails', 'emails'); ?></h2>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user