File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 29
29
{% view_block 'extrahead' %}
30
30
</ head >
31
31
< body class ="{% block bodyclass %}{% endblock %} ">
32
- {% block body %}{% endblock body %}
32
+ {% block body %}
33
+ < div id ="content-block " class ="col-sm-12 ">
34
+ {% block content %}{% endblock content %}
35
+ </ div >
36
+ {% endblock body %}
33
37
{% vendor 'jquery-ui-sortable.js' 'bootstrap.js' 'xadmin.main.js' 'xadmin.responsive.js' %}
34
38
{{ media.js }}
35
39
{% block extrabody %}{% endblock %}
Original file line number Diff line number Diff line change 27
27
{% view_block 'after_fieldsets' %}
28
28
29
29
< div class ="form-actions well well-sm clearfix ">
30
- < button type ="submit " class ="default btn btn-primary " name ="_save " data-loading-text ="{% trans "Saving.. " %}"/> < i class ="fa fa-save "> </ i > {% trans 'Save' %}</ button >
31
- {% view_block 'submit_line ' %}
30
+ < button type ="submit " class ="default btn btn-primary show-xs col-xs-12 " name ="_save " data-loading-text ="{% trans "Saving.. " %}"/> < i class ="fa fa-save "> </ i > {% trans 'Save' %}</ button >
31
+ < button type =" submit " class =" default btn btn-primary hide-xs " name =" _save " data-loading-text =" {% trans " Saving.. " %}" /> < i class =" fa fa-save " > </ i > {% trans 'Save ' %}</ button >
32
32
</ div >
33
33
34
34
</ form >
You can’t perform that action at this time.
0 commit comments