Impoving display

This commit is contained in:
Marc Ducobu 2014-11-13 15:54:25 +01:00
parent 01c35e556f
commit c505a26da4

View File

@ -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 %}