All of the items of hte search admin settings form are in fieldsets except the Module List, which makes the form look odd. The rationale is obviously not that fieldsets only go around multiple items, because there are two other elements of the form that contain a single item in a fieldset.

Patch will add a fieldset wrapper around the module settings.

Comments

agentrickard’s picture

Status: Active » Needs review
Issue tags: +#d7ux
StatusFileSize
new1.5 KB

The patch.

dawehner’s picture

StatusFileSize
new9.83 KB
new7.59 KB

I needed some time to see the changes, so i post them here.

It definitive looks much more consistent.

yoroy’s picture

Status: Needs review » Reviewed & tested by the community

Only posting a bigger 'before' to demonstrate it's weird looking indeed:
Only local images are allowed.

agentrickard’s picture

Status: Reviewed & tested by the community » Needs review

IMO: We need UI guidleines for fieldsets. I don't understand why single form elements get fieldsets, but since they do on this page, then everything needs to do in a fieldset.

agentrickard’s picture

Status: Needs review » Reviewed & tested by the community

Accidental cross-post changed status. Oops.

yoroy’s picture

The guideline is to *not* frame the main interaction of a form into a fieldset and group secondary, related functionality into fieldsets below.
for example: admin/config/content/formats/1

I'm not familiar enough with these settings to know if these are in the right order, from most important to less? I guess the first one, 'indexing status' is probably the most used one indeed?

Looking at the bigger picture:

- remove the fieldset around 'indexing status'
- combine the 'throttle' and 'settings' fieldsets into one 'Indexing' fieldset
- add a fieldset around the 'active modules'
- leave 'content ranking' as is.

up for it?

webchick’s picture

Title: Search configuration form missing fieldset » Fix display of search configuration form
Status: Reviewed & tested by the community » Needs work

I agree it'd be nice to fix this all in one go, rather than simply adding more visual noise for the sake of consistency.

agentrickard’s picture

Status: Needs work » Needs review
StatusFileSize
new4.29 KB

Here's a patch that follows the guide from #6. One problem, we now need spacing between the index button (at the top) and the first fieldset. (Maybe this is why the first element was in a fieldset after all.)

Best way to add that space?

agentrickard’s picture

StatusFileSize
new94.76 KB

And a pic, for the visually-minded. This is FireFox 3 on a Mac.

yoroy’s picture

Status: Needs review » Needs work

Seven's style.css has styling for input.form-submit at line 552. Looking at the original design mockups by Mark Boulton, and found we need some margins there anyway, for the submit buttons on the bottom of pages as well:

margin: 16px 12px 12px 0;

should do the trick.

Otherwise, this patch is ok. thanks.

jhodgdon’s picture

Bump. Anyone want to update this, and is it still an issue?

jhodgdon’s picture

Status: Needs work » Fixed

This has apparently been fixed in Drupal 7. It doesn't apply to Drupal 6 and before, since they didn't have the ability to turn off individual search modules.

Status: Fixed » Closed (fixed)
Issue tags: -#d7ux

Automatically closed -- issue fixed for 2 weeks with no activity.