Project

General

Profile

Bug #24892 » 17407_v2.patch

Administrator Admin, 2011-02-01 13:13

View differences:

t3lib/js/extjs/components/pagetree/javascript/actions.js (revision )
TYPO3.Components.PageTree.Configuration.temporaryMountPoint = response;
TYPO3.Backend.NavigationContainer.PageTree.addTemporaryMountPointIndicator();
TYPO3.Backend.NavigationContainer.doLayout();
var selectedNode = TYPO3.Backend.NavigationContainer.PageTree.getSelected();
tree.stateId = 'Pagetree' + TYPO3.Components.PageTree.Configuration.temporaryMountPoint;
t3lib/js/extjs/components/pagetree/javascript/app.js (revision )
activeTree: null,
/**
* Listeners
*
* The afterlayout wizard relayoutes the navigation container to fix some nasty
* scrollbar issues.
*
* @type {Object}
*/
listeners: {
afterlayout: {
fn: function() {
this.ownerCt.doLayout();
},
buffer: 250
}
},
/**
* Initializes the application
*
* Set's the necessary language labels, configuration options and sprite icons by an
......
if (TYPO3.Components.PageTree.Configuration.indicator !== '') {
this.addIndicatorItems();
}
this.doLayout();
}, this);
TYPO3.Components.PageTree.App.superclass.initComponent.apply(this, arguments);
......
this.removeIndicator(this.temporaryMountPointInfoIndicator);
this.getTree().refreshTree();
this.getTree().stateId = 'Pagetree';
TYPO3.Backend.NavigationContainer.PageTree.doLayout();
},
this
);
......
TYPO3.Components.PageTree.Configuration.temporaryMountPoint +
'</p>'
});
TYPO3.Backend.NavigationContainer.PageTree.doLayout();
},
/**
(2-2/4)