Project

General

Profile

Bug #17383 » 0005789.patch

Administrator Admin, 2007-06-13 13:17

View differences:

typo3/sysext/cms/layout/db_new_content_el.php (Arbeitskopie)
$tL[]='<input type="radio" name="tempB" value="'.htmlspecialchars($k).'" onclick="'.htmlspecialchars($this->doc->thisBlur().$oC).'" />';
// Onclick action for icon/title:
$aOnClick = 'document.editForm.tempB['.$cc.'].checked=1;'.$this->doc->thisBlur().$oC.'return false;';
$aOnClick = 'document.getElementsByName(\'tempB\')['.$cc.'].checked=1;'.$this->doc->thisBlur().$oC.'return false;';
// Icon:
$iInfo = @getimagesize($wInfo['icon']);
(2-2/2)