Mercurial > lada > lada-client
diff app/view/widget/base/TextField.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 | 41d480b69436 |
children | 291ac2e2bcf5 |
line wrap: on
line diff
--- a/app/view/widget/base/TextField.js Mon Mar 16 12:11:34 2015 +0100 +++ b/app/view/widget/base/TextField.js Mon Mar 16 17:09:15 2015 +0100 @@ -28,16 +28,16 @@ }, { xtype: 'image', name: 'warnImg', - src: 'resources/img/icon-warning.gif', - width: 12, - height: 12, + src: 'resources/img/dialog-warning.png', + width: 14, + height: 14, hidden: true }, { xtype: 'image', name: 'errorImg', - src: 'resources/img/icon-error.gif', - width: 12, - height: 12, + src: 'resources/img/emblem-important.png', + width: 14, + height: 14, hidden: true }]; this.callParent(arguments);