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

@@ -47,7 +47,7 @@
<span class="dropdownButton">
<div class="btn-group">
<button id="TOOL_disktt" class="default_action TOOL_disktt_btn results_window btn btn-inverse">
<img src="/assets/prod/images/000000/images/disktt_history.png" height="16"
<img src="/assets/common/images/icons/disktt_history.png" height="16"
width="16"/> {{ 'action : exporter' | trans }}
</button>
<button class="trigger btn btn-inverse dropdown-toggle" data-toggle="dropdown"><span class="caret"></span>
@@ -55,7 +55,7 @@
<ul class="dropdown-menu">
<li>
<a class="TOOL_print_btn results_window">
<img src="/assets/prod/images/000000/images/print_history.png" height="16" width="16"/>
<img src="/assets/common/images/icons/print_history.png" height="16" width="16"/>
{{ 'action : print' | trans }}
</a>
</li>
@@ -68,19 +68,19 @@
{% set label %}
{{ 'action : editer' | trans }}
{% endset %}
{% set actions = actions|merge( { 'edit' : {'icon': "/assets/prod/images/000000/images/ppen_history.png", 'class':'TOOL_ppen_btn', 'label' : label} }) %}
{% set actions = actions|merge( { 'edit' : {'icon': "/assets/common/images/icons/ppen_history.png", 'class':'TOOL_ppen_btn', 'label' : label} }) %}
{% endif %}
{% if acl.has_right('changestatus') %}
{% set label %}
{{ 'action : status' | trans }}
{% endset %}
{% set actions = actions|merge( { 'status' : {'icon': "/assets/prod/images/000000/images/chgstatus_history.png", 'class':'TOOL_chgstatus_btn', 'label' : label} }) %}
{% set actions = actions|merge( { 'status' : {'icon': "/assets/common/images/icons/chgstatus_history.png", 'class':'TOOL_chgstatus_btn', 'label' : label} }) %}
{% endif %}
{% if acl.has_right('deleterecord') and acl.has_right('addrecord') %}
{% set label %}
{{ 'action : collection' | trans }}
{% endset %}
{% set actions = actions|merge( { 'move' : {'icon': "/assets/prod/images/000000/images/chgcoll_history.png", 'class':'TOOL_chgcoll_btn', 'label' : label} }) %}
{% set actions = actions|merge( { 'move' : {'icon': "/assets/common/images/icons/chgcoll_history.png", 'class':'TOOL_chgcoll_btn', 'label' : label} }) %}
{% endif %}
{% set n_actions = actions|length %}
@@ -292,7 +292,7 @@
<span class="classicButton">
<div class="btn-group">
<button class="TOOL_imgtools_btn results_window btn btn-inverse">
<img src="/assets/prod/images/000000/images/imgtools_history.gif" height="16"
<img src="/assets/common/images/icons/imgtools_history.png" height="16"
width="16"/> {{ 'action : outils' | trans }}
</button>
</div>