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 158-164 Link Here
158
        [% END %]
158
        [% END %]
159
159
160
        [% IF ( Koha.Preference('SearchEngine') == 'Elasticsearch' ) %]
160
        [% IF ( Koha.Preference('SearchEngine') == 'Elasticsearch' ) %]
161
            <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>
161
            <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>
162
        [% END %]
162
        [% END %]
163
163
164
        [% IF ( holdcount ) %]
164
        [% IF ( holdcount ) %]
Lines 1136-1142 Note that permanent location is a code, and location may be an authval. Link Here
1136
    <div class="modal-content">
1136
    <div class="modal-content">
1137
    <div class="modal-header">
1137
    <div class="modal-header">
1138
        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
1138
        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
1139
        <h3 id="elasticPreviewLabel">Elastic record</h3>
1139
        <h3 id="elasticPreviewLabel">Elasticsearch record</h3>
1140
    </div>
1140
    </div>
1141
    <div class="modal-body">
1141
    <div class="modal-body">
1142
        <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
1142
        <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