Password paragraph has wrong markup (label and input are nested)
----------------------------------------------------------------

                 Key: MGNLFORM-86
                 URL: http://jira.magnolia-cms.com/browse/MGNLFORM-86
             Project: Magnolia Form Module
          Issue Type: Bug
    Affects Versions: 1.2.2
            Reporter: Stefan Baur
            Assignee: Tobias Mattsson
         Attachments: formPassword.ftl

the input filed for the password is nested into the label. this breaks the 
design in my project and I dont understand why this should be needed. 

in case of a normal textfield the markup seems correct

PASSWORD:

<label for="sdfsdf" class="" id="sdfsdf_label">
            <span>
              sdf
            </span>
        <input type="password" value="" id="sdfsdf" name="sdfsdf">
 </label>



TEXTFIELD:

<label for="subject">
        <span>
            Subject
        </span>
</label>
<input type="text" maxlength="50" value="" id="subject" name="subject">


I have included my fixed ftl file.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to