Actions
Bug #16116
closedAccessibility error: input type="image"
Status:
Closed
Priority:
Should have
Assignee:
Category:
Content Rendering
Target version:
-
Start date:
2006-05-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
class.tslib_content.php :: function FORM
line 1857 - submit button generation
$image=$this->IMAGE($conf['image.']); .... if($image) { $fieldCode = str_replace('<img','<input type="image"'.$addParams.' name="'.$confData['fieldname'].'"' ,$image);
it is completele wrong. "input" tag doesn't have height, width and border attributes.
(issue imported from #M3397)
Files
Actions