1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-11 23:54:10 +02:00
This commit is contained in:
Awilum
2014-01-08 21:22:18 +02:00
parent 0fcae326cb
commit aef599de95
18 changed files with 1 additions and 36 deletions

View File

@@ -1,8 +1,6 @@
<h2><?php echo __('New Page', 'pages'); ?></h2>
<br>
<?php if (Notification::get('success')) Alert::success(Notification::get('success')); ?>
<?php
echo (
Form::open().

View File

@@ -1,8 +1,6 @@
<h2><?php if (Request::get('name') == 'error404') { echo __('Edit 404 Page', 'pages'); } else { echo __('Edit Page', 'pages'); } ?></h2>
<br>
<?php if (Notification::get('success')) Alert::success(Notification::get('success')); ?>
<?php
echo (
Form::open().

View File

@@ -15,8 +15,6 @@
<div class="clearfix"></div>
</div>
<?php if (Notification::get('success')) Alert::success(Notification::get('success')); ?>
<br>
<table class="table table-bordered">