mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
bootstrap styles in forms fields
This commit is contained in:
@@ -125,15 +125,15 @@
|
||||
{{ form_rest(form) }}
|
||||
|
||||
|
||||
<ul class="grid-12 sticky-form-buttons record_actions ">
|
||||
<li class="cancel">
|
||||
<a href="{{ path('chill_person_view', {'person_id' : person.id}) }}" class="sc-button grey center margin-5">
|
||||
<ul class="col-12 list-inline sticky-form-buttons record_actions ">
|
||||
<li class="list-inline-item justify-content-start">
|
||||
<a href="{{ path('chill_person_view', {'person_id' : person.id}) }}" class="btn btn-secondary">
|
||||
<i class="fa fa-arrow-left"></i>
|
||||
{{ 'Return'|trans }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<button class="sc-button bt-save" type="submit">{{ 'Save'|trans }}</button>
|
||||
<li class="list-inline-item justify-content-end">
|
||||
<button class="btn btn-success" type="submit">{{ 'Save'|trans }}</button>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
@@ -124,7 +124,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block layout_wvm_content %}
|
||||
<div class="container-fluid mt-3 content">
|
||||
<div class="mt-3 content">
|
||||
{% block personcontent %}<!-- block personcontent empty -->{%endblock%}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user