partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit c4a19ad78b807db9693da8433049297d5c47f914
parent 90cf0099456ff9462b16613321c0efce269390d9
Author: Felicitus <felicitus@felicitus.org>
Date:   Tue,  8 Sep 2015 15:07:35 +0200

Use proper reload icon cls instead of linking to icon directly

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Components/CategoryEditor/CategoryEditorTree.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/CategoryEditor/CategoryEditorTree.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/CategoryEditor/CategoryEditorTree.js @@ -130,7 +130,7 @@ Ext.define("PartKeepr.CategoryEditorTree", { }); this.toolbarReloadButton = Ext.create("Ext.button.Button", { - icon: 'extjs/resources/themes/images/default/grid/refresh.gif', + iconCls: 'x-tbar-loading', tooltip: i18n("Reload"), handler: this._onReloadClick, scope: this