Bugzilla – Attachment 160037 Details for
Bug 35603
Add plugin feature to allow plugins to warn if any external library modules needed are missing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35603: (follow-up) Fix colspan count
Bug-35603-follow-up-Fix-colspan-count.patch (text/plain), 1.54 KB, created by
Martin Renvoize (ashimema)
on 2023-12-19 16:30:27 UTC
(
hide
)
Description:
Bug 35603: (follow-up) Fix colspan count
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-12-19 16:30:27 UTC
Size:
1.54 KB
patch
obsolete
>From fd28d2b85216afc904907d9ac02e673effbf5d6e Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 19 Dec 2023 16:29:14 +0000 >Subject: [PATCH] Bug 35603: (follow-up) Fix colspan count > >This isn't directly related to the bug, but was apparent whilst testing. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/modules/plugins/plugins-home.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 318de4571b9..a825c23d60c 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 >@@ -154,9 +154,9 @@ > <span class="label label-warning">ERRORS</span> > </td> > [% IF ( CAN_user_plugins_configure || CAN_user_plugins_manage || CAN_user_plugins_report || CAN_user_plugins_tool ) %] >- <td colspan="7"> >+ <td colspan="8"> > [% ELSE %] >- <td colspan="6"> >+ <td colspan="7"> > [% END %] > > [% IF plugin.error == 'missing_libs' %] >-- >2.43.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 35603
:
160008
|
160036
|
160037
|
165975