mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
Impoving display
This commit is contained in:
parent
01c35e556f
commit
c505a26da4
@ -11,14 +11,12 @@
|
|||||||
{% endstylesheets %}
|
{% endstylesheets %}
|
||||||
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div id="person_wrapper">
|
<div id="person_wrapper" class="container">
|
||||||
{% if alternatePersons is not empty %}
|
{% if alternatePersons is not empty %}
|
||||||
<table class="rounded stripped">
|
<table class="rounded stripped" style="width=100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{ 'views.Person.review.altName'|trans }}</th>
|
<th>{{ 'views.Person.review.altName'|trans }}</th>
|
||||||
@ -42,7 +40,6 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
@ -69,18 +66,11 @@
|
|||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
{{ form_rest(form) }}
|
{{ form_rest(form) }}
|
||||||
|
|
||||||
|
<button class="sc-button green" type="submit"><i class="fa fa-check"></i> {{ 'views.Person.review.confirm_creation'|trans }}</button>
|
||||||
<div class="form_control">
|
|
||||||
<div class="btn medium success entypo icon-right icon-user-add">
|
|
||||||
<button type="submit">{{ 'views.Person.review.confirm_creation'|trans }}</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{{ form_end(form) }}
|
{{ form_end(form) }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
Loading…
x
Reference in New Issue
Block a user