mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 13:16:54 +02:00
UI Improvements - Admin Default Theme - Updates #194
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
<!-- Users_add -->
|
||||
<h2><?php echo __('New User Registration', 'users'); ?></h2>
|
||||
<h2 class="margin-bottom-1em"><?php echo __('New User Registration', 'users'); ?></h2>
|
||||
<?php
|
||||
echo (
|
||||
Html::br().
|
||||
Form::open().
|
||||
Form::hidden('csrf', Security::token())
|
||||
);
|
||||
|
@@ -2,9 +2,7 @@
|
||||
// Show template for exist user else show error
|
||||
if ($user !== null) {
|
||||
?>
|
||||
<h2><?php echo __('Edit profile', 'users'); ?></h2>
|
||||
|
||||
<br>
|
||||
<h2 class="margin-bottom-1em"><?php echo __('Edit profile', 'users'); ?></h2>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
|
@@ -1,9 +1,8 @@
|
||||
<h2><?php echo __('Users', 'users'); ?></h2>
|
||||
<br>
|
||||
<h2 class="margin-bottom-1em"><?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">
|
||||
<div class="pull-right margin-bottom-1em">
|
||||
<?php echo Form::open(null, array('name' => 'users_frontend')); ?>
|
||||
<?php echo Form::hidden('csrf', Security::token()); ?>
|
||||
<div class="checkbox">
|
||||
@@ -15,8 +14,6 @@
|
||||
<?php echo Form::close();?>
|
||||
</div>
|
||||
|
||||
<br><br>
|
||||
|
||||
<!-- Users_list -->
|
||||
<table class="table table-bordered">
|
||||
<thead>
|
||||
|
Reference in New Issue
Block a user