X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fmembers%2Freadingrec.tt;h=90e1530e788cdc239ff6f197072e488157ebe00c;hb=e901ae15de6717f8594bd80ecfb0c5e8a23b8af5;hp=f90d7a8fc2b777ab1eb055b4e9269fdc396d6f26;hpb=367c4fb8815bfe4a01869a25bcd8222989c15dcd;p=koha_fer diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt index f90d7a8fc2..90e1530e78 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt @@ -1,3 +1,4 @@ +[% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] Circulation History for [% INCLUDE 'patron-title.inc' %] [% INCLUDE 'doc-head-close.inc' %] @@ -24,14 +25,11 @@
-[% INCLUDE 'circ-toolbar.inc' %] +[% INCLUDE 'members-toolbar.inc' %]

Circulation history

-[% IF ( loop_reading ) %] +[% IF loop_reading %]
-
-[% INCLUDE 'table-pager.inc' perpage='20' %] -
@@ -46,29 +44,37 @@ -[% FOREACH loop_readin IN loop_reading %] - [% IF ( loop_readin.returndate ) %][% ELSE %][% END %] +[% FOREACH issue IN loop_reading %] + [% IF issue.returndate %][% ELSE %][% END %] - + - + - + - + + [% issue.renewals %] + [% issue.issuedate | $KohaDates %] - + [% issue.issuingbranch %] +
Date due Return date
- [% loop_readin.issuestimestamp %] + [% issue.issuestimestamp | $KohaDates %] [% loop_readin.title |html %][% issue.title |html %][% loop_readin.author %][% issue.author %][% loop_readin.classification %] + [% IF issue.classification %] + [% issue.classification %] + [% ELSE %] + [% issue.itemcallnumber %] + [% END %] + [% loop_readin.barcode %][% issue.barcode %] - [% loop_readin.renewals %] - [% loop_readin.issuedate %] - [% loop_readin.issuingbranch %][% IF ( loop_readin.date_due ) %][% loop_readin.date_due %][% ELSE %] [% END %][% IF issue.date_due %] + [% issue.date_due | $KohaDates %] + [% ELSE %] [% END %] - [% IF ( loop_readin.returndate ) %] - [% loop_readin.returndate %] + [% IF issue.returndate %] + [% issue.returndate | $KohaDates %] [% ELSE %] Checked Out [% END %]