partkeepr

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

commit 5e25c1d9d5ef14696cc9dfbe254dae16eea6e24f
parent 88e572f65e66969f330595b11b458c2d7dd35b36
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed,  2 Jan 2013 09:06:39 +0100

Added tooltip for the attachment column, added icon for the attachment column, added missing closing tag for img

Diffstat:
Msrc/frontend/js/Components/Part/PartsGrid.js | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/frontend/js/Components/Part/PartsGrid.js b/src/frontend/js/Components/Part/PartsGrid.js @@ -218,12 +218,13 @@ Ext.define('PartKeepr.PartsGrid', { defineColumns: function () { this.columns = [ { - header: "", + header: '<img src="resources/diagona-icons/icons/10/190.png"/>', dataIndex: "", width: 30, + tooltip: i18n("Has attachments?"), renderer: this.iconRenderer },{ - header: '<img src="resources/diagona-icons/icons/10/102.png">', + header: '<img src="resources/diagona-icons/icons/10/102.png"/>', dataIndex: "needsReview", width: 25, tooltip: i18n("Needs Review?"),