Add drowndown on notification button for Documents Evaluations

This commit is contained in:
2023-05-23 11:29:27 +02:00
parent a8945f5701
commit 9d1e54d3a0
4 changed files with 29 additions and 7 deletions

View File

@@ -132,6 +132,7 @@
{% if displayAction is defined and displayAction == true %}
<ul class="item-col record_actions">
<li>{{ macro.workflowButton(w) }}</li>
{% if displayNotification is defined and displayNotification == true %}
<li>
<div class="d-grid gap-2 {% if accompanyingCourse.hasUser and accompanyingCourse.user is not same as(app.user) %}btn-group{% endif %}" {% if accompanyingCourse.hasUser and accompanyingCourse.user is not same as(app.user) %}role="group"{% endif %}>
@@ -153,7 +154,6 @@
</div>
</li>
{% endif %}
<li>{{ macro.workflowButton(w) }}</li>
<li>
<a class="btn btn-show" title="{{ 'Show'|trans }}"
href="{{ chill_path_add_return_path('chill_person_accompanying_period_work_show', {'id': w.id }) }}"