[fusion-commits] r1557 - trunk/widgets

svn_fusion at osgeo.org svn_fusion at osgeo.org
Fri Sep 26 13:04:50 EDT 2008


Author: pagameba
Date: 2008-09-26 13:04:50 -0400 (Fri, 26 Sep 2008)
New Revision: 1557

Modified:
   trunk/widgets/TaskPane.js
Log:
remove title bar on task pane.

Modified: trunk/widgets/TaskPane.js
===================================================================
--- trunk/widgets/TaskPane.js	2008-09-26 17:04:32 UTC (rev 1556)
+++ trunk/widgets/TaskPane.js	2008-09-26 17:04:50 UTC (rev 1557)
@@ -100,7 +100,7 @@
         this.iframe.style.border = '0px solid #fff';
         this.oTaskPane = new Jx.Panel({
             toolbars: [this.toolbar], 
-            label: OpenLayers.i18n('taskPane'), 
+            hideTitle: true,
             content: this.iframe
         });
         $(this.domObj).addClass('taskPanePanel');



More information about the fusion-commits mailing list