Merge pull request #2924 from HRavalomanana/PHRAS-2361_Port_to_4.1_Dev_of_Prod-Push_window-Refacto_tall_icon_Push

PHRAS-2361_Port_41_Refacto_icon_push
This commit is contained in:
Nicolas Maillat
2019-03-01 14:07:42 +01:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -17,7 +17,7 @@
<div class="PNB10 LeftColumn"> <div class="PNB10 LeftColumn">
<div class="PNB" style="text-align:center;"> <div class="PNB" style="text-align:center;">
{% if context == 'Push' %} {% if context == 'Push' %}
<img style="width: 36px; height: 36px" src="/assets/common/images/icons/push64.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/validation.png"/>
{% endif %} {% endif %}