Bug #14467 ยป editExtension.diff
typo3_src-3.8.0/typo3/ext/tstemplate_info/class.tx_tstemplateinfo.php 2005-10-05 21:51:14.000000000 +0200 | ||
---|---|---|
</table>';
|
||
// Edit all icon:
|
||
$outCode.='<BR><a href="#" onClick="'.t3lib_BEfunc::editOnClick("&edit[sys_template][".$tplRow["uid"]."]=edit",$BACK_PATH,"").'"><strong>Click here to edit whole template record</strong></a>';
|
||
$outCode.='<BR><a href="#" onClick="'.t3lib_BEfunc::editOnClick(rawurlencode('&createExtension=0').'&edit[sys_template]['.$tplRow['uid'].']=edit',$BACK_PATH,'').'"><strong>Click here to edit whole template record</strong></a>';
|
||
$theOutput.=$this->pObj->doc->spacer(25);
|
||
$theOutput.=$this->pObj->doc->section("",$outCode);
|