Bugzilla – Attachment 107358 Details for
Bug 25953
Add ID to installed plugins table to ease styling and DOM mods
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25953: Add class to installed plugins table on plugins-home.pl
Bug-25953-Add-class-to-installed-plugins-table-on-.patch (text/plain), 1.23 KB, created by
PTFS Europe Sandboxes
on 2020-07-24 16:01:52 UTC
(
hide
)
Description:
Bug 25953: Add class to installed plugins table on plugins-home.pl
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2020-07-24 16:01:52 UTC
Size:
1.23 KB
patch
obsolete
>From 3eb999b2b2d8715469e3f9c9a517e64b03e1abcf Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Wed, 8 Jul 2020 12:36:46 +0000 >Subject: [PATCH] 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> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >index 1dff52810d..a94538b0ad 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >@@ -101,7 +101,7 @@ > [% END %] > [% END %] > [% ELSE %] >- <table> >+ <table class="installed_plugins"> > <tr> > <th>Name</th> > <th>Description</th> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25953
:
106652
|
107358
|
107370
|
107473
|
107558