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 509-515 var holdForPatron = function () { Link Here
509
                                        [% 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 %]
509
                                        [% 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 %]
510
                                        <span class="results_itemtype">[% SEARCH_RESULT.description %]</span>
510
                                        <span class="results_itemtype">[% SEARCH_RESULT.description %]</span>
511
                                        [% IF ( SEARCH_RESULT.timestamp ) %] <i>(modified on [% SEARCH_RESULT.timestamp %])</i>[% END %]
511
                                        [% IF ( SEARCH_RESULT.timestamp ) %] <i>(modified on [% SEARCH_RESULT.timestamp %])</i>[% END %]
512
                                        [% 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 %]
512
                                        [% 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 %]
513
                                    </p>
513
                                    </p>
514
                                    [% IF ( SEARCH_RESULT.searchhighlightblob ) %]<p class="searchhighlightblob">[% SEARCH_RESULT.searchhighlightblob %]</p>[% END %]
514
                                    [% IF ( SEARCH_RESULT.searchhighlightblob ) %]<p class="searchhighlightblob">[% SEARCH_RESULT.searchhighlightblob %]</p>[% END %]
515
515
Lines 553-559 var holdForPatron = function () { Link Here
553
                                        [% END %]
553
                                        [% END %]
554
                                        [% IF ( available_items_loo.branchname ) %][% available_items_loo.branchname %][% END %]
554
                                        [% IF ( available_items_loo.branchname ) %][% available_items_loo.branchname %][% END %]
555
                                        [% IF ( available_items_loo.location ) %][% available_items_loo.location %][% END %]
555
                                        [% IF ( available_items_loo.location ) %][% available_items_loo.location %][% END %]
556
                                        [% 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 %]
556
                                        [% 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 %]
557
                                        ([% available_items_loo.count %])
557
                                        ([% available_items_loo.count %])
558
                                        [% IF item_level_itypes && available_items_loo.description %]
558
                                        [% IF item_level_itypes && available_items_loo.description %]
559
                                        <br/>[% available_items_loo.description %]
559
                                        <br/>[% available_items_loo.description %]
Lines 575-581 var holdForPatron = function () { Link Here
575
                                        [% END %]
575
                                        [% END %]
576
                                        [% IF ( onloan_items_loo.branchname ) %][% onloan_items_loo.branchname %][% END %]
576
                                        [% IF ( onloan_items_loo.branchname ) %][% onloan_items_loo.branchname %][% END %]
577
                                        [% IF ( onloan_items_loo.location ) %][% onloan_items_loo.location %][% END %]
577
                                        [% IF ( onloan_items_loo.location ) %][% onloan_items_loo.location %][% END %]
578
                                        [% 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 %]
578
                                        [% 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 %]
579
                                        ([% onloan_items_loo.count %][% IF ( onloan_items_loo.longoverdue ) %], [% onloan_items_loo.longoverdue %] long overdue[% END %]) date due: [% onloan_items_loo.due_date %]
579
                                        ([% onloan_items_loo.count %][% IF ( onloan_items_loo.longoverdue ) %], [% onloan_items_loo.longoverdue %] long overdue[% END %]) date due: [% onloan_items_loo.due_date %]
580
                                        [% IF item_level_itypes && onloan_items_loo.description %]
580
                                        [% IF item_level_itypes && onloan_items_loo.description %]
581
                                        <br/>[% onloan_items_loo.description %]
581
                                        <br/>[% onloan_items_loo.description %]
Lines 597-603 var holdForPatron = function () { Link Here
597
                                        [% END %]
597
                                        [% END %]
598
                                        [% IF ( other_items_loo.branchname ) %][% other_items_loo.branchname %][% END %]
598
                                        [% IF ( other_items_loo.branchname ) %][% other_items_loo.branchname %][% END %]
599
                                        [% IF ( other_items_loo.location ) %][% other_items_loo.location %][% END %]
599
                                        [% IF ( other_items_loo.location ) %][% other_items_loo.location %][% END %]
600
                                        [% 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 %]
600
                                        [% 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 %]
601
                                        [% IF ( other_items_loo.withdrawn ) %](Withdrawn)[% END %]
601
                                        [% IF ( other_items_loo.withdrawn ) %](Withdrawn)[% END %]
602
                                        [% IF ( other_items_loo.itemlost ) %](Lost)[% END %]
602
                                        [% IF ( other_items_loo.itemlost ) %](Lost)[% END %]
603
                                        [% IF ( other_items_loo.damaged ) %](Damaged)[% END %]
603
                                        [% IF ( other_items_loo.damaged ) %](Damaged)[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-2 / +1 lines)
Lines 383-389 function placeHold () { Link Here
383
                [% FOREACH result IN itemsloo.ITEM_RESULTS %]
383
                [% FOREACH result IN itemsloo.ITEM_RESULTS %]
384
                    <li>[% result.holdingbranch %] [% IF ( result.location_intranet ) %] ([% result.location_intranet %]) [% END %]
384
                    <li>[% result.holdingbranch %] [% IF ( result.location_intranet ) %] ([% result.location_intranet %]) [% END %]
385
                        [% IF ( result.itemcallnumber ) %]
385
                        [% IF ( result.itemcallnumber ) %]
386
                            [<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&amp;q=[% result.itemcallnumber |url %]">[% result.itemcallnumber %]</a>]
386
                            [<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&amp;q=%22[% result.itemcallnumber |uri %]%22">[% result.itemcallnumber %]</a>]
387
                        [% END %]
387
                        [% END %]
388
                    </li>
388
                    </li>
389
                [% END %]
389
                [% END %]
390
- 

Return to bug 12405