+2010-04-28 Susanne Moog <typo3@susanne-moog.de>
+
+ * Fixed bug #14139: condensed mode in backend does not work (thanks to Stefan Galinski)
+
2010-04-27 Steffen Kamper <info@sk-typo3.de>
* Follow-up to bug #14201: getBrowserInfo delivers wrong info
}
top.fsMod.currentBank = bank;
- if (top.condensedMode) {
+ if (top.TYPO3.configuration.condensedMode) {
top.content.location.href = theUrl;
} else {
parent.list_frame.location.href=theUrl;
}
top.fsMod.currentBank = bank;
- if (top.condensedMode) {
+ if (top.TYPO3.configuration.condensedMode) {
top.content.location.href = theUrl;
} else {
parent.list_frame.location.href=theUrl;