Update push icon

This commit is contained in:
Romain Neutron
2012-02-13 18:11:01 +01:00
parent 593dbe43e3
commit 554389aa0d
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@
{% if user.ACL().has_right('push') %}
<button class="ui-corner-all TOOL_pushdoc_btn basket_window" title="{% trans 'action : push' %}">
<img src="/skins/prod/000000/images/pushdoc_history.gif"/>
<img src="/skins/icons/push16.png"/>
</button>
{% endif %}
{% if user.ACL().has_right('bas_chupub') %}

View File

@@ -26,7 +26,7 @@
{% if basket.getPusher() %}
{% set pusher = basket.getPusher().get_display_name() %}
<img class="basketTips" title="{% trans %}paniers:: panier recu de {{pusher}}{% endtrans %}"
src="/skins/icons/pushed_bask.png"/>
src="/skins/icons/push16.png"/>
{% endif %}
<a style="cursor:pointer;display:inline;padding:0;margin:0;" class="contextMenuTrigger">&#9660;</a>

View File

@@ -29,7 +29,7 @@
{% if user.ACL().has_right('push') %}
<button class="ui-corner-all TOOL_pushdoc_btn basket_window" title="{% trans 'action : push' %}">
<img src="/skins/prod/000000/images/pushdoc_history.gif"/>
<img src="/skins/icons/push16.png"/>
</button>
{% endif %}
{% if user.ACL().has_right('bas_chupub') %}