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:
@@ -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()
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user