mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
moved skins/icon to assets/common/images/icons
This commit is contained in:
@@ -31,21 +31,21 @@
|
||||
|
||||
{% if app.getAclForUser(app.getAuthenticatedUser()).has_right('push') %}
|
||||
<button class="ui-corner-all TOOL_pushdoc_btn basket_window" title="{{ 'action : push' | trans }}">
|
||||
<img src="/skins/icons/push16.png"/>
|
||||
<img src="/assets/common/images/icons/push16.png"/>
|
||||
</button>
|
||||
{% endif %}
|
||||
|
||||
{% if app.getAclForUser(app.getAuthenticatedUser()).has_right('push') %}
|
||||
<button class="ui-corner-all TOOL_feedback_btn basket_window" title="{{ 'Feedback' | trans }}">
|
||||
<img src="/skins/icons/feedback16.png"/>
|
||||
<img src="/assets/common/images/icons/feedback16.png"/>
|
||||
</button>
|
||||
{% endif %}
|
||||
{% if app.getAclForUser(app.getAuthenticatedUser()).has_right('bas_chupub') %}
|
||||
<button class="ui-corner-all TOOL_bridge_btn basket_window" title="{{ 'action : bridge' | trans }}">
|
||||
<img src="/skins/icons/door.png"/>
|
||||
<img src="/assets/common/images/icons/door.png"/>
|
||||
</button>
|
||||
<button class="ui-corner-all TOOL_publish_btn basket_window" title="{{ 'action : publier' | trans }}">
|
||||
<img src="/skins/icons/rss16.png"/>
|
||||
<img src="/assets/common/images/icons/rss16.png"/>
|
||||
</button>
|
||||
{% endif %}
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
</button>
|
||||
{% endif %}
|
||||
<button class="ui-corner-all TOOL_trash_btn basket_window" title="{{ 'action : supprimer' | trans }}">
|
||||
<img src="/skins/icons/delete.png"/>
|
||||
<img src="/assets/common/images/icons/delete.png"/>
|
||||
</button>
|
||||
|
||||
{% if plugins['actionbar'] is not empty %}
|
||||
|
Reference in New Issue
Block a user