Bug #15213 » class.tx_taskcenterrecent.php.diff
typo3/ext/taskcenter_recent/class.tx_taskcenterrecent.php 2005-11-19 12:40:02.000000000 +0100 | ||
---|---|---|
function recent_linkEdit($str,$table,$id) {
|
||
$params = '&edit['.$table.']['.$id.']=edit';
|
||
# $str = '<a href="index.php?SET[function]=tx_taskcenterrecent&display='.$id.'" onClick="this.blur();">'.$str.'</a>';
|
||
$str='<a href="#" onclick="list_frame.'.htmlspecialchars(t3lib_BEfunc::editOnClick($params,$GLOBALS['BACK_PATH'],'dummy.php')).'">'.$str.'</a>';
|
||
$str='<a href="#" onclick="task_list_frame.'.htmlspecialchars(t3lib_BEfunc::editOnClick($params,$GLOBALS['BACK_PATH'],'dummy.php')).'">'.$str.'</a>';
|
||
return $str;
|
||
}
|
||
function getRecentResPointer($be_user_id) {
|
||
... | ... | |
include_once($TYPO3_CONF_VARS[TYPO3_MODE]["XCLASS"]["ext/taskcenter_recent/class.tx_taskcenterrecent.php"]);
|
||
}
|
||
?>
|
||
?>
|
- « Previous
- 1
- 2
- Next »