[fusion-commits] r2394 - trunk/widgets
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Wed Jun 1 16:37:32 EDT 2011
Author: madair
Date: 2011-06-01 13:37:32 -0700 (Wed, 01 Jun 2011)
New Revision: 2394
Modified:
trunk/widgets/SaveSession.js
Log:
re #457: layout adjustments
Modified: trunk/widgets/SaveSession.js
===================================================================
--- trunk/widgets/SaveSession.js 2011-06-01 14:52:35 UTC (rev 2393)
+++ trunk/widgets/SaveSession.js 2011-06-01 20:37:32 UTC (rev 2394)
@@ -52,8 +52,8 @@
label: 'Save Session',
modal: false,
resize: true,
- width:400,
- height:200
+ width: 500,
+ height: 150
});
},
@@ -77,20 +77,15 @@
this.form = new Jx.Form({
name: 'testForm',
- formClass: 'jxFormInline'
+ formClass: 'jxFormBlock'
}).addTo(this.oDialog.content);
- var fieldSet2 = new Jx.Fieldset({
- legend: 'Session URL',
- id: 'FieldSet2',
- fieldsetClass: 'jxFormInline'
- }).addTo(this.form);
-
this.oInputURL = new Jx.Field.Text({
id: 'sessionUrl',
name: 'sessionUrl',
- label: 'URL'
- }).addTo(fieldSet2);
+ label: 'Session URL',
+ width: 400
+ }).addTo(this.form);
var info = document.createElement('div');
info.innerHTML = "Copy and paste the URL above to restore this session";
More information about the fusion-commits
mailing list