Mercurial > lada > lada-client
comparison app/view/widget/base/Datetime.js @ 632:fead63bb5fb4
Updated images for errors and warnings.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Mon, 16 Mar 2015 17:09:15 +0100 |
parents | d47ee7439f44 |
children | 291ac2e2bcf5 |
comparison
equal
deleted
inserted
replaced
622:ee92e352be20 | 632:fead63bb5fb4 |
---|---|
33 listeners: this.listeners | 33 listeners: this.listeners |
34 }); | 34 }); |
35 this.items = [dateField, { | 35 this.items = [dateField, { |
36 xtype: 'image', | 36 xtype: 'image', |
37 name: 'warnImg', | 37 name: 'warnImg', |
38 src: 'resources/img/icon-warning.gif', | 38 src: 'resources/img/dialog-warning.png', |
39 width: 12, | 39 width: 14, |
40 height: 12, | 40 height: 14, |
41 hidden: true | 41 hidden: true |
42 }, { | 42 }, { |
43 xtype: 'image', | 43 xtype: 'image', |
44 name: 'errorImg', | 44 name: 'errorImg', |
45 src: 'resources/img/icon-error.gif', | 45 src: 'resources/img/emblem-important.png', |
46 width: 12, | 46 width: 14, |
47 height: 12, | 47 height: 14, |
48 hidden: true | 48 hidden: true |
49 }]; | 49 }]; |
50 this.callParent(arguments); | 50 this.callParent(arguments); |
51 }, | 51 }, |
52 | 52 |