[Koha-bugs] [Bug 33336] Use a dedicated column for plugin status in plugins table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Mar 25 07:52:52 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33336

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #148697|0                           |1
        is obsolete|                            |

--- Comment #2 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Created attachment 148698
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148698&action=edit
Bug 33336: Use a dedicated column for plugin status in plugins table

In plugins table plugins/plugins-home.pl the status enable/disable is with the
name, styled as a label.
With new interface ENABLED is yellow, this looks weird.
Also I bet this is bad for accessibility.

I propose to move this info to a dedicated column.
I use bootstrap classes bg-success and bg-warning like in about.pl

Test plan:
1) Install some plugins
2) Go to Administration > Manage plugins
3) Check you see table with column status
4) Disable a plugin
5) Check you see 'Disabled' in status

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list