Bugzilla – Attachment 143862 Details for
Bug 32199
Add page-section to various patron pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32199: (follow-up) Add page-section to circulation history
Bug-32199-follow-up-Add-page-section-to-circulatio.patch (text/plain), 1.17 KB, created by
Katrin Fischer
on 2022-11-14 19:21:20 UTC
(
hide
)
Description:
Bug 32199: (follow-up) Add page-section to circulation history
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-11-14 19:21:20 UTC
Size:
1.17 KB
patch
obsolete
>From 9648f95f9145b6a64b3021d9939c4c45c8faeb6a Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 14 Nov 2022 19:01:45 +0000 >Subject: [PATCH] Bug 32199: (follow-up) Add page-section to circulation > history > >Note: There is a trick here. If OnsiteCheckouts are active, >the circulation history will be tabbed and not use page-section. >If the pref is off, you'll see the page-section with this patch. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >index 404893a509..0be2e8f22f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >@@ -64,7 +64,7 @@ > <div class="tab-content"> > <div id="readingrec" role="tabpanel" class="tab-pane active"> > [% ELSE %] >- <div id="readingrec"> >+ <div id="readingrec" class="page-section"> > [% END %] > <table id="table_readingrec"> > <thead> >-- >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 32199
:
143856
|
143861
|
143862
|
143863
|
143866
|
143867
|
143868
|
143869
|
143870
|
143871
|
143872