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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-1 lines)
Lines 2168-2174 i { Link Here
2168
2168
2169
// style for shelving location in catalogsearch
2169
// style for shelving location in catalogsearch
2170
.shelvingloc {
2170
.shelvingloc {
2171
    display: block;
2172
    font-style: italic;
2171
    font-style: italic;
2173
}
2172
}
2174
2173
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-1 / +1 lines)
Lines 185-191 Link Here
185
                                <td>[% Branches.GetName( item.holdingbranch ) | html %]</td>
185
                                <td>[% Branches.GetName( item.holdingbranch ) | html %]</td>
186
                                <td>[% item.notforloan | html %]</td>
186
                                <td>[% item.notforloan | html %]</td>
187
                                <td>[% item.restricted | html %]</td>
187
                                <td>[% item.restricted | html %]</td>
188
                                <td>[% item.location | html %]</td>
188
                                <td><span class="shelvingloc">[% item.location | html %]</span></td>
189
                                <td>[% item.itemcallnumber | html %]</td>
189
                                <td>[% item.itemcallnumber | html %]</td>
190
                                <td>[% item.copynumber | html %]</td>
190
                                <td>[% item.copynumber | html %]</td>
191
                                <td>[% item.stocknumber | html %]</td>
191
                                <td>[% item.stocknumber | html %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt (-2 / +3 lines)
Lines 224-230 Link Here
224
                                            [% IF ( BIBLIO_RESULT.ITEM_RESULTS ) %]
224
                                            [% IF ( BIBLIO_RESULT.ITEM_RESULTS ) %]
225
                                                [% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %]
225
                                                [% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %]
226
                                                    <p>
226
                                                    <p>
227
                                                        [% ITEM_RESULT.branchname | html %] [% ITEM_RESULT.location_description | html %]
227
                                                        [% ITEM_RESULT.branchname | html %]
228
                                                        <span class="shelvingloc">[% ITEM_RESULT.location_description | html %]</span>
228
                                                        [% IF ( ITEM_RESULT.itemcallnumber ) %]
229
                                                        [% IF ( ITEM_RESULT.itemcallnumber ) %]
229
                                                            ([% ITEM_RESULT.itemcallnumber | html %])
230
                                                            ([% ITEM_RESULT.itemcallnumber | html %])
230
                                                        [% END %]
231
                                                        [% END %]
Lines 299-305 Link Here
299
                                                                <span class="callnumber">[% ITEM_RESULT.itemcallnumber | html %]</span>
300
                                                                <span class="callnumber">[% ITEM_RESULT.itemcallnumber | html %]</span>
300
                                                            </strong>
301
                                                            </strong>
301
                                                            [% ITEM_RESULT.branchname | html %]
302
                                                            [% ITEM_RESULT.branchname | html %]
302
                                                            <span class="shelvingloc inline">[% ITEM_RESULT.location_description | html %]</span>
303
                                                            <span class="shelvingloc">[% ITEM_RESULT.location_description | html %]</span>
303
                                                        </span>
304
                                                        </span>
304
                                                    </div>
305
                                                    </div>
305
                                                [% END %]
306
                                                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 / +4 lines)
Lines 392-398 Link Here
392
                        </td>
392
                        </td>
393
                    [% END %]
393
                    [% END %]
394
                    <td class="location">[% UNLESS ( singlebranchmode ) %][% Branches.GetName( item.branchcode ) | html %] [% END %]</td>
394
                    <td class="location">[% UNLESS ( singlebranchmode ) %][% Branches.GetName( item.branchcode ) | html %] [% END %]</td>
395
                    <td class="homebranch">[% Branches.GetName(item.homebranch) | html %]<span class="shelvingloc">[% item.location | html %]</span> </td>
395
                    <td class="homebranch">
396
                        [% Branches.GetName(item.homebranch) | html %]
397
                        <span class="shelvingloc">[% item.location | html %]</span>
398
                    </td>
396
                    [% IF ( itemdata_ccode ) %]<td>[% item.ccode | html %]</td>[% END %]
399
                    [% IF ( itemdata_ccode ) %]<td>[% item.ccode | html %]</td>[% END %]
397
                    <td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td>
400
                    <td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td>
398
                    [% IF ( volinfo ) %]
401
                    [% IF ( volinfo ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-3 / +3 lines)
Lines 508-514 Link Here
508
                                        <li>
508
                                        <li>
509
                                        [% END %]
509
                                        [% END %]
510
                                        [% IF ( available_items_loo.branchname ) %][% available_items_loo.branchname | html %][% END %]
510
                                        [% IF ( available_items_loo.branchname ) %][% available_items_loo.branchname | html %][% END %]
511
                                        [% IF ( available_items_loo.location ) %][% available_items_loo.location | html %][% END %]
511
                                        [% IF ( available_items_loo.location ) %]<span class="shelvingloc">[% available_items_loo.location | html %]</span>[% END %]
512
                                        [% IF ( available_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&amp;q=%22[% available_items_loo.itemcallnumber |uri %]%22">[% available_items_loo.itemcallnumber | html %]</a>][% END %]
512
                                        [% IF ( available_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&amp;q=%22[% available_items_loo.itemcallnumber |uri %]%22">[% available_items_loo.itemcallnumber | html %]</a>][% END %]
513
                                        ([% available_items_loo.count | html %])
513
                                        ([% available_items_loo.count | html %])
514
                                        [% IF item_level_itypes && available_items_loo.description %]
514
                                        [% IF item_level_itypes && available_items_loo.description %]
Lines 530-536 Link Here
530
                                        <li>
530
                                        <li>
531
                                        [% END %]
531
                                        [% END %]
532
                                        [% IF ( onloan_items_loo.branchname ) %][% onloan_items_loo.branchname | html %][% END %]
532
                                        [% IF ( onloan_items_loo.branchname ) %][% onloan_items_loo.branchname | html %][% END %]
533
                                        [% IF ( onloan_items_loo.location ) %][% onloan_items_loo.location | html %][% END %]
533
                                        [% IF ( onloan_items_loo.location ) %]<span class="shelvingloc">[% onloan_items_loo.location | html %]</span>[% END %]
534
                                        [% IF ( onloan_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&amp;q=%22[% onloan_items_loo.itemcallnumber |uri %]%22">[% onloan_items_loo.itemcallnumber | html %]</a>][% END %]
534
                                        [% IF ( onloan_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&amp;q=%22[% onloan_items_loo.itemcallnumber |uri %]%22">[% onloan_items_loo.itemcallnumber | html %]</a>][% END %]
535
                                        ([% onloan_items_loo.count | html %][% IF ( onloan_items_loo.longoverdue ) %], [% onloan_items_loo.longoverdue | html %] long overdue[% END %]) date due: [% onloan_items_loo.due_date | $KohaDates %]
535
                                        ([% onloan_items_loo.count | html %][% IF ( onloan_items_loo.longoverdue ) %], [% onloan_items_loo.longoverdue | html %] long overdue[% END %]) date due: [% onloan_items_loo.due_date | $KohaDates %]
536
                                        [% IF item_level_itypes && onloan_items_loo.description %]
536
                                        [% IF item_level_itypes && onloan_items_loo.description %]
Lines 552-558 Link Here
552
                                        <li>
552
                                        <li>
553
                                        [% END %]
553
                                        [% END %]
554
                                        [% IF ( other_items_loo.branchname ) %][% other_items_loo.branchname | html %][% END %]
554
                                        [% IF ( other_items_loo.branchname ) %][% other_items_loo.branchname | html %][% END %]
555
                                        [% IF ( other_items_loo.location ) %][% other_items_loo.location | html %][% END %]
555
                                        [% IF ( other_items_loo.location ) %]<span class="shelvingloc">[% other_items_loo.location | html %]</span>[% END %]
556
                                        [% IF ( other_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&amp;q=%22[% other_items_loo.itemcallnumber |uri %]%22">[% other_items_loo.itemcallnumber | html %]</a>][% END %]
556
                                        [% IF ( other_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&amp;q=%22[% other_items_loo.itemcallnumber |uri %]%22">[% other_items_loo.itemcallnumber | html %]</a>][% END %]
557
                                        [% IF ( other_items_loo.withdrawn ) %]([% AuthorisedValues.GetByCode( 'WITHDRAWN', other_items_loo.withdrawn ) | html %])[% END %]
557
                                        [% IF ( other_items_loo.withdrawn ) %]([% AuthorisedValues.GetByCode( 'WITHDRAWN', other_items_loo.withdrawn ) | html %])[% END %]
558
                                        [% IF ( other_items_loo.itemlost ) %]([% AuthorisedValues.GetByCode( 'LOST', other_items_loo.itemlost ) | html %])[% END %]
558
                                        [% IF ( other_items_loo.itemlost ) %]([% AuthorisedValues.GetByCode( 'LOST', other_items_loo.itemlost ) | html %])[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt (-4 / +2 lines)
Lines 103-117 Link Here
103
                        <span class="available">
103
                        <span class="available">
104
                        [% FOREACH items_loo IN resultsloo.available_items_loop %]
104
                        [% FOREACH items_loo IN resultsloo.available_items_loop %]
105
                            [% items_loo.count | html %] [% items_loo.branchname | html %]
105
                            [% items_loo.count | html %] [% items_loo.branchname | html %]
106
                            <i>
106
                            [% IF ( items_loo.location ) %]<span class="shelvingloc">[% items_loo.location | html %]</span>[% END %]
107
                        [% IF ( items_loo.location ) %][% items_loo.location | html %][% END %]
107
                            [% IF ( items_loo.itemcallnumber ) %][% items_loo.itemcallnumber | html %][% END %]
108
                        [% IF ( items_loo.itemcallnumber ) %][% items_loo.itemcallnumber | html %][% END %]
109
                            [% IF ( items_loo.classification ) %]
108
                            [% IF ( items_loo.classification ) %]
110
                            <a href="/cgi-bin/koha/catalogue/search.pl?q=callnum:[% items_loo.classification |url %]">
109
                            <a href="/cgi-bin/koha/catalogue/search.pl?q=callnum:[% items_loo.classification |url %]">
111
                                [% items_loo.classification | html %]
110
                                [% items_loo.classification | html %]
112
                            </a>
111
                            </a>
113
                        [% END %]
112
                        [% END %]
114
                        </i>
115
                            <br />
113
                            <br />
116
                        [% END %]
114
                        [% END %]
117
                        </span>
115
                        </span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-1 / +1 lines)
Lines 188-194 Link Here
188
                    <td class="tf-title"><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% trsfitemloo.biblionumber | uri %]">[% trsfitemloo.title | html %]</a></td>
188
                    <td class="tf-title"><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% trsfitemloo.biblionumber | uri %]">[% trsfitemloo.title | html %]</a></td>
189
                    <td class="tf-author">[% trsfitemloo.author | html %]</td>
189
                    <td class="tf-author">[% trsfitemloo.author | html %]</td>
190
                    <td class="tf-barcode"><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% trsfitemloo.biblionumber | uri %]&amp;itemnumber=[% trsfitemloo.itemnumber | uri %]#item[% trsfitemloo.itemnumber | uri %]">[% trsfitemloo.barcode | html %]</a></td>
190
                    <td class="tf-barcode"><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% trsfitemloo.biblionumber | uri %]&amp;itemnumber=[% trsfitemloo.itemnumber | uri %]#item[% trsfitemloo.itemnumber | uri %]">[% trsfitemloo.barcode | html %]</a></td>
191
                    <td class="tf-location">[% trsfitemloo.location | html %]</td>
191
                    <td class="tf-location"><span class="shelvingloc">[% trsfitemloo.location | html %]</span></td>
192
                    <td class="tf-itemcallnumber">[% trsfitemloo.itemcallnumber | html %]</td>
192
                    <td class="tf-itemcallnumber">[% trsfitemloo.itemcallnumber | html %]</td>
193
                    <td class="tf-itemtype">[% ItemTypes.GetDescription( trsfitemloo.itemtype ) | html %]</td>
193
                    <td class="tf-itemtype">[% ItemTypes.GetDescription( trsfitemloo.itemtype ) | html %]</td>
194
                    <td class="tf-ccode">[% AuthorisedValues.GetByCode( 'CCODE', trsfitemloo.ccode ) | html %]</td>
194
                    <td class="tf-ccode">[% AuthorisedValues.GetByCode( 'CCODE', trsfitemloo.ccode ) | html %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +1 lines)
Lines 711-717 Link Here
711
            <td class="ci-barcode"><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% riloo.itembiblionumber | uri %]&amp;itemnumber=[% riloo.itemnumber | uri %]#item[% riloo.itemnumber | uri %]">[% riloo.barcode | html %]</a></td>
711
            <td class="ci-barcode"><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% riloo.itembiblionumber | uri %]&amp;itemnumber=[% riloo.itemnumber | uri %]#item[% riloo.itemnumber | uri %]">[% riloo.barcode | html %]</a></td>
712
            <td class="ci-homelibrary">[% Branches.GetName( riloo.homebranch ) | html %]</td>
712
            <td class="ci-homelibrary">[% Branches.GetName( riloo.homebranch ) | html %]</td>
713
            <td class="ci-holdinglibrary">[% Branches.GetName( riloo.holdingbranch ) | html %]</td>
713
            <td class="ci-holdinglibrary">[% Branches.GetName( riloo.holdingbranch ) | html %]</td>
714
            <td class="ci-shelvinglocation">[% riloo.location | html %]</td>
714
            <td class="ci-shelvinglocation"><span class="shelvingloc">[% riloo.location | html %]</span></td>
715
            <td class="ci-callnumber">[% riloo.itemcallnumber | html %]</td>
715
            <td class="ci-callnumber">[% riloo.itemcallnumber | html %]</td>
716
            <td class="ci-dateaccessioned">[% riloo.dateaccessioned | $KohaDates %]</td>
716
            <td class="ci-dateaccessioned">[% riloo.dateaccessioned | $KohaDates %]</td>
717
            <td class="ci-type">[% ItemTypes.GetDescription( riloo.itemtype ) | html %] [% AuthorisedValues.GetByCode('CCODE', riloo.ccode) | html %]</td>
717
            <td class="ci-type">[% ItemTypes.GetDescription( riloo.itemtype ) | html %] [% AuthorisedValues.GetByCode('CCODE', riloo.ccode) | html %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-1 / +2 lines)
Lines 46-52 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
46
            </td>
46
            </td>
47
            <td>[% IF ( title.items ) %]<ul style="font-size:80%">[% FOREACH item IN title.items %]
47
            <td>[% IF ( title.items ) %]<ul style="font-size:80%">[% FOREACH item IN title.items %]
48
                <li>
48
                <li>
49
                    [% item.branchname | html %] [% item.location_description | html %]
49
                    [% item.branchname | html %]
50
                    <span class="shelvingloc">[% item.location_description | html %]</span>
50
                    [% IF ( item.itemcallnumber ) %]
51
                    [% IF ( item.itemcallnumber ) %]
51
                        ([% item.itemcallnumber | html %])
52
                        ([% item.itemcallnumber | html %])
52
                    [% END %]
53
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-1 / +3 lines)
Lines 238-244 Link Here
238
            <td>
238
            <td>
239
                <ul>
239
                <ul>
240
                [% FOREACH result IN itemsloo.ITEM_RESULTS %]
240
                [% FOREACH result IN itemsloo.ITEM_RESULTS %]
241
                    <li>[% result.holdingbranch | html %] [% IF ( result.location_intranet ) %] ([% result.location_intranet | html %]) [% END %]
241
                    <li>
242
                        [% result.holdingbranch | html %]
243
                        [% IF ( result.location_intranet ) %]<span class="shelvingloc">[% result.location_intranet | html %]</span>[% END %]
242
                        [% IF ( result.itemcallnumber ) %]
244
                        [% IF ( result.itemcallnumber ) %]
243
                            [<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&amp;q=%22[% result.itemcallnumber |uri %]%22">[% result.itemcallnumber | html %]</a>]
245
                            [<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&amp;q=%22[% result.itemcallnumber |uri %]%22">[% result.itemcallnumber | html %]</a>]
244
                        [% END %]
246
                        [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-1 lines)
Lines 2439-2445 input { Link Here
2439
2439
2440
/* style for shelving location in catalogsearch */
2440
/* style for shelving location in catalogsearch */
2441
.shelvingloc {
2441
.shelvingloc {
2442
    display: block;
2443
    font-style: italic;
2442
    font-style: italic;
2444
}
2443
}
2445
2444
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt (-2 / +4 lines)
Lines 219-225 Link Here
219
                                                    <ul>
219
                                                    <ul>
220
                                                        [% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %]
220
                                                        [% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %]
221
                                                            <li>
221
                                                            <li>
222
                                                                <strong>[% ITEM_RESULT.branchname | html %]</strong>[% IF ( ITEM_RESULT.location_opac ) %], [% ITEM_RESULT.location_opac | html %][% END %]
222
                                                                <strong>[% ITEM_RESULT.branchname | html %]</strong>
223
                                                                [% IF ( ITEM_RESULT.location_opac ) %]<span class="shelvingloc">[% ITEM_RESULT.location_opac | html %]</span>[% END %]
223
                                                                [% IF ( ITEM_RESULT.itemcallnumber ) %]
224
                                                                [% IF ( ITEM_RESULT.itemcallnumber ) %]
224
                                                                    ([% ITEM_RESULT.itemcallnumber | html %])
225
                                                                    ([% ITEM_RESULT.itemcallnumber | html %])
225
                                                                [% END %]
226
                                                                [% END %]
Lines 273-279 Link Here
273
                                            </td>
274
                                            </td>
274
                                            <td>[% IF ( BIBLIO_RESULT.ITEM_RESULTS ) %]<ul>[% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %]
275
                                            <td>[% IF ( BIBLIO_RESULT.ITEM_RESULTS ) %]<ul>[% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %]
275
                                                <li>
276
                                                <li>
276
                                                    [% ITEM_RESULT.branchname | html %][% IF ( ITEM_RESULT.location_opac ) %], [% ITEM_RESULT.location_opac | html %][% END %]
277
                                                    [% ITEM_RESULT.branchname | html %]
278
                                                    [% IF ( ITEM_RESULT.location_opac ) %]<span class="shelvingloc">[% ITEM_RESULT.location_opac | html %]</span>[% END %]
277
                                                    [% IF ( ITEM_RESULT.itemcallnumber ) %]
279
                                                    [% IF ( ITEM_RESULT.itemcallnumber ) %]
278
                                                        ([% ITEM_RESULT.itemcallnumber | html %])
280
                                                        ([% ITEM_RESULT.itemcallnumber | html %])
279
                                                    [% END %]
281
                                                    [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-1 / +1 lines)
Lines 1285-1291 Link Here
1285
                    [% END %]
1285
                    [% END %]
1286
1286
1287
                    [% IF ( Koha.Preference('OpacLocationOnDetail') == 'column' && itemdata_location ) %]
1287
                    [% IF ( Koha.Preference('OpacLocationOnDetail') == 'column' && itemdata_location ) %]
1288
                        <td class="shelving_location">[% ITEM_RESULT.location_description | html %]</td>
1288
                        <td class="shelving_location"><span class="shelvingloc">[% ITEM_RESULT.location_description | html %]</span></td>
1289
                    [% END %]
1289
                    [% END %]
1290
1290
1291
                    <td class="call_no" property="sku">
1291
                    <td class="call_no" property="sku">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt (-1 / +1 lines)
Lines 212-218 Link Here
212
                                                                        [% FOREACH available_items_loo IN GROUP_RESULT.available_items_loop %]
212
                                                                        [% FOREACH available_items_loo IN GROUP_RESULT.available_items_loop %]
213
                                                                            [% IF ( available_items_loo.branchname ) %][% available_items_loo.branchname | html %][% END %]
213
                                                                            [% IF ( available_items_loo.branchname ) %][% available_items_loo.branchname | html %][% END %]
214
                                                                            [% IF ( OPACItemsResultsDisplay ) %]
214
                                                                            [% IF ( OPACItemsResultsDisplay ) %]
215
                                                                                [% IF ( available_items_loo.location ) %][% available_items_loo.location | html %][% END %]
215
                                                                                [% IF ( available_items_loo.location ) %]<span class="shelvingloc">[% available_items_loo.location | html %]</span>[% END %]
216
                                                                                [% IF ( available_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/opac-search.pl?q=callnum:[% available_items_loo.itemcallnumber |url %]">[% available_items_loo.itemcallnumber | html %]</a>][% END %]
216
                                                                                [% IF ( available_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/opac-search.pl?q=callnum:[% available_items_loo.itemcallnumber |url %]">[% available_items_loo.itemcallnumber | html %]</a>][% END %]
217
                                                                            [% END %]
217
                                                                            [% END %]
218
                                                                            ([% available_items_loo.count | html %]),
218
                                                                            ([% available_items_loo.count | html %]),
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-2 / +2 lines)
Lines 397-409 Link Here
397
                                                                        [% END %]
397
                                                                        [% END %]
398
398
399
                                                                        [% IF ( singleBranchMode ) %]
399
                                                                        [% IF ( singleBranchMode ) %]
400
                                                                            [% available_items_loo.location | html %]
400
                                                                            <span class="shelvingloc">[% available_items_loo.location | html %]</span>
401
                                                                        [% ELSE %]
401
                                                                        [% ELSE %]
402
                                                                            [% available_items_loo.branchname | html %]
402
                                                                            [% available_items_loo.branchname | html %]
403
                                                                        [% END %]
403
                                                                        [% END %]
404
404
405
                                                                        [% IF ( OPACItemsResultsDisplay ) %]
405
                                                                        [% IF ( OPACItemsResultsDisplay ) %]
406
                                                                            [% UNLESS ( singleBranchMode ) %][% available_items_loo.location | html %][% END %]
406
                                                                            [% UNLESS ( singleBranchMode ) %]<span class="shelvingloc">[% available_items_loo.location | html %]</span>[% END %]
407
                                                                            [% IF ( available_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/opac-search.pl?q=callnum:%22[% available_items_loo.itemcallnumber |url %]%22">[% available_items_loo.itemcallnumber | html %]</a>][% END %]
407
                                                                            [% IF ( available_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/opac-search.pl?q=callnum:%22[% available_items_loo.itemcallnumber |url %]%22">[% available_items_loo.itemcallnumber | html %]</a>][% END %]
408
                                                                        [% END %]
408
                                                                        [% END %]
409
                                                                        ([% available_items_loo.count | html %]),
409
                                                                        ([% available_items_loo.count | html %]),
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-2 / +1 lines)
Lines 415-421 Link Here
415
                                                                [% FOREACH ITEM_RESULT IN itemsloo.ITEM_RESULTS %]
415
                                                                [% FOREACH ITEM_RESULT IN itemsloo.ITEM_RESULTS %]
416
                                                                    [% ITEM_RESULT.homebranch | html %]
416
                                                                    [% ITEM_RESULT.homebranch | html %]
417
                                                                    [% IF ( ITEM_RESULT.location_opac ) %]
417
                                                                    [% IF ( ITEM_RESULT.location_opac ) %]
418
                                                                        , [% ITEM_RESULT.location_opac | html %]
418
                                                                        <span class="shelvingloc">[% ITEM_RESULT.location_opac | html %]</span>
419
                                                                    [% END %]
419
                                                                    [% END %]
420
                                                                    [% IF ( ITEM_RESULT.itemcallnumber ) %]
420
                                                                    [% IF ( ITEM_RESULT.itemcallnumber ) %]
421
                                                                        ([% ITEM_RESULT.itemcallnumber | html %])
421
                                                                        ([% ITEM_RESULT.itemcallnumber | html %])
422
- 

Return to bug 22422