[TYPO3-core] RFC #14306: Links are not styled - looks like they were forgotten
Steffen Kamper
info at sk-typo3.de
Sun May 9 21:41:23 CEST 2010
Hi,
Lars Houmark schrieb:
>
> Could it maybe be possible to check whether a library/class is available
> to the install tool, but soft-checking availability instead of the
> current method? AFAIU there are things that is not initialized when the
> install tool runs by it self or maybe even more simple, the goToModule
> function could call the install tool with a GET parameter when loading
> it from the backend and this should decide the swap in design skin. What
> do you think?
>
could be done with a very easy check in js
if ( top.location === document.location) {
// standalone
} else {
// in BE
}
vg Steffen
More information about the TYPO3-team-core
mailing list