partkeepr

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

commit 64e3ed3b7f1909e1c24492fd9df0fdac0071f6b5
parent 738ec4cb2b5b198c192319308ef730f3461e4d2e
Author: Felicitus <felicitus@felicitus.org>
Date:   Fri, 17 Jun 2011 12:04:51 +0800

Added view icon for the attachment grid

Diffstat:
Mfrontend/js/Components/Widgets/AttachmentGrid.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/frontend/js/Components/Widgets/AttachmentGrid.js b/frontend/js/Components/Widgets/AttachmentGrid.js @@ -38,6 +38,7 @@ Ext.define('PartKeepr.AttachmentGrid', { text: i18n("View"), handler: this.onViewClick, scope: this, + icon: 'resources/silkicons/zoom.png', disabled: true });