Changeset 1230

Show
Ignore:
Timestamp:
07/06/09 16:57:23 (4 years ago)
Author:
ahocevar
Message:

merged r1028 from the 0.1.x branch (closes http://projects.opengeo.org/geoext/ticket/276)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js

    r1229 r1230  
    11911191            popup = new GeoExt.Popup({ 
    11921192                title: "Feature Info", 
     1193                layout: "accordion", 
    11931194                lonlat: lonlat, 
    11941195                map: this.mapPanel, 
     
    12151216            popup.add({ 
    12161217                title: title, 
     1218                layout: "fit", 
    12171219                html: html, 
    12181220                autoScroll: true, 
     1221                autoWidth: true, 
    12191222                collapsible: true 
    12201223            });