Public Member Functions | |
onClickEvent ($pid, $newPagePID) | |
Creates the onclick event for the insert-icons. | |
linkPageTitle ($str, $rec) | |
Wrapping page title. | |
boldTitle ($t_code, $dat, $id) | |
Wrap $t_code in bold IF the $dat uid matches $id. | |
Public Attributes | |
$l_insertNewPageHere = 'movePageToHere' |
|
Wrap $t_code in bold IF the $dat uid matches $id.
Reimplemented from t3lib_positionMap. Definition at line 161 of file move_el.php. 00161 {
00162 return parent::boldTitle($t_code,$dat,$GLOBALS['SOBE']->moveUid);
00163 }
|
|
Wrapping page title.
Reimplemented from t3lib_positionMap. Definition at line 148 of file move_el.php. 00148 { 00149 $url = t3lib_div::linkThisScript(array('uid'=>intval($rec['uid']),'moveUid'=>$GLOBALS['SOBE']->moveUid)); 00150 return '<a href="'.htmlspecialchars($url).'">'.$str.'</a>'; 00151 }
|
|
Creates the onclick event for the insert-icons.
Reimplemented from t3lib_positionMap. Definition at line 137 of file move_el.php. 00137 { 00138 return 'document.location=\'tce_db.php?cmd[pages]['.$GLOBALS['SOBE']->moveUid.']['.$this->moveOrCopy.']='.$pid.'&redirect='.rawurlencode($this->R_URI).'&prErr=1&uPT=1&vC='.$GLOBALS['BE_USER']->veriCode().'\';return false;'; 00139 }
|
|
Reimplemented from t3lib_positionMap. Definition at line 128 of file move_el.php. |