changeset 7:54f95ab2f375

Moved title attribute
author Torsten Irländer <torsten.irlaender@intevation.de>
date Mon, 29 Apr 2013 16:16:00 +0200
parents 8e79bda4d55b
children e4fcb4ddd782
files app.js
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/app.js	Mon Apr 29 15:18:26 2013 +0200
+++ b/app.js	Mon Apr 29 16:16:00 2013 +0200
@@ -6,10 +6,10 @@
         console.log('Launching the application');
         Ext.create('Ext.container.Viewport', {
             layout: 'fit',
+            title: 'Probenauswahlmaske',
             items: [
                 {
-                    xtype: 'sqllist',
-                    title: 'Probenauswahlmaske'
+                    xtype: 'sqllist'
                 }
             ]
         });

http://lada.wald.intevation.org