Changeset 1190

Show
Ignore:
Timestamp:
07/01/09 05:16:29 (4 years ago)
Author:
tschaub
Message:

No add layer button in the embed viewer.

Files:

Legend:

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

    r1182 r1190  
    8686        this.registerBackgroundListeners(); 
    8787 
    88         var addLayerButton = new Ext.Button({ 
    89             tooltip : "Add Layers", 
    90             disabled: true, 
    91             iconCls: "icon-addlayers", 
    92             handler : this.showCapabilitiesGrid, 
    93             scope: this 
    94         }); 
    95         this.on("ready", function() {addLayerButton.enable();}); 
    96  
    9788        var toolbar = new Ext.Toolbar({ 
    9889            xtype: "toolbar",