partkeepr

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

commit 3a1071edaac16f70429e989703d1f2a1d25221f4
parent afa945f4cb0546a5334b762e01c1606dfb9fba5c
Author: Felicitus <felicitus@felicitus.org>
Date:   Tue,  5 Jul 2011 07:50:12 +0200

Changed icons+text for add/delete part buttons

Diffstat:
Mfrontend/js/Components/Part/PartsGrid.js | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/frontend/js/Components/Part/PartsGrid.js b/frontend/js/Components/Part/PartsGrid.js @@ -9,6 +9,11 @@ Ext.define('PartKeepr.PartsGrid', { // We want to display the texts for the add/delete buttons buttonTextMode: 'show', + addButtonText: i18n("Add Part"), + addButtonIcon: 'resources/silkicons/brick_add.png', + deleteButtonText: i18n("Delete Part"), + deleteButtonIcon: 'resources/silkicons/brick_delete.png', + viewConfig: { plugins: { ddGroup: 'CategoryTree',