Project

General

Profile

Bug #23373 » bug_0015456.patch

Administrator Admin, 2010-08-14 11:52

View differences:

typo3_src-4.4.2.new/typo3/wizard_colorpicker.php 2010-08-14 11:23:13.000000000 +0200
<!-- Hidden fields with values that has to be kept constant -->
<input type="hidden" name="showPicker" value="1" />
<input type="hidden" name="fieldChangeFunc" value="'.htmlspecialchars($this->fieldChangeFunc).'" />
<input type="hidden" name="fieldChangeFuncHash" value="'.htmlspecialchars($this->fieldChangeFuncHash).'" />
<input type="hidden" name="fieldName" value="'.htmlspecialchars($this->fieldName).'" />
<input type="hidden" name="formName" value="'.htmlspecialchars($this->formName).'" />
<input type="hidden" name="md5ID" value="'.htmlspecialchars($this->md5ID).'" />
......
$SOBE->main();
$SOBE->printContent();
?>
?>
(1-1/2)