Merge pull request #3064 from HRavalomanana/PHRAS-2386-Feedback_result_display

PHRAS-2386 #comment merge of  feedback result display
This commit is contained in:
Nicolas Maillat
2019-06-07 15:10:59 +02:00
committed by GitHub
20 changed files with 22 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 643 B

After

Width:  |  Height:  |  Size: 930 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 997 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1010 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 933 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 632 B

After

Width:  |  Height:  |  Size: 1007 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 579 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 933 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 812 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -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);
}
}

View File

@@ -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}}">&nbsp;</span>
{% endif %} {% endif %}
</td> </td>
</tr> </tr>

View File

@@ -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;">

View File

@@ -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">&#9660;</div> <div id="basket_menu_trigger">&#9660;</div>
</a> </a>
</li> </li>