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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-4 / +4 lines)
Lines 1-4 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% USE AuthorisedValues %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Catalog &rsaquo; [% IF ( searchdesc ) %]Results of search [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s):&nbsp;'[% limit_desc | html %]'[% END %][% ELSE %]You did not specify any search criteria[% END %]</title>
4
<title>Koha &rsaquo; Catalog &rsaquo; [% IF ( searchdesc ) %]Results of search [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s):&nbsp;'[% limit_desc | html %]'[% END %][% ELSE %]You did not specify any search criteria[% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
Lines 646-654 var holdForPatron = function () { Link Here
646
                                        [% IF ( other_items_loo.branchname ) %][% other_items_loo.branchname %][% END %]
647
                                        [% IF ( other_items_loo.branchname ) %][% other_items_loo.branchname %][% END %]
647
                                        [% IF ( other_items_loo.location ) %][% other_items_loo.location %][% END %]
648
                                        [% IF ( other_items_loo.location ) %][% other_items_loo.location %][% END %]
648
                                        [% 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 %]
649
                                        [% 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 %]
649
                                        [% IF ( other_items_loo.withdrawn ) %](Withdrawn)[% END %]
650
                                        [% IF ( other_items_loo.withdrawn ) %]([% AuthorisedValues.GetByCode( 'WITHDRAWN', other_items_loo.withdrawn ) %])[% END %]
650
                                        [% IF ( other_items_loo.itemlost ) %](Lost)[% END %]
651
                                        [% IF ( other_items_loo.itemlost ) %]([% AuthorisedValues.GetByCode( 'LOST', other_items_loo.itemlost ) %])[% END %]
651
                                        [% IF ( other_items_loo.damaged ) %](Damaged)[% END %]
652
                                        [% IF ( other_items_loo.damaged ) %]([% AuthorisedValues.GetByCode( 'DAMAGED', other_items_loo.damaged ) %])[% END %]
652
                                        [% IF ( other_items_loo.intransit ) %](In transit)[% END %]
653
                                        [% IF ( other_items_loo.intransit ) %](In transit)[% END %]
653
                                        [% IF ( other_items_loo.onhold ) %](On hold)[% END %]
654
                                        [% IF ( other_items_loo.onhold ) %](On hold)[% END %]
654
                                        [% IF ( other_items_loo.notforloan ) %][% other_items_loo.notforloan %][% END %]
655
                                        [% IF ( other_items_loo.notforloan ) %][% other_items_loo.notforloan %][% END %]
655
- 

Return to bug 15922