1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-07 21:56:39 +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

@@ -9,9 +9,6 @@
<br>
<?php if (Notification::get('success')) Alert::success(Notification::get('success')); ?>
<?php if (Notification::get('error')) Alert::error(Notification::get('error')); ?>
<div class="row">
<div class="col-md-6">
<?php

View File

@@ -1,8 +1,6 @@
<h2><?php echo __('Users', 'users'); ?></h2>
<br>
<?php if (Notification::get('success')) Alert::success(Notification::get('success')); ?>
<?php echo Html::anchor(__('Register New User', 'users'), 'index.php?id=users&action=add', array('title' => __('Register New User', 'users'), 'class' => 'btn btn-primary')); ?>
<div class="pull-right">