1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-13 08:34:36 +02:00

UI Improvements - Plugins Views without Headers #194

This commit is contained in:
Awilum
2014-02-14 19:36:10 +02:00
parent 82a516d431
commit 5e2984e448
7 changed files with 4 additions and 19 deletions

View File

@@ -1,6 +1,3 @@
<h3><?php echo __('Edit profile', 'users') ?></h3>
<hr>
<div class="row">
<div class="col-md-3">
@@ -48,6 +45,7 @@
</div>
<div class="form-group">
<input type="submit" class="btn btn-primary" value="<?php echo __('Save', 'users'); ?>" name="edit_profile">
<?php echo Html::anchor(__('Cancel', 'users'), Site::url().'/users/'.Uri::segment(1), array('title' => __('Cancel', 'pages'), 'class' => 'btn btn-default')); ?>
</div>
</form>
</div>