Bugzilla – Attachment 143676 Details for
Bug 32165
Add page-section to some catalog pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32165: Add page-section to issuehistory
Bug-32165-Add-page-section-to-issuehistory.patch (text/plain), 1.27 KB, created by
Katrin Fischer
on 2022-11-10 15:34:15 UTC
(
hide
)
Description:
Bug 32165: Add page-section to issuehistory
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-11-10 15:34:15 UTC
Size:
1.27 KB
patch
obsolete
>From 03f38d4978d1b03ee7609b93b19949421a5f2386 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 10 Nov 2022 10:58:59 +0000 >Subject: [PATCH] Bug 32165: Add page-section to issuehistory > >Test plan >1) Confirm the issue history view now uses page-section appropriately > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >index b18cb79087..5b0d1c3787 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >@@ -47,9 +47,9 @@ > > [% SET show_patron_column = Koha.Preference('intranetreadinghistory') AND CAN_user_circulate_circulate_remaining_permissions %] > >-<div class="searchresults"> >+<div class="searchresults page-section"> > [% IF checkouts %] >- <h4>Checked out [% checkouts.size | html %] times</h4> >+ <h2>Checked out [% checkouts.size | html %] times</h2> > <table id="table_issues"> > <thead><tr> > [% IF show_patron_column %] >-- >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 32165
:
143638
|
143639
|
143640
|
143674
|
143675
| 143676 |
143677