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 1134-1140
Note that permanent location is a code, and location may be an authval.
Link Here
|
1134 |
<div class="modal-content"> |
1134 |
<div class="modal-content"> |
1135 |
<div class="modal-header"> |
1135 |
<div class="modal-header"> |
1136 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
1136 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
1137 |
<h3 id="elasticPreviewLabel">Elastic record</h3> |
1137 |
<h3 id="elasticPreviewLabel">Elasticsearch record</h3> |
1138 |
</div> |
1138 |
</div> |
1139 |
<div class="modal-body"> |
1139 |
<div class="modal-body"> |
1140 |
<div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div> |
1140 |
<div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div> |