Mercurial > lada > lada-client
comparison app/view/window/SetStatus.js @ 1114:66d4b392bc5f
Adapt icon for button to Rev 05948135ce75.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 18 May 2016 14:05:50 +0200 |
parents | 7a71723fda83 |
children | d5b9a5c75872 |
comparison
equal
deleted
inserted
replaced
1113:566976d72ce5 | 1114:66d4b392bc5f |
---|---|
78 text: 'Verarbeite Statusänderungen' | 78 text: 'Verarbeite Statusänderungen' |
79 }]; | 79 }]; |
80 this.buttons = [{ | 80 this.buttons = [{ |
81 text: i18n.getMsg('statusSetzen'), | 81 text: i18n.getMsg('statusSetzen'), |
82 name: 'start', | 82 name: 'start', |
83 icon: 'resources/img/emblem-important.png', | 83 icon: 'resources/img/mail-mark-notjunk.png', |
84 handler: this.setStatus | 84 handler: this.setStatus |
85 }, { | 85 }, { |
86 text: i18n.getMsg('cancel'), | 86 text: i18n.getMsg('cancel'), |
87 name: 'abort', | 87 name: 'abort', |
88 handler: this.closeWindow | 88 handler: this.closeWindow |