Merge pull request #3064 from HRavalomanana/PHRAS-2386-Feedback_result_display
PHRAS-2386 #comment merge of feedback result display
Before Width: | Height: | Size: 643 B After Width: | Height: | Size: 930 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 997 B |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1010 B |
BIN
resources/www/common/images/icons/feedback-icon.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
resources/www/common/images/icons/file-edit-hover.png
Normal file
After Width: | Height: | Size: 933 B |
Before Width: | Height: | Size: 632 B After Width: | Height: | Size: 1007 B |
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: 2.0 KiB After Width: | Height: | Size: 933 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 |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -38,5 +38,17 @@ $mainMenuLinkBackgroundHoverColor: transparent;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.macroFileEdit {
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
|
background: url(../images/icons/file-edit.png) no-repeat center;
|
||||||
|
cursor: help;
|
||||||
|
display: inline-block;
|
||||||
|
transition: 0.3s all;
|
||||||
|
&:hover, &:focus {
|
||||||
|
background-image: url(../images/icons/file-edit-hover.png);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -27,8 +27,8 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<img
|
<img
|
||||||
title="{{ 'Vous avez recu une demande de validation de document sur ce panier' | trans }}"
|
title="{{ basket.getDescription() }}"
|
||||||
class="basketTips"
|
class="basketTips basket_title"
|
||||||
src="/assets/common/images/icons/valid.png"
|
src="/assets/common/images/icons/valid.png"
|
||||||
/>
|
/>
|
||||||
</td>
|
</td>
|
||||||
@@ -385,19 +385,19 @@
|
|||||||
<td>
|
<td>
|
||||||
{% if choice.getParticipant().getCanAgree() %}
|
{% if choice.getParticipant().getCanAgree() %}
|
||||||
{% if choice.getAgreement() == true %}
|
{% 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 %}
|
{% 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 %}
|
{% 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 %}
|
{% endif %}
|
||||||
{% else %}
|
{% 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 %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td style="width:25px;">
|
<td style="width:25px;">
|
||||||
{% if choice.getNote() != '' %}
|
{% if choice.getNote() != '' %}
|
||||||
<img style="cursor:help;" src='/assets/common/images/icons/file-edit.png' class="noteTips" title="{{choice.getNote()|nl2br}}" />
|
<span class="noteTips macroFileEdit" title="{{choice.getNote()|nl2br}}"> </span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
{% if context == 'Push' %}
|
{% if context == 'Push' %}
|
||||||
<img style="width: 36px; height: 36px" src="/assets/common/images/icons/push-icon.png"/>
|
<img style="width: 36px; height: 36px" src="/assets/common/images/icons/push-icon.png"/>
|
||||||
{% else %}
|
{% else %}
|
||||||
<img style="width: 36px; height: 36px" src="/assets/common/images/icons/validation.png"/>
|
<img style="width: 36px; height: 36px" src="/assets/common/images/icons/feedback-icon.png"/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="PNB content" style="top:45px; overflow-y:auto;">
|
<div class="PNB content" style="top:45px; overflow-y:auto;">
|
||||||
|
@@ -17,7 +17,8 @@
|
|||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<li class="ui-corner-top baskets">
|
<li class="ui-corner-top baskets">
|
||||||
<a href="#baskets" class="WZbasketTab">
|
<a href="#baskets" class="WZbasketTab WZtabs">
|
||||||
|
<img src="/assets/common/images/icons/workzone32.png" title="{{ 'phraseanet:: baskets' | trans }}"/>
|
||||||
<div id="basket_menu_trigger">▼</div>
|
<div id="basket_menu_trigger">▼</div>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|