Project

General

Profile

Feature #14525 ยป 0000743-tslib_content_addreset.diff

Administrator Admin, 2005-02-03 22:44

View differences:

class.tslib_content.php Thu Feb 3 22:40:47 2005
$confData['fieldname'], t3lib_div::deHSCentities(htmlspecialchars($value)));
}
break;
case 'reset':
$value=trim($parts[2]);
$fieldCode=sprintf('<input type="reset" name="%s"'.$elementIdAttribute.' value="%s"'.$addParams.' />',
$confData['fieldname'], t3lib_div::deHSCentities(htmlspecialchars($value)));
break;
case 'label':
$fieldCode = nl2br(htmlspecialchars(trim($parts[2])));
break;
    (1-1/1)