1
0
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:
EuanMead
2014-01-07 16:15:45 +00:00
parent 2574431dd8
commit b757c19778
3 changed files with 28 additions and 28 deletions

View File

@@ -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()
);