mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-10 07:06:53 +02:00
UI Improvements - Admin - Cancel Button Added #194
This commit is contained in:
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Embed Code',
|
||||
'Shortcode' => 'Shortcode',
|
||||
'PHP Code' => 'PHP Code',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -25,7 +25,8 @@
|
||||
echo (
|
||||
Html::br().
|
||||
Form::submit('add_blocks_and_exit', __('Save and Exit', 'blocks'), array('class' => 'btn btn-primary')).Html::nbsp(2).
|
||||
Form::submit('add_blocks', __('Save', 'blocks'), array('class' => 'btn btn-default')).
|
||||
Form::submit('add_blocks', __('Save', 'blocks'), array('class' => 'btn btn-primary')).Html::nbsp(2).
|
||||
Html::anchor(__('Cancel', 'blocks'), 'index.php?id=blocks', array('title' => __('Cancel', 'blocks'), 'class' => 'btn btn-default')).
|
||||
Form::close()
|
||||
);
|
||||
|
||||
|
@@ -29,7 +29,8 @@
|
||||
echo (
|
||||
Html::br().
|
||||
Form::submit('edit_blocks_and_exit', __('Save and Exit', 'blocks'), array('class' => 'btn btn-primary')).Html::nbsp(2).
|
||||
Form::submit('edit_blocks', __('Save', 'blocks'), array('class' => 'btn btn-default')). Html::nbsp().
|
||||
Form::submit('edit_blocks', __('Save', 'blocks'), array('class' => 'btn btn-primary')). Html::nbsp(2).
|
||||
Html::anchor(__('Cancel', 'blocks'), 'index.php?id=blocks', array('title' => __('Cancel', 'blocks'), 'class' => 'btn btn-default')).
|
||||
Form::close()
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user