Bug #15334 ยป bug_2134.patch
TYPO3core_testing/typo3/alt_clickmenu.php 2005-12-29 21:00:03.000000000 +0100 | ||
---|---|---|
return $this->linkItem(
|
||
$this->label('tempMountPoint'),
|
||
$this->excludeIcon('<img'.t3lib_iconWorks::skinImg($this->PH_backPath,'gfx/placeasroot.gif','width="14" height="12"').' alt="" />'),
|
||
'',
|
||
"if (top.content.nav_frame) { top.content.nav_frame.document.location = 'alt_db_navframe.php?setTempDBmount=".intval($page_id)."'; } return hideCM();"
|
||
);
|
||
}
|