X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;ds=sidebyside;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fmembers%2Freadingrec.tt;h=6084357a25445f96a2722199b3f96d6645dd28c2;hb=3285261d0150113e597d48a5a78aee5fdc1ebd94;hp=f90d7a8fc2b777ab1eb055b4e9269fdc396d6f26;hpb=6eb021ab0e113e2b6b897c89475f1eadc7a2c15b;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..6084357a25 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt @@ -1,17 +1,24 @@ +[% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] Circulation History for [% INCLUDE 'patron-title.inc' %] [% INCLUDE 'doc-head-close.inc' %] - - + + [% INCLUDE 'datatables-strings.inc' %] - - + +//]]> + [% INCLUDE 'header.inc' %] @@ -24,14 +31,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 +50,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 %]