comparison app/view/Viewport.js @ 148:ed7fb4fa32dc

Do not hide search buttons and the resultlist on initial load.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Mon, 01 Jul 2013 14:20:08 +0200
parents 19eab475bbe5
children 1a11ae666f11
comparison
equal deleted inserted replaced
147:5da0b56bf9bf 148:ed7fb4fa32dc
47 id: 'ResetBtn', 47 id: 'ResetBtn',
48 text: 'Zurücksetzen', 48 text: 'Zurücksetzen',
49 xtype: 'button' 49 xtype: 'button'
50 } 50 }
51 ], 51 ],
52 hidden: true 52 hidden: false
53 53
54 }, 54 },
55 // Resultlist for the query. 55 // Resultlist for the query.
56 { 56 {
57 id: 'result', 57 id: 'result',
58 xtype: 'probenlist', 58 xtype: 'probenlist',
59 hidden: true 59 hidden: false
60 } 60 }
61 ] 61 ]
62 }; 62 };
63 this.callParent(arguments); 63 this.callParent(arguments);
64 } 64 }

http://lada.wald.intevation.org