1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-08 06:06:53 +02:00

UI Improvements - Admin Default Theme - Updates #194

This commit is contained in:
Awilum
2014-02-18 23:02:26 +02:00
parent e449381555
commit 32e2890b37
22 changed files with 44 additions and 44 deletions

View File

@@ -1,5 +1,5 @@
<!-- Users_add -->
<h2 class="margin-bottom-1em"><?php echo __('New User Registration', 'users'); ?></h2>
<h2 class="margin-bottom-1"><?php echo __('New User Registration', 'users'); ?></h2>
<?php
echo (
Form::open().

View File

@@ -2,7 +2,7 @@
// Show template for exist user else show error
if ($user !== null) {
?>
<h2 class="margin-bottom-1em"><?php echo __('Edit profile', 'users'); ?></h2>
<h2 class="margin-bottom-1"><?php echo __('Edit profile', 'users'); ?></h2>
<div class="row">
<div class="col-md-6">

View File

@@ -1,8 +1,8 @@
<h2 class="margin-bottom-1em"><?php echo __('Users', 'users'); ?></h2>
<h2 class="margin-bottom-1"><?php echo __('Users', 'users'); ?></h2>
<?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 margin-bottom-1em">
<div class="pull-right margin-bottom-1">
<?php echo Form::open(null, array('name' => 'users_frontend')); ?>
<?php echo Form::hidden('csrf', Security::token()); ?>
<div class="checkbox">