• 
      

    Add support for radio actions and label classes in config forms.

    Review Request #6157 — Created July 28, 2014 and submitted — Latest diff uploaded

    Information

    Djblets
    release-0.8.x
    4b1cb95...

    Reviewers

    This adds the ability to add radio actions to list items in config
    forms. These work just like checkboxes, and can be given a name for
    grouping.

    Labels also have a class name now, so that they can be styled or
    referenced. These are named similarly to the actions themselves.

    Made use of these in another change. Checkboxes and radio buttons worked.