ZF-3538: Setting class on form element sets class on label
Description
when setting the class of a form element the corresponding label element is set to the same class.
example code: $element->class = $foo;
sets and
when setting the class of a form element the corresponding label element is set to the same class.
example code: $element->class = $foo;
sets and
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-04T06:20:07.000+0000
Confirmed; scheduling for 1.6 final release.
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-05T08:08:01.000+0000
Patched in trunk with r10677 and in 1.6 release branch with r10678.
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:33.000+0000
Updating for the 1.6.0 release.