Bug 25953

Summary: Add ID to installed plugins table to ease styling and DOM mods
Product: Koha Reporter: David Cook <dcook>
Component: Plugin architectureAssignee: David Cook <dcook>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: aleisha, jonathan.druart, lucas, sally.healey
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
20.11.00, 20.05.03
Attachments: Bug 25953: Add class to installed plugins table on plugins-home.pl
Bug 25953: Add class to installed plugins table on plugins-home.pl
Bug 25953: Add class to installed plugins table on plugins-home.pl
Bug 25953: Add ID to installed plugins table on plugins-home.pl
Bug 25953: Add ID to installed plugins table on plugins-home.pl

Description David Cook 2020-07-08 12:32:35 UTC
It would be more exact to say "Installed plugins" instead of "Plugins" on plugins-home.pl.
Comment 1 David Cook 2020-07-08 12:35:50 UTC
Ah, but right now the "Search results" are shown as a h2 under the h1 of Plugins.
Comment 2 David Cook 2020-07-08 12:39:17 UTC
Created attachment 106652 [details] [review]
Bug 25953: Add class to installed plugins table on plugins-home.pl

This patch adds a "installed_plugins" class to the table
of installed plugins.

The idea is that it will ease styling and DOM mods through Javascript.
Comment 3 PTFS Europe Sandboxes 2020-07-24 16:01:52 UTC
Created attachment 107358 [details] [review]
Bug 25953: Add class to installed plugins table on plugins-home.pl

This patch adds a "installed_plugins" class to the table
of installed plugins.

The idea is that it will ease styling and DOM mods through Javascript.

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>
Comment 4 Katrin Fischer 2020-07-26 13:08:31 UTC
Created attachment 107370 [details] [review]
Bug 25953: Add class to installed plugins table on plugins-home.pl

This patch adds a "installed_plugins" class to the table
of installed plugins.

The idea is that it will ease styling and DOM mods through Javascript.

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 5 Jonathan Druart 2020-07-27 15:04:58 UTC
Why not an id?
Comment 6 Katrin Fischer 2020-07-27 15:13:52 UTC
You are quite right about that...
Comment 7 David Cook 2020-07-29 00:58:31 UTC
(In reply to Jonathan Druart from comment #5)
> Why not an id?

I have no idea. I wrote that patch around 11pm, so I must've not been thinking clearly.

I'll redo this one.
Comment 8 David Cook 2020-07-29 01:00:27 UTC
Created attachment 107473 [details] [review]
Bug 25953: Add ID to installed plugins table on plugins-home.pl

This patch adds a "installed_plugins" ID to the table
of installed plugins.

The idea is that it will ease styling and DOM mods through Javascript.
Comment 9 Katrin Fischer 2020-07-29 23:27:42 UTC
Created attachment 107558 [details] [review]
Bug 25953: Add ID to installed plugins table on plugins-home.pl

This patch adds a "installed_plugins" ID to the table
of installed plugins.

The idea is that it will ease styling and DOM mods through Javascript.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 10 Katrin Fischer 2020-07-29 23:28:03 UTC
A small patch - using my QA powers here...
Comment 11 Jonathan Druart 2020-07-30 15:47:10 UTC
Pushed to master for 20.11, thanks to everybody involved!
Comment 12 Lucas Gass 2020-08-13 14:57:11 UTC
backported to 20.05.x for 20.05.03
Comment 13 Aleisha Amohia 2020-08-16 20:30:53 UTC
enhancement, not backported to 19.11.x