From 5a8a4f13fc793fcc7c5b27dcf39f27ae00752070 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 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.
---
 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..262ae628e1 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 id="installed_plugins">
                             <tr>
                                 <th>Name</th>
                                 <th>Description</th>
-- 
2.11.0