Bugzilla – Attachment 152051 Details for
Bug 33895
Use template wrapper for tabs: OPAC user summary
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33895: (follow-up) Build overdrive tab-pane only if OverDriveCirculation is turned on
Bug-33895-follow-up-Build-overdrive-tab-pane-only-.patch (text/plain), 1.44 KB, created by
Lucas Gass (lukeg)
on 2023-06-06 16:17:52 UTC
(
hide
)
Description:
Bug 33895: (follow-up) Build overdrive tab-pane only if OverDriveCirculation is turned on
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-06-06 16:17:52 UTC
Size:
1.44 KB
patch
obsolete
>From 0f0f4139a90b1bd98d97f3cac0db5a3a7d08cdb1 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 6 Jun 2023 16:16:30 +0000 >Subject: [PATCH] Bug 33895: (follow-up) Build overdrive tab-pane only if > OverDriveCirculation is turned on > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index b26eb9117a..12d226c72a 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -313,9 +313,10 @@ > [% END # /WRAPPER tabs_nav %] > > [% WRAPPER tab_panels %] >- [% WRAPPER tab_panel tabname="opac-user-overdrive" %] >- [% END # /tab_panel#opac-user-overdrive %] >- >+ [% IF ( OverDriveCirculation ) %] >+ [% WRAPPER tab_panel tabname="opac-user-overdrive" %] >+ [% END # /tab_panel#opac-user-overdrive %] >+ [% END %] > [% WRAPPER tab_panel tabname="opac-user-checkouts" %] > [% IF ( issues_count ) %] > <form id="renewselected" action="/cgi-bin/koha/opac-renew.pl" method="post"> >-- >2.30.2
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 33895
:
152047
|
152051
|
152298
|
152299
|
154231
|
154232
|
154283
|
154284
|
154785
|
154786