Bugzilla – Attachment 165534 Details for
Bug 36206
Administrative plugins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36206: (follow-up) More conditions on display
Bug-36206-follow-up-More-conditions-on-display.patch (text/plain), 1.03 KB, created by
Martin Renvoize (ashimema)
on 2024-04-25 12:18:15 UTC
(
hide
)
Description:
Bug 36206: (follow-up) More conditions on display
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-04-25 12:18:15 UTC
Size:
1.03 KB
patch
obsolete
>From 82acee6fca9903eb8da33f6f69a4ee6290422263 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 25 Apr 2024 13:17:42 +0100 >Subject: [PATCH] Bug 36206: (follow-up) More conditions on display > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >index d833bf3a51b..5c068b39085 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >@@ -148,7 +148,7 @@ > </dl> > [% END %] > >- [% IF plugins_enabled %] >+ [% IF plugins_enabled && ( CAN_user_plugins_manage || CAN_user_plugins_configure || ( CAN_user_plugins_admin && admin_plugins)) %] > <h3>Plugins</h3> > <dl> > [% IF CAN_user_plugins_manage || CAN_user_plugins_configure %] >-- >2.44.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 36206
:
162615
|
162639
|
162640
|
162641
|
162779
|
162780
|
162781
|
162782
|
162783
|
163270
|
163271
|
163272
|
163273
|
163274
|
165533
| 165534 |
165695