Mercurial > lada > lada-client
changeset 1294:c1b7db04b39c
changed some form buttons to look like buttons
author | Maximilian Krambach <mkrambach@intevation.de> |
---|---|
date | Thu, 02 Feb 2017 10:34:53 +0100 |
parents | 16a80ca16732 |
children | 171eacf989d8 |
files | app/view/form/Ortserstellung.js app/view/window/MessprogrammOrt.js app/view/window/Ortszuordnung.js |
diffstat | 3 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/form/Ortserstellung.js Wed Feb 01 19:38:06 2017 +0100 +++ b/app/view/form/Ortserstellung.js Thu Feb 02 10:34:53 2017 +0100 @@ -174,6 +174,7 @@ this.dockedItems = [{ xtype: 'toolbar', dock: 'bottom', + ui: 'footer', border: '0, 1, 1, 1', style: { borderBottom: '1px solid #b5b8c8 !important',
--- a/app/view/window/MessprogrammOrt.js Wed Feb 01 19:38:06 2017 +0100 +++ b/app/view/window/MessprogrammOrt.js Thu Feb 02 10:34:53 2017 +0100 @@ -87,6 +87,7 @@ dockedItems: [{ xtype: 'toolbar', dock: 'bottom', + ui: 'footer', border: '0, 1, 1, 1', style: { borderBottom: '1px solid #b5b8c8 !important',
--- a/app/view/window/Ortszuordnung.js Wed Feb 01 19:38:06 2017 +0100 +++ b/app/view/window/Ortszuordnung.js Thu Feb 02 10:34:53 2017 +0100 @@ -137,6 +137,7 @@ dockedItems: [{ xtype: 'toolbar', dock: 'bottom', + ui: 'footer', border: '0, 1, 1, 1', style: { borderBottom: '1px solid #b5b8c8 !important',