mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
add block for bottom action buttons
This commit is contained in:
parent
1f1c9fb726
commit
6109520c95
@ -21,6 +21,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
{% block content_form_actions_before %}{% endblock %}
|
||||||
{% block content_form_actions_view %}
|
{% block content_form_actions_view %}
|
||||||
{% if is_granted(chill_crud_config('role', crud_name, 'view'), entity) %}
|
{% if is_granted(chill_crud_config('role', crud_name, 'view'), entity) %}
|
||||||
<li class="">
|
<li class="">
|
||||||
@ -44,6 +45,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</li>
|
</li>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
{% block content_form_actions_after %}{% endblock %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
{% block content_view_actions_before %}{% endblock %}
|
||||||
{% block content_view_actions_duplicate_link %}
|
{% block content_view_actions_duplicate_link %}
|
||||||
{% if is_granted(chill_crud_config('role', crud_name, 'new'), entity) %}
|
{% if is_granted(chill_crud_config('role', crud_name, 'new'), entity) %}
|
||||||
<li>
|
<li>
|
||||||
@ -39,6 +40,7 @@
|
|||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock content_view_actions_edit_link %}
|
{% endblock content_view_actions_edit_link %}
|
||||||
|
{% block content_view_actions_after %}{% endblock %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endblock crud_content_view_actions %}
|
{% endblock crud_content_view_actions %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user