Przeglądaj źródła

Merge pull request #1272 from aragonc/1.10.x

fix layout admin - refs BT#7683
Alex Aragon Calixto 8 lat temu
rodzic
commit
fb0ae50767
1 zmienionych plików z 1 dodań i 1 usunięć
  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 }}
                     {% 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 }}">
-                            <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>
                     {% endif %}
                 </div>