PHRAS-2220_feedback_window_UI__correction

This commit is contained in:
Filip Vilic
2018-09-21 20:24:42 +02:00
parent 749f75b45d
commit dd26c4dcc7
8 changed files with 12 additions and 3 deletions

View File

@@ -130,7 +130,7 @@
<div class="PNB" style="height:40px;bottom:auto;">
<a class="Refresher btn push-back-link btn-inverse">
<img src="/assets/common/images/icons/chevron-left-white.png" class="image-normal">
<img src="/assets/common/images/icons/chevron-left-blue.png" class="image-hover">
<img src="/assets/common/images/icons/chevron-left-dark.png" class="image-hover">
<span>{{ 'See the list' | trans }}</span>
</a>
<select name="like_field" style="margin-right:30px;height:25px;">

View File

@@ -60,6 +60,15 @@
<span class="main-title">
<img src="/assets/common/images/icons/list-grey.png"/>{{ 'Lists' | trans }}
</span>
<a href="{{ path('prod_lists_all') }}" class="list_refresh push-refresh-list-action btn pull-right" style="margin-top: -2px;">
{% if context == 'Push' %}
<img src="/assets/common/images/icons/blue-refresh.png" alt="Refresh list" class="image-normal">
{% else %}
<img src="/assets/common/images/icons/green-refresh.png" alt="Refresh list" class="image-normal">
{% endif %}
<img src="/assets/common/images/icons/white-refresh.png" alt="Refresh list" class="image-hover">
</a>
</div>
<ul class="lists">
{% for list in lists %}