mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
sticky submit and reset buttons ref #336
This commit is contained in:
@@ -21,5 +21,12 @@
|
||||
{% block title %}{{ 'Ajout d\' un rapport' |trans() }}{% endblock title %}
|
||||
|
||||
{% block personcontent %}
|
||||
{{ form(form) }}
|
||||
{% endblock %}
|
||||
{{ form_start(form) }}
|
||||
|
||||
{{ form_widget(form) }}
|
||||
<div class="grid-12 centered sticky-form-buttons">
|
||||
<button class="sc-button green" type="submit"><i class="fa fa-save"></i> Save</button>
|
||||
<button class="sc-button red" type="reset"><i class="fa fa-eraser"></i>Reset</button>
|
||||
</div>
|
||||
{{ form_end(form) }}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user