mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
wip: stylesheets cleanup
This commit is contained in:
@@ -5,27 +5,27 @@
|
||||
<label>Actions</label>
|
||||
|
||||
<button class="ui-corner-all TOOL_disktt_btn story_window" title="{{ 'action : exporter' | trans }}">
|
||||
<img src="/assets/prod/images/000000/images/disktt_history.png"/>
|
||||
<img src="/assets/common/images/icons/disktt_history.png"/>
|
||||
</button>
|
||||
<button class="ui-corner-all TOOL_print_btn story_window" title="{{ 'action : print' | trans }}">
|
||||
<img src="/assets/prod/images/000000/images/print_history.png"/>
|
||||
<img src="/assets/common/images/icons/print_history.png"/>
|
||||
</button>
|
||||
|
||||
{% if app.getAclForUser(app.getAuthenticatedUser()).has_right('modifyrecord') %}
|
||||
<button class="ui-corner-all TOOL_ppen_btn story_window" title="{{ 'action : editer' | trans }}">
|
||||
<img src="/assets/prod/images/000000/images/ppen_history.png"/>
|
||||
<img src="/assets/common/images/icons/ppen_history.png"/>
|
||||
</button>
|
||||
{% endif %}
|
||||
|
||||
{% if app.getAclForUser(app.getAuthenticatedUser()).has_right('changestatus') %}
|
||||
<button class="ui-corner-all TOOL_chgstatus_btn story_window" title="{{ 'action : status' | trans }}">
|
||||
<img src="/assets/prod/images/000000/images/chgstatus_history.png"/>
|
||||
<img src="/assets/common/images/icons/chgstatus_history.png"/>
|
||||
</button>
|
||||
{% endif %}
|
||||
|
||||
{% if app.getAclForUser(app.getAuthenticatedUser()).has_right('deleterecord') and app.getAclForUser(app.getAuthenticatedUser()).has_right('addrecord') %}
|
||||
<button class="ui-corner-all TOOL_chgcoll_btn story_window" title="{{ 'action : collection' | trans }}">
|
||||
<img src="/assets/prod/images/000000/images/chgcoll_history.png"/>
|
||||
<img src="/assets/common/images/icons/chgcoll_history.png"/>
|
||||
</button>
|
||||
{% endif %}
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
|
||||
{% if app.getAclForUser(app.getAuthenticatedUser()).has_right('doctools') %}
|
||||
<button class="ui-corner-all TOOL_imgtools_btn story_window" title="{{ 'action : outils' | trans }}">
|
||||
<img src="/assets/prod/images/000000/images/imgtools_history.gif"/>
|
||||
<img src="/assets/common/images/icons/imgtools_history.png"/>
|
||||
</button>
|
||||
{% endif %}
|
||||
<button class="ui-corner-all TOOL_trash_btn story_window" title="{{ 'action : supprimer' | trans }}">
|
||||
|
Reference in New Issue
Block a user