X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fincludes%2Fcirc-patron-search-results.inc;h=8b34bd6c592abd0a92d56c185151c16a1925bed1;hb=f6599b2c5480d2e096bac71e4e7ac759686b9fbc;hp=eadeefbb76907a363edaea1256af83afb3820e6d;hpb=38d1a1862dcc26e284953fd383150816a183a7d5;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-patron-search-results.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-patron-search-results.inc index eadeefbb76..8b34bd6c59 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-patron-search-results.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-patron-search-results.inc @@ -1,39 +1,37 @@ - +[% USE KohaDates %] Patron selection + + [% FOREACH borrower IN borrowers %] - [% IF ( destination == "circ" ) %] - - - [% ELSE %] - - + [% IF destination == "circ" %] + + + [% ELSIF destination == "holds" %] + [% IF multi_hold %] + [% SET data_url = "/cgi-bin/koha/reserve/request.pl?borrowernumber=" _ borrower.borrowernumber _ "&multi_hold=1&biblionumbers=" _ biblionumbers %] + [% ELSE %] + [% SET data_url = "/cgi-bin/koha/reserve/request.pl?borrowernumber=" _ borrower.borrowernumber _ "&biblionumber=" _ biblionumber %] + [% END %] + + [% END %] - - - - + + + + + + [% END %]
Name Card numberDate of birth Category Library AddressPrimary phone
[% borrower.surname %], [% borrower.firstname %]
[% borrower.surname %], [% borrower.firstname %]
[% borrower.surname | html %], [% borrower.firstname | html %]
[% borrower.surname | html %], [% borrower.firstname | html %][% borrower.cardnumber %][% Categories.GetName( borrower.categorycode ) %][% Branches.GetName( borrower.branchcode ) %][% borrower.address %][% borrower.cardnumber | html %][% borrower.dateofbirth | $KohaDates %][% Categories.GetName( borrower.categorycode ) | html %][% Branches.GetName( borrower.branchcode ) | html %][% borrower.address | html %][% borrower.phone | html %]