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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-4 / +4 lines)
Lines 505-511 var holdForPatron = function () { Link Here
505
                                        [% IF ( SEARCH_RESULT.size ) %] ; [% SEARCH_RESULT.size %][% END %]</span> [% IF ( SEARCH_RESULT.isbn ) %]<span class="results_isbn">ISBN: [% SEARCH_RESULT.isbn | replace('\s\|', ', ')%]</span>[% END %]
505
                                        [% IF ( SEARCH_RESULT.size ) %] ; [% SEARCH_RESULT.size %][% END %]</span> [% IF ( SEARCH_RESULT.isbn ) %]<span class="results_isbn">ISBN: [% SEARCH_RESULT.isbn | replace('\s\|', ', ')%]</span>[% END %]
506
                                        <span class="results_itemtype">[% SEARCH_RESULT.description %]</span>
506
                                        <span class="results_itemtype">[% SEARCH_RESULT.description %]</span>
507
                                        [% IF ( SEARCH_RESULT.timestamp ) %] <i>(modified on [% SEARCH_RESULT.timestamp %])</i>[% END %]
507
                                        [% IF ( SEARCH_RESULT.timestamp ) %] <i>(modified on [% SEARCH_RESULT.timestamp %])</i>[% END %]
508
                                        [% IF ( SEARCH_RESULT.cn_class ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&amp;q=[% SEARCH_RESULT.cn_class |url %]">[% SEARCH_RESULT.cn_class %]</a>][% END %]
508
                                        [% IF ( SEARCH_RESULT.cn_class ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&amp;q=%22[% SEARCH_RESULT.cn_class |uri %]%22">[% SEARCH_RESULT.cn_class %]</a>][% END %]
509
                                    </p>
509
                                    </p>
510
                                    [% IF ( SEARCH_RESULT.searchhighlightblob ) %]<p class="searchhighlightblob">[% SEARCH_RESULT.searchhighlightblob %]</p>[% END %]
510
                                    [% IF ( SEARCH_RESULT.searchhighlightblob ) %]<p class="searchhighlightblob">[% SEARCH_RESULT.searchhighlightblob %]</p>[% END %]
511
511
Lines 549-555 var holdForPatron = function () { Link Here
549
                                        [% END %]
549
                                        [% END %]
550
                                        [% IF ( available_items_loo.branchname ) %][% available_items_loo.branchname %][% END %]
550
                                        [% IF ( available_items_loo.branchname ) %][% available_items_loo.branchname %][% END %]
551
                                        [% IF ( available_items_loo.location ) %][% available_items_loo.location %][% END %]
551
                                        [% IF ( available_items_loo.location ) %][% available_items_loo.location %][% END %]
552
                                        [% IF ( available_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&amp;q=[% available_items_loo.itemcallnumber |url %]">[% available_items_loo.itemcallnumber %]</a>][% END %]
552
                                        [% 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 %]</a>][% END %]
553
                                        ([% available_items_loo.count %])
553
                                        ([% available_items_loo.count %])
554
                                        [% IF item_level_itypes && available_items_loo.description %]
554
                                        [% IF item_level_itypes && available_items_loo.description %]
555
                                        <br/>[% available_items_loo.description %]
555
                                        <br/>[% available_items_loo.description %]
Lines 571-577 var holdForPatron = function () { Link Here
571
                                        [% END %]
571
                                        [% END %]
572
                                        [% IF ( onloan_items_loo.branchname ) %][% onloan_items_loo.branchname %][% END %]
572
                                        [% IF ( onloan_items_loo.branchname ) %][% onloan_items_loo.branchname %][% END %]
573
                                        [% IF ( onloan_items_loo.location ) %][% onloan_items_loo.location %][% END %]
573
                                        [% IF ( onloan_items_loo.location ) %][% onloan_items_loo.location %][% END %]
574
                                        [% IF ( onloan_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&amp;q=[% onloan_items_loo.itemcallnumber |url %]">[% onloan_items_loo.itemcallnumber %]</a>][% END %]
574
                                        [% 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 %]</a>][% END %]
575
                                        ([% onloan_items_loo.count %][% IF ( onloan_items_loo.longoverdue ) %], [% onloan_items_loo.longoverdue %] long overdue[% END %]) date due: [% onloan_items_loo.due_date %]
575
                                        ([% onloan_items_loo.count %][% IF ( onloan_items_loo.longoverdue ) %], [% onloan_items_loo.longoverdue %] long overdue[% END %]) date due: [% onloan_items_loo.due_date %]
576
                                        [% IF item_level_itypes && onloan_items_loo.description %]
576
                                        [% IF item_level_itypes && onloan_items_loo.description %]
577
                                        <br/>[% onloan_items_loo.description %]
577
                                        <br/>[% onloan_items_loo.description %]
Lines 593-599 var holdForPatron = function () { Link Here
593
                                        [% END %]
593
                                        [% END %]
594
                                        [% IF ( other_items_loo.branchname ) %][% other_items_loo.branchname %][% END %]
594
                                        [% IF ( other_items_loo.branchname ) %][% other_items_loo.branchname %][% END %]
595
                                        [% IF ( other_items_loo.location ) %][% other_items_loo.location %][% END %]
595
                                        [% IF ( other_items_loo.location ) %][% other_items_loo.location %][% END %]
596
                                        [% IF ( other_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&amp;q=[% other_items_loo.itemcallnumber |url %]">[% other_items_loo.itemcallnumber %]</a>][% END %]
596
                                        [% 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 %]</a>][% END %]
597
                                        [% IF ( other_items_loo.withdrawn ) %](Withdrawn)[% END %]
597
                                        [% IF ( other_items_loo.withdrawn ) %](Withdrawn)[% END %]
598
                                        [% IF ( other_items_loo.itemlost ) %](Lost)[% END %]
598
                                        [% IF ( other_items_loo.itemlost ) %](Lost)[% END %]
599
                                        [% IF ( other_items_loo.damaged ) %](Damaged)[% END %]
599
                                        [% IF ( other_items_loo.damaged ) %](Damaged)[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-2 / +1 lines)
Lines 379-385 function placeHold () { Link Here
379
                [% FOREACH result IN itemsloo.ITEM_RESULTS %]
379
                [% FOREACH result IN itemsloo.ITEM_RESULTS %]
380
                    <li>[% result.holdingbranch %] [% IF ( result.location_intranet ) %] ([% result.location_intranet %]) [% END %]
380
                    <li>[% result.holdingbranch %] [% IF ( result.location_intranet ) %] ([% result.location_intranet %]) [% END %]
381
                        [% IF ( result.itemcallnumber ) %]
381
                        [% IF ( result.itemcallnumber ) %]
382
                            [<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&amp;q=[% result.itemcallnumber |url %]">[% result.itemcallnumber %]</a>]
382
                            [<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&amp;q=%22[% result.itemcallnumber |uri %]%22">[% result.itemcallnumber %]</a>]
383
                        [% END %]
383
                        [% END %]
384
                    </li>
384
                    </li>
385
                [% END %]
385
                [% END %]
386
- 

Return to bug 12405