1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-17 02:24:10 +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

@@ -48,8 +48,8 @@
echo (
Form::textarea('content', Html::toText($content), array('style' => 'width:100%;height:400px;', 'class' => 'source-editor')).
Html::br(2).
Form::submit('edit_file_and_exit', __('Save and Exit', 'themes'), array('class' => 'btn')).Html::nbsp(2).
Form::submit('edit_file', __('Save', 'themes'), array('class' => 'btn')). Html::nbsp().
Form::submit('edit_file_and_exit', __('Save and Exit', 'themes'), array('class' => 'btn btn-primary')).Html::nbsp(2).
Form::submit('edit_file', __('Save', 'themes'), array('class' => 'btn btn-default')). Html::nbsp().
Form::close()
);