Bugzilla – Attachment 154284 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.49 KB, created by
Sam Lau
on 2023-08-04 14:51:43 UTC
(
hide
)
Description:
Bug 33895: (follow-up) Build overdrive tab-pane only if OverDriveCirculation is turned on
Filename:
MIME Type:
Creator:
Sam Lau
Created:
2023-08-04 14:51:43 UTC
Size:
1.49 KB
patch
obsolete
>From 095af13f7b11e97ac5a7c3d4b4b0243588be2cc7 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 > >Signed-off-by: Sam Lau <samalau@gmail.com> >--- > 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 4e801d55b8..40afc728b0 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