mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 13:16:54 +02:00
#64 Admin Responsive - Next Round
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<div class="users-btns vertical-align margin-bottom-1">
|
||||
<div class="text-left">
|
||||
<?php echo Html::anchor(__('Register New User', 'users'), 'index.php?id=users&action=add', array('title' => __('Register New User', 'users'), 'class' => 'btn btn-primary')); ?>
|
||||
<?php echo Html::anchor(__('Register New User', 'users'), 'index.php?id=users&action=add', array('title' => __('Register New User', 'users'), 'class' => 'btn btn-phone btn-primary')); ?>
|
||||
</div>
|
||||
<div class="text-right">
|
||||
<?php echo Form::open(null, array('name' => 'users_frontend')); ?>
|
||||
|
Reference in New Issue
Block a user