Changeset 1186
- Timestamp:
- 07/01/09 02:32:44 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js
r1185 r1186 971 971 zoomSelector.setValue("1 : " + parseInt(scale.data.scale, 10)); 972 972 } else { 973 if (!zoomSelector.rendered) return; 973 if (!zoomSelector.rendered) { 974 return; 975 } 974 976 zoomSelector.clearValue(); 975 977 } … … 1037 1039 }); 1038 1040 1039 var toolGroup = "toolGroup";1040 1041 1041 // create a get feature info control 1042 1042 var info = {controls: []}; … … 1451 1451 var mapInfo = new Ext.Panel({ 1452 1452 title: "Map Info", 1453 html: '<div class="gx-info-panel">' 1454 + '<h2> Title </h2> <p>' + about.title1455 + '</p> <h2> Abstract </h2> <p>' + about['abstract']1456 + '</p> <h2> Keywords </h2> <p>' + about.keywords1457 +'</p> <h2> Contact </h2> <p>' + about.contact +' </p> </div>',1453 html: '<div class="gx-info-panel">' + 1454 '<h2> Title </h2> <p>' + about.title + 1455 '</p> <h2> Abstract </h2> <p>' + about['abstract'] + 1456 '</p> <h2> Keywords </h2> <p>' + about.keywords + 1457 '</p> <h2> Contact </h2> <p>' + about.contact +' </p> </div>', 1458 1458 height: 'auto', 1459 1459 width: 'auto'