mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-2220_feedback_window_UI__correction
This commit is contained in:
BIN
resources/www/common/images/icons/blue-refresh.png
Normal file
BIN
resources/www/common/images/icons/blue-refresh.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
resources/www/common/images/icons/chevron-left-dark.png
Normal file
BIN
resources/www/common/images/icons/chevron-left-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 524 B |
BIN
resources/www/common/images/icons/green-refresh.png
Normal file
BIN
resources/www/common/images/icons/green-refresh.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
resources/www/common/images/icons/user-blue.png
Normal file
BIN
resources/www/common/images/icons/user-blue.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
resources/www/common/images/icons/user-green.png
Normal file
BIN
resources/www/common/images/icons/user-green.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
@@ -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;">
|
||||
|
@@ -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 %}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<script type="text/template" id="list_user_tpl">
|
||||
<li class="list-item user" class="">
|
||||
<li class="list-item user">
|
||||
<a>
|
||||
<table>
|
||||
<tr>
|
||||
@@ -35,7 +35,7 @@
|
||||
</script>
|
||||
|
||||
<script type="text/template" id="list_list_tpl">
|
||||
<li class="list-item list" class="width:280px;height:45px;">
|
||||
<li class="list-item list">
|
||||
<a>
|
||||
<table>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user