1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 12:48:00 +02:00

#64 Admin Responsive - Next Round

This commit is contained in:
Awilum
2014-05-08 23:30:00 +04:00
parent fd3a16d72f
commit 7357d1c26a
3 changed files with 6 additions and 2 deletions

View File

@@ -92,7 +92,7 @@
echo (
Html::br().
Form::submit('edit_profile', __('Save', 'users'), array('class' => 'btn btn-phone btn-primary')).Html::nbsp(2).
Html::anchor(__('Cancel', 'users'), 'index.php?id=users', array('title' => __('Cancel', 'users'), 'class' => 'btn btn-phone btn-default')).
Html::anchor(__('Cancel', 'users'), 'index.php?id=users', array('title' => __('Cancel', 'users'), 'class' => 'btn btn-phone btn-cancel btn-default')).
Form::close()
);