mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 05:07:49 +02:00
UI Improvements - Admin Theme - Styles fixes #194
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<!-- Users_add -->
|
<!-- Users_add -->
|
||||||
|
<h2><?php echo __('New User Registration', 'users'); ?></h2>
|
||||||
<?php
|
<?php
|
||||||
echo ( '<h2>'.__('New User Registration', 'users').'</h2>' );
|
|
||||||
|
|
||||||
echo (
|
echo (
|
||||||
Html::br().
|
Html::br().
|
||||||
|
@@ -1,11 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
// Show template for exist user else show error
|
// Show template for exist user else show error
|
||||||
if ($user !== null) {
|
if ($user !== null) {
|
||||||
|
|
||||||
echo ( '<h2>'.__('Edit profile', 'users').'</h2>' );
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
<h2><?php echo __('Edit profile', 'users'); ?></h2>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user