# HG changeset patch # User Maximilian Krambach # Date 1486028093 -3600 # Node ID c1b7db04b39ca2b30aa7de1f1df41843d651fc4e # Parent 16a80ca1673242daaff3fa47f50fd16270370f27 changed some form buttons to look like buttons diff -r 16a80ca16732 -r c1b7db04b39c app/view/form/Ortserstellung.js --- 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', diff -r 16a80ca16732 -r c1b7db04b39c app/view/window/MessprogrammOrt.js --- 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', diff -r 16a80ca16732 -r c1b7db04b39c app/view/window/Ortszuordnung.js --- 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',