Bugzilla – Attachment 149401 Details for
Bug 18829
Elasticsearch - Add ability to view the ES indexed record
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18829: (QA follow-up) Fix punctuation, capitalization and page title
Bug-18829-QA-follow-up-Fix-punctuation-capitalizat.patch (text/plain), 2.65 KB, created by
Katrin Fischer
on 2023-04-10 17:08:07 UTC
(
hide
)
Description:
Bug 18829: (QA follow-up) Fix punctuation, capitalization and page title
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-04-10 17:08:07 UTC
Size:
2.65 KB
patch
obsolete
>From 626edaf372ce012158e3e006a4363dffbefc6b89 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 22 Aug 2020 10:05:19 +0000 >Subject: [PATCH] Bug 18829: (QA follow-up) Fix punctuation, capitalization and > page title > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 4 ++-- > .../intranet-tmpl/prog/en/modules/catalogue/showelastic.tt | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 4d4ccccb6e..e983999b14 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -158,7 +158,7 @@ > [% END %] > > [% IF ( Koha.Preference('SearchEngine') == 'Elasticsearch' ) %] >- <span id="catalogue_detail_elastic_record" class="results_summary"><span class="label">Elasticsearch Record :</span> <a href="/cgi-bin/koha/catalogue/showelastic.pl?id=[% biblionumber | uri %]" title="ELASTIC" class="previewElastic">Show</a></span> >+ <span id="catalogue_detail_elastic_record" class="results_summary"><span class="label">Elasticsearch record:</span> <a href="/cgi-bin/koha/catalogue/showelastic.pl?id=[% biblionumber | uri %]" title="Elasticsearch record" class="previewElastic">Show</a></span> > [% END %] > > [% IF ( holdcount ) %] >@@ -1136,7 +1136,7 @@ Note that permanent location is a code, and location may be an authval. > <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">Ã</button> >- <h3 id="elasticPreviewLabel">Elastic record</h3> >+ <h3 id="elasticPreviewLabel">Elasticsearch record</h3> > </div> > <div class="modal-body"> > <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showelastic.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showelastic.tt >index cf818aded9..53fa8b9ce0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showelastic.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showelastic.tt >@@ -1,6 +1,6 @@ > [% INCLUDE 'doc-head-open.inc' %] > [% USE raw %] >-<title>Koha › Cataloging › MARC import</title> >+<title>Koha › Catalog › Elasticsearch record</title> > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > </head> > <body id="catalog_showelastic" class="catalog"> >-- >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 18829
:
64456
|
89001
|
89007
|
89248
|
89249
|
89250
|
90370
|
108103
|
108104
|
108191
|
108944
|
108945
|
148757
|
148758
|
148759
|
148760
|
149400
| 149401 |
149402
|
149403
|
149404
|
149745