View | Details | Raw Unified | Return to bug 18829
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +2 lines)
Lines 116-122 Link Here
116
        <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 %]&amp;viewas=html" title="MARC" class="previewMARC">Show</a></span>
116
        <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 %]&amp;viewas=html" title="MARC" class="previewMARC">Show</a></span>
117
117
118
        [% IF ( Koha.Preference('SearchEngine') == 'Elasticsearch' ) %]
118
        [% IF ( Koha.Preference('SearchEngine') == 'Elasticsearch' ) %]
119
            <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>
119
            <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>
120
        [% END %]
120
        [% END %]
121
121
122
        [% IF ( holdcount ) %]
122
        [% IF ( holdcount ) %]
Lines 944-950 Note that permanent location is a code, and location may be an authval. Link Here
944
    <div class="modal-content">
944
    <div class="modal-content">
945
    <div class="modal-header">
945
    <div class="modal-header">
946
        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
946
        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
947
        <h3 id="elasticPreviewLabel">Elastic record</h3>
947
        <h3 id="elasticPreviewLabel">Elasticsearch record</h3>
948
    </div>
948
    </div>
949
    <div class="modal-body">
949
    <div class="modal-body">
950
        <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
950
        <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showelastic.tt (-2 / +1 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% USE raw %]
2
[% USE raw %]
3
<title>Koha &rsaquo; Cataloging &rsaquo; MARC import</title>
3
<title>Koha &rsaquo; Catalog &rsaquo; Elasticsearch record</title>
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
</head>
5
</head>
6
<body id="catalog_showelastic" class="catalog">
6
<body id="catalog_showelastic" class="catalog">
7
- 

Return to bug 18829