Project

General

Profile

Bug #22448 ยป 14100.diff

Administrator Admin, 2010-04-14 01:29

View differences:

typo3/js/extjs/viewport.js (working copy)
* @param configuration object configuration of the viewport
* @return void
*/
initComponent: function(configuration) {
initComponent: function() {
//adjust the width of module menu
this.initialConfig.items[1].width = TYPO3.configuration.moduleMenuWidth;
//call parent constructor
TYPO3.Viewport.superclass.initComponent.apply(this, arguments);
this.ContentContainer = Ext.ComponentMgr.get('typo3-contentContainer');
this.NavigationContainer = Ext.ComponentMgr.get('typo3-navigationContainer');
this.Toolbar = Ext.ComponentMgr.get('typo3-toolbar');
this.ModuleMenuContainer = Ext.ComponentMgr.get('typo3-module-menu');
},
/**
typo3/js/extjs/viewportConfiguration.js (working copy)
region: 'west',
id: 'typo3-module-menu',
contentEl: 'typo3-side-menu',
width: TYPO3.configuration.moduleMenuWidth,
width: 159,
anchor: '100% 100%',
border: false
}, {
......
border: false
}]
}]
};
};
    (1-1/1)