Development

#652 (Unique IDs or Classes for fieldsets in edit Success (Admin Generator))

You must first sign up to be able to contribute.

Ticket #652 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Unique IDs or Classes for fieldsets in edit Success (Admin Generator)

Reported by: smallbeer Assigned to:
Priority: minor Milestone: 0.6.3
Component: Version:
Keywords: Cc:
Qualification:

Description

It would be useful for styling forms if the fieldsets in editSuccess had unique IDs when fields are grouped. So..

display:
  "Content Details": [title, summary, body]
  "Workflow": [status_id, published_at]

...would become...

<fieldset id="workflow"> and <fieldset id="content_details">

Change History

06/22/06 10:43:09 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 0.6.3.

in r1509