using renderbox and adjusting style + show button if person or thirdparty

This commit is contained in:
2022-02-11 17:02:31 +01:00
parent 753a007172
commit f9154233e4
3 changed files with 37 additions and 57 deletions

View File

@@ -56,6 +56,11 @@
{% if action is defined %}
<ul class="record_actions sticky-form-buttons">
<li class="cancel">
<a href="{{ path('chill_person_resource_list', { 'person_id': resource.personOwner.id } ) }}" class="btn btn-cancel">
{{ 'Cancel'|trans }}
</a>
</li>
<li class="edit">
<button class="btn btn-edit"
type="submit" id="newPersonResource">