mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 21:26:58 +02:00
Alert #208
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<h2><?php echo __('New Block', 'blocks'); ?></h2>
|
||||
<br>
|
||||
|
||||
<?php if (Notification::get('success')) Alert::success(Notification::get('success')); ?>
|
||||
|
||||
<?php if (isset($errors['blocks_empty_name']) or isset($errors['blocks_exists'])) $error_class = 'error'; else $error_class = ''; ?>
|
||||
|
||||
<?php echo (Form::open()); ?>
|
||||
|
@@ -1,8 +1,6 @@
|
||||
<h2><?php echo __('Edit Block', 'blocks'); ?></h2>
|
||||
<br>
|
||||
|
||||
<?php if (Notification::get('success')) Alert::success(Notification::get('success')); ?>
|
||||
|
||||
<?php
|
||||
if ($content !== null) {
|
||||
|
||||
|
@@ -13,8 +13,6 @@
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
|
||||
<?php if(Notification::get('success')) Alert::success(Notification::get('success')); ?>
|
||||
|
||||
<br>
|
||||
|
||||
<!-- Blocks_list -->
|
||||
|
Reference in New Issue
Block a user