Bugzilla – Attachment 107295 Details for
Bug 26016
Capitalization: MARC Preview
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26016: Fix capitalization for "MARC Preview"
Bug-26016-Fix-capitalization-for-MARC-Preview.patch (text/plain), 1.61 KB, created by
Marcel de Rooy
on 2020-07-24 09:59:29 UTC
(
hide
)
Description:
Bug 26016: Fix capitalization for "MARC Preview"
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2020-07-24 09:59:29 UTC
Size:
1.61 KB
patch
obsolete
>From b4b7894ed160101b4f6bdfe00f91967b12f65c84 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Fri, 17 Jul 2020 23:36:24 +0000 >Subject: [PATCH] Bug 26016: Fix capitalization for "MARC Preview" >Content-Type: text/plain; charset=utf-8 > >To test: >- Go to any record in the staff catalog >- Check the display for the 'MARC Preview' link >- Apply patch >- It should have changed to 'MARC preview' > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 33158835de..63c4e32e98 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -113,7 +113,7 @@ > [% END %] > </span> > [% END %] >- <span id="catalogue_detail_marc_preview" class="results_summary"><span class="label">MARC Preview:</span> <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% biblionumber | uri %]&viewas=html" title="MARC" class="previewMARC">Show</a></span> >+ <span id="catalogue_detail_marc_preview" class="results_summary"><span class="label">MARC preview:</span> <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% biblionumber | uri %]&viewas=html" title="MARC" class="previewMARC">Show</a></span> > > [% IF ( holdcount ) %] > <span class="results_summary"> >-- >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 26016
:
107050
|
107227
| 107295