mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
mise en forme formulaire et lien edition-view
This commit is contained in:
9
Resources/views/Form/form_control.html.twig
Normal file
9
Resources/views/Form/form_control.html.twig
Normal file
@@ -0,0 +1,9 @@
|
||||
<div class="form_control">
|
||||
<div class="medium default btn icon-left entypo icon-cancel"><a href="{{ path(return_key, return_args ) }}" >{{ 'views.Person.edit.cancel'|trans }}</a></div>
|
||||
|
||||
<div class="controls">
|
||||
<div class="medium default btn"><button type="reset">{{ 'views.Person.edit.reset'|trans }}</button></div>
|
||||
<div class="medium warning btn icon-right entypo icon-pencil"><button type="submit">{{ 'views.Person.edit.submit'|trans }}</button></div>
|
||||
</div>
|
||||
|
||||
</div>
|
6
Resources/views/Form/go_to_form.html.twig
Normal file
6
Resources/views/Form/go_to_form.html.twig
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="form_control">
|
||||
<div class="controls">
|
||||
<div class="small warning btn icon-right entypo icon-pencil"><a href="{{ path(form_path_key, form_path_args) }}">{{ 'views.common.edit'|trans }}</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
Reference in New Issue
Block a user