mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-08 06:06:53 +02:00
UI Improvements - Admin - Cancel Button Added #194
This commit is contained in:
@@ -54,7 +54,8 @@
|
||||
</div>
|
||||
<?php
|
||||
echo (
|
||||
Form::submit('register', __('Register', 'users'), array('class' => 'btn btn-primary')).
|
||||
Form::submit('register', __('Register', 'users'), array('class' => 'btn btn-primary')).Html::nbsp(2).
|
||||
Html::anchor(__('Cancel', 'users'), 'index.php?id=users', array('title' => __('Cancel', 'users'), 'class' => 'btn btn-default')).
|
||||
Form::close()
|
||||
);
|
||||
?>
|
||||
|
@@ -96,7 +96,8 @@
|
||||
|
||||
echo (
|
||||
Html::br().
|
||||
Form::submit('edit_profile', __('Save', 'users'), array('class' => 'btn btn-primary')).
|
||||
Form::submit('edit_profile', __('Save', 'users'), array('class' => 'btn btn-primary')).Html::nbsp(2).
|
||||
Html::anchor(__('Cancel', 'users'), 'index.php?id=users', array('title' => __('Cancel', 'users'), 'class' => 'btn btn-default')).
|
||||
Form::close()
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user