Bug 26016: Fix capitalization for "MARC Preview"
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> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
3b9c0f338b
commit
1a505632b8
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue