[ 
http://jira.magnolia-cms.com/browse/MGNLFORM-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Teresa Miyar updated MGNLFORM-27:
---------------------------------

    Priority: Minor  (was: Major)

> Using Radios or checkboxes, a additional fieldset is missing when the legend 
> is empty. Radios and checkboxes have to wrapped with a fieldset and describe 
> by an optional legend.
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MGNLFORM-27
>                 URL: http://jira.magnolia-cms.com/browse/MGNLFORM-27
>             Project: Magnolia Form Module
>          Issue Type: Bug
>    Affects Versions: 1.0
>            Reporter: Teresa Miyar
>            Assignee: Teresa Miyar
>            Priority: Minor
>             Fix For: 1.0.1
>
>
> Using Radios or checkboxes, a additional fieldset is missing when the legend 
> is empty. Radios and checkboxes have to wrapped with a fieldset and describe 
> by an optional legend.
> wrong:
> <div>
>  <label for="field-1" id="">
>  <input type="checkbox" value="h" name="" id="field-1" />
>  Bitte rufen Sie mich schnellstmöglich zurück.
>  </label>
> </div>
> better:
> <div>
>  <fieldset>
>    <legend>Legend</legend> (this is optional)
>    <label for="field-1">
>      <input type="checkbox" id="field-1" name="checkbox-grp1" />
>      <span>Checkboxoption 1</span>
>    </label>
>  </fieldset>   
> </div> 

-- 
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