Lines 1240-1246
Link Here
|
1240 |
<div class="branch-info-tooltip">[% ITEM_RESULT.holding_branch_opac_info | $raw %]</div> |
1240 |
<div class="branch-info-tooltip">[% ITEM_RESULT.holding_branch_opac_info | $raw %]</div> |
1241 |
|
1241 |
|
1242 |
[% IF ( Koha.Preference('OpacLocationOnDetail') == 'holding' || Koha.Preference('OpacLocationOnDetail') == 'both' ) %] |
1242 |
[% IF ( Koha.Preference('OpacLocationOnDetail') == 'holding' || Koha.Preference('OpacLocationOnDetail') == 'both' ) %] |
1243 |
<span class="shelvingloc">[% ITEM_RESULT.location_description | html %]</span> |
1243 |
<span class="shelvingloc"> |
|
|
1244 |
[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => ITEM_RESULT.permanent_location, opac => '1' ) | html %] |
1245 |
[% IF ITEM_RESULT.location AND ITEM_RESULT.location != ITEM_RESULT.permanent_location %] |
1246 |
([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => ITEM_RESULT.location, opac => '1' ) | html %]) |
1247 |
[% END %] |
1248 |
</span> |
1244 |
[% END %] |
1249 |
[% END %] |
1245 |
|
1250 |
|
1246 |
</td> |
1251 |
</td> |
Lines 1265-1271
Link Here
|
1265 |
<div class="branch-info-tooltip">[% ITEM_RESULT.home_branch_opac_info | $raw %]</div> |
1270 |
<div class="branch-info-tooltip">[% ITEM_RESULT.home_branch_opac_info | $raw %]</div> |
1266 |
|
1271 |
|
1267 |
[% IF ( Koha.Preference('OpacLocationOnDetail') == 'home' || Koha.Preference('OpacLocationOnDetail') == 'both' ) %] |
1272 |
[% IF ( Koha.Preference('OpacLocationOnDetail') == 'home' || Koha.Preference('OpacLocationOnDetail') == 'both' ) %] |
1268 |
<span class="shelvingloc">[% ITEM_RESULT.location_description | html %]</span> |
1273 |
<span class="shelvingloc"> |
|
|
1274 |
[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => ITEM_RESULT.permanent_location, opac => '1' ) | html %] |
1275 |
[% IF ITEM_RESULT.location AND ITEM_RESULT.location != ITEM_RESULT.permanent_location %] |
1276 |
([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => ITEM_RESULT.location, opac => '1' ) | html %]) |
1277 |
[% END %] |
1278 |
</span> |
1269 |
[% END %] |
1279 |
[% END %] |
1270 |
|
1280 |
|
1271 |
</td> |
1281 |
</td> |