ZF-2519: Label decorators should use id attribute if available
Description
The Label decorator currently passes an element's name to the FormLabel view helper. However, it should use the element's id attribute, if present, and only use the name as a safe default.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-01-30T15:24:00.000+0000
Resolved with r7705.