At page admin/config/user-interface/modulefilter the following text can be seen:

[x] Tabs
Themes module list into tabs.

[] Autocomplete
Enable this to provide autocomplete suggestions of existing module names in the module filter textfield. Currently only works if tabs are disabled below.

1. in the autocomplete explanation is written " if tabs are disabled below"
That should be " if tabs are disabled above"

2. Perhaps the first setting text can be changed into:
Divides module list into tabs

I read Themes as the plural of Theme and not as a verb. Which results in a weird line.

Comments

greenskin’s picture

Sounds like good changes to me, especially the 'above' instead of 'below'. :D

henrijs.seso’s picture

This above and below is irrelevant. New Form API allows easelly add items dynamically via AHAH so just add that checkbox if first one is off.

greenskin’s picture

@LavaMeTender What happens if a user has JavaScript disabled? I have no problem hiding/showing the additional field but I don't think AHAH is applicable in a settings situation. The user, with JavaScript disabled, would have to save the form twice. Once to enable the visibility of the additional field and again to save it.

henrijs.seso’s picture

@greenSkin Im still exploring and learning D7 but I bet they have solid system in place for no-js cases. I dont even remember how that feature was called, but there is an option to add something to form array that will load element if other element is checked.

realityloop’s picture

Status: Active » Fixed

Fixed in 7.x-1.4

Status: Fixed » Closed (fixed)

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