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