Posted by Alex Reisner on December 1, 2005 at 9:19pm
2 followers
Jump to:
| Project: | Drupal core |
| Version: | x.y.z |
| Component: | filter.module |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
The attached patch eliminates the filter_form field type. To me, there is not enough new functionality here to warrant a separate type. The increased control of appearance (via themeability) is better handled with an HTML id attribute and some CSS. The current implementation also requires the Input Format radio buttons to be themed independently from all other radio buttons which, unless there is some drastic change in HTML (it looks similar to me) or the type is likely to be used often, seems like overkill.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| filter.module_17.patch | 1.87 KB | Ignored: Check issue status. | None | None |
Comments
#1
Less is more. Thanks and committed to HEAD.
#2