mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-18 02:41:33 +02:00
Update to use Bootstrap V3
Minor changes to structure and changes to classes to provide UI consistent with pages.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
echo (
|
||||
Html::br(2).
|
||||
Form::submit('add_file_and_exit', __('Save and Exit', 'themes'), array('class' => 'btn')).Html::nbsp(2).
|
||||
Form::submit('add_file', __('Save', 'themes'), array('class' => 'btn')).
|
||||
Form::submit('add_file_and_exit', __('Save and Exit', 'themes'), array('class' => 'btn btn-primary')).Html::nbsp(2).
|
||||
Form::submit('add_file', __('Save', 'themes'), array('class' => 'btn btn-default')).
|
||||
Form::close()
|
||||
);
|
||||
|
Reference in New Issue
Block a user