partkeepr

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

commit d52a353f58fd433dfb8107d0d71937f3e2051825
parent 0a37fe730da3c13dd7fc380e9b966b9e075e21a5
Author: Felicitus <felicitus@felicitus.org>
Date:   Tue,  5 Jul 2011 06:38:23 +0200

Reworked distributor icons

Diffstat:
Mfrontend/js/Components/Distributor/DistributorGrid.js | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/frontend/js/Components/Distributor/DistributorGrid.js b/frontend/js/Components/Distributor/DistributorGrid.js @@ -5,5 +5,8 @@ Ext.define('PartKeepr.DistributorGrid', { {header: i18n("Distributor"), dataIndex: 'name', flex: 1} ], addButtonText: i18n("Add Distributor"), - deleteButtonText: i18n("Delete Distributor") + addButtonIcon: 'resources/silkicons/lorry_add.png', + deleteButtonText: i18n("Delete Distributor"), + deleteButtonIcon: 'resources/silkicons/lorry_delete.png', + }); \ No newline at end of file