Bug #18290 » ff3_t41.diff
typo3/class.alt_menu_functions.inc (working copy) | ||
---|---|---|
// Command for the selector box:
|
||
$JScmd = '
|
||
top.content.location=top.getModuleUrl(top.TS.PATH_typo3+"'.$this->wrapLinkWithAB($link).'"'.$addJS.'+additionalGetVariables);
|
||
top.document.getElementsByName(\'content\')[0].src=top.getModuleUrl(top.TS.PATH_typo3+"'.$this->wrapLinkWithAB($link).'"'.$addJS.'+additionalGetVariables);
|
||
top.fsMod.currentMainLoaded="'.$moduleName.'";
|
||
';
|
||
... | ... | |
top.content.nav_frame.location=top.getModuleUrl(top.TS.PATH_typo3+"'.$subNavFrameScript.'");
|
||
}
|
||
} else {
|
||
top.content.location=top.TS.PATH_typo3+(
|
||
top.document.getElementsByName(\'content\')[0].src=top.TS.PATH_typo3+(
|
||
top.nextLoadModuleUrl?
|
||
"'.($prefix?$this->wrapLinkWithAB($link).'&exScript=':'').'listframe_loader.php":
|
||
"'.$this->wrapLinkWithAB($link).'"'.$addJS.'+additionalGetVariables
|
- « Previous
- 1
- …
- 4
- 5
- 6
- Next »