Mercurial > lada > lada-client
comparison app/view/widget/base/CheckBox.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 | f240fe19ff5d |
children | 291ac2e2bcf5 |
comparison
equal
deleted
inserted
replaced
622:ee92e352be20 | 632:fead63bb5fb4 |
---|---|
28 msgTarget: 'none', | 28 msgTarget: 'none', |
29 tpl: this.tpl | 29 tpl: this.tpl |
30 }, { | 30 }, { |
31 xtype: 'image', | 31 xtype: 'image', |
32 name: 'warnImg', | 32 name: 'warnImg', |
33 src: 'resources/img/icon-warning.gif', | 33 src: 'resources/img/dialog-warning.png', |
34 width: 12, | 34 width: 14, |
35 height: 12, | 35 height: 14, |
36 hidden: true | 36 hidden: true |
37 }, { | 37 }, { |
38 xtype: 'image', | 38 xtype: 'image', |
39 name: 'errorImg', | 39 name: 'errorImg', |
40 src: 'resources/img/icon-error.gif', | 40 src: 'resources/img/emblem-important.png', |
41 width: 12, | 41 width: 14, |
42 height: 12, | 42 height: 14, |
43 hidden: true | 43 hidden: true |
44 }]; | 44 }]; |
45 this.callParent(arguments); | 45 this.callParent(arguments); |
46 }, | 46 }, |
47 | 47 |