PHRAS-2386 #comment Port41 of PHRAS-2344 #time 2h
BIN
resources/www/common/images/icons/green-check.png
Normal file
After Width: | Height: | Size: 579 B |
BIN
resources/www/common/images/icons/no-response.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.2 KiB |
BIN
resources/www/common/images/icons/red-cross.png
Normal file
After Width: | Height: | Size: 479 B |
Before Width: | Height: | Size: 812 B After Width: | Height: | Size: 1.3 KiB |
BIN
resources/www/common/images/icons/vote-admin.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
@@ -27,8 +27,8 @@
|
||||
<tr>
|
||||
<td>
|
||||
<img
|
||||
title="{{ 'Vous avez recu une demande de validation de document sur ce panier' | trans }}"
|
||||
class="basketTips"
|
||||
title="{{ basket.getDescription() }}"
|
||||
class="basketTips basket_title"
|
||||
src="/assets/common/images/icons/valid.png"
|
||||
/>
|
||||
</td>
|
||||
@@ -385,14 +385,14 @@
|
||||
<td>
|
||||
{% if choice.getParticipant().getCanAgree() %}
|
||||
{% if choice.getAgreement() == true %}
|
||||
<img style="cursor:help;" src='/assets/lightbox/images/agree.png' title="{{ "L'utilisateur approuve ce document" | trans }}" />
|
||||
<img style="cursor:help;" src='/assets/common/images/icons/green-check.png' title="{{ "L'utilisateur approuve ce document" | trans }}" />
|
||||
{% elseif choice.getAgreement() is null %}
|
||||
<img style="cursor:help;" src='/assets/common/images/icons/valid.png' title="{{ "L'utilisateur n'a pas encore donne son avis sur ce document" | trans }}" />
|
||||
<img style="cursor:help;" src='/assets/common/images/icons/no-response.png' title="{{ "L'utilisateur n'a pas encore donne son avis sur ce document" | trans }}" />
|
||||
{% else %}
|
||||
<img style="cursor:help;" src='/assets/lightbox/images/disagree.png' title="{{ "L'utilisateur desapprouve ce document" | trans }}" />
|
||||
<img style="cursor:help;" src='/assets/common/images/icons/red-cross.png' title="{{ "L'utilisateur desapprouve ce document" | trans }}" />
|
||||
{% endif %}
|
||||
{% else %}
|
||||
<img style="cursor:help;" src='/assets/common/images/icons/no-valid.png' title="{{ "This user does not participate to the validation but is only viewer." | trans }}" />
|
||||
<img style="cursor:help;" src='/assets/common/images/icons/vote-admin.png' title="{{ "This user does not participate to the validation but is only viewer." | trans }}" />
|
||||
{% endif %}
|
||||
</td>
|
||||
<td style="width:25px;">
|
||||
|