Bugzilla – Attachment 99815 Details for
Bug 24725
xgettext does not support (yet) ES template literals
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24725: (QA follow-up) Add missing spaces between elements on claims tab
Bug-24725-QA-follow-up-Add-missing-spaces-between-.patch (text/plain), 1.56 KB, created by
Katrin Fischer
on 2020-02-29 11:35:15 UTC
(
hide
)
Description:
Bug 24725: (QA follow-up) Add missing spaces between elements on claims tab
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-02-29 11:35:15 UTC
Size:
1.56 KB
patch
obsolete
>From a3cf37858e849e6fc6a38c9efb75c6914d52e83a Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 24 Feb 2020 17:01:19 +0000 >Subject: [PATCH] Bug 24725: (QA follow-up) Add missing spaces between elements > on claims tab > >There was a missing space between the title and the barcode. >Also added a space between title and author. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index cb8535dcdd..169bdc4e36 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -905,9 +905,9 @@ $(document).ready(function() { > + ( oObj.enumchron || "" ) > + '</a>'; > if ( oObj.author ) { >- title += 'by ' + oObj.author; >+ title += ' by ' + oObj.author; > } >- title += '<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=' + oObj.biblionumber + '&itemnumber=' + oObj.itemnumber + '">' + oObj.barcode + '</a>'; >+ title += ' <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=' + oObj.biblionumber + '&itemnumber=' + oObj.itemnumber + '">' + oObj.barcode + '</a>'; > > return title; > } >-- >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 24725
:
99584
|
99585
|
99646
|
99814
| 99815