wip: stylesheets cleanup

This commit is contained in:
Florian BLOUET
2015-11-18 17:26:46 +01:00
parent 7c31c1914c
commit 49d4e7b4a6
144 changed files with 2919 additions and 5127 deletions

View File

@@ -5,27 +5,27 @@
<label>Actions</label>
<button class="ui-corner-all TOOL_disktt_btn basket_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 basket_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 basket_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 basket_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 basket_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 basket_window" title="{{ 'action : outils' | trans }}">
<img src="/assets/prod/images/000000/images/imgtools_history.png"/>
<img src="/assets/common/images/icons/imgtools_history.png"/>
</button>
{% endif %}
<button class="ui-corner-all TOOL_trash_btn basket_window" title="{{ 'action : supprimer' | trans }}">