The D7 admin form has two problems:
- The roles field isn't renderd as a form element, so the important #description (and #title) isn't shown.
- The javascript to hide/show the link options doesn't work because the expected HTML ID isn't emitted (for D7, the ID is in $element['#id'], not $element['#attributes']['id']).
| Comment | File | Size | Author |
|---|---|---|---|
| fix-admin-form.diff | 1.32 KB | mooffie |
Comments
Comment #1
mooffie commentedAnother patch I'm about to publish touches the same line, so I have to postpone this one.
Comment #2
mooffie commentedCommitted.
http://drupal.org/cvs?commit=407858