Opened 12 years ago
Last modified 10 years ago
#11119 new enhancement
Indicate enabled or disabled status of plugins on web admin panel
Reported by: | Ryan J Ollos | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | next-major-releases |
Component: | admin/web | Version: | |
Severity: | normal | Keywords: | web admin plugin |
Cc: | Steffen Hoffmann | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
There are occasions when I want to be able to determine what plugins are enabled from the Web Admin page, and it is tedious to expand each folded section and inspect the checkboxes. Initially, I started thinking about a solution similar to what is present for other folded sections, such as attachments, for which a number is shown next to the heading to indicate the number of attachments.
What might be more useful in this case, is to change the background color of the form
depending on whether the plugin is enabled or disabled. Maybe that is not obvious enough though. hasienda has done some nice work on the AccountManagerPlugin lately using icons guide the user through the configuration process (see th:#8930 and this attachment). That got me thinking that maybe a check or x icon could be used to indicate a plugins enabled or disabled status (with enabled being defined as at least one component being enabled).
Attachments (0)
Change History (5)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Reporter: | changed from | to
---|
comment:3 by , 11 years ago
Milestone: | → next-dev-1.1.x |
---|
Replying to ryan.j.ollos@…:
maybe a check or x icon could be used to indicate a plugins enabled or disabled status (with enabled being defined as at least one component being enabled).
If icons are used I would suggest some kind of tri-state logic:
[ ]
no components are enabled[o]
some components are enabled[x]
all componets are enabled
comment:4 by , 10 years ago
Reporter: | changed from | to
---|
comment:5 by , 10 years ago
Milestone: | next-dev-1.1.x → next-major-releases |
---|
Retargetting tickets to narrow focus for milestone:1.2. Please move the ticket back to milestone:next-dev-1.1.x if you intend to resolve it by milestone:1.2.
I must have cleared my session data. Anyway, I'm the reporter.