Explorar el Código

Merge pull request #1272 from aragonc/1.10.x

fix layout admin - refs BT#7683
Alex Aragon Calixto hace 8 años
padre
commit
fb0ae50767
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      main/template/default/admin/settings_index.tpl

+ 1 - 1
main/template/default/admin/settings_index.tpl

@@ -51,7 +51,7 @@ $(document).ready(function() {
                     {{ block_item.icon }} {{ block_item.label }}
                     {{ block_item.icon }} {{ block_item.label }}
                     {% if block_item.editable and _u.is_admin %}
                     {% if block_item.editable and _u.is_admin %}
                         <a class="admin-edit-block pull-right" href="#" data-label="{{ block_item.label }}" title="{{ 'Edit' | get_lang }}" data-id="{{ block_item.class }}">
                         <a class="admin-edit-block pull-right" href="#" data-label="{{ block_item.label }}" title="{{ 'Edit' | get_lang }}" data-id="{{ block_item.class }}">
-                            <img src="{{ _p.web_img }}icons/22/edit.png" alt="{{ 'Edit' | get_lang }}">
+                            <img src="{{ "edit.png"|icon(22) }}" width="22" height="22" alt="{{ "Edit"|get_lang }}" title="{{ "Edit"|get_lang }}" />
                         </a>
                         </a>
                     {% endif %}
                     {% endif %}
                 </div>
                 </div>