Bugzilla – Attachment 115001 Details for
Bug 27306
Add subtitle to return claims table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27306: (QA follow-up) Add space between title and subtitle
Bug-27306-QA-follow-up-Add-space-between-title-and.patch (text/plain), 1.26 KB, created by
Katrin Fischer
on 2021-01-10 22:42:55 UTC
(
hide
)
Description:
Bug 27306: (QA follow-up) Add space between title and subtitle
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-01-10 22:42:55 UTC
Size:
1.26 KB
patch
obsolete
>From 97234cb04095cc2a9862830cbfc9583dccc3d1bf Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 10 Jan 2021 23:41:46 +0100 >Subject: [PATCH] Bug 27306: (QA follow-up) Add space between title and > subtitle > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index f9ddf462fd..34977c4632 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -943,7 +943,7 @@ $(document).ready(function() { > "mDataProp": function ( oObj ) { > let title = '<a class="return-claim-title strong" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=' + oObj.biblionumber + '">' > + oObj.title >- + ( oObj.subtitle ? oObj.subtitle : "" ) >+ + ( oObj.subtitle ? " " + oObj.subtitle : "" ) > + ( oObj.enumchron || "" ) > + '</a>'; > if ( oObj.author ) { >-- >2.11.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 27306
:
114692
|
114739
|
115001
|
115095
|
115096