X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fcirc%2Fcirculation.tt;h=2be26b45d91414b2c00ffc05d1f92a20566d8adb;hb=db4fddd31db1d7d3c3b38230d60511aec8b356a1;hp=11ee5f952b96287d7d6e087553750d94a05783a3;hpb=7183a241c4f696c0f7cea9868ee82573328fe98a;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 11ee5f952b..2be26b45d9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -1,9 +1,15 @@ [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Circulation [% IF ( borrowernumber ) %] › Checking out to [% INCLUDE 'patron-title.inc' %] [% END %] +Koha › Circulation +[% IF borrowernumber %] + › Checking out to [% INCLUDE 'patron-title.inc' invert_name = 1 %] +[% END %] + [% INCLUDE 'doc-head-close.inc' %] +[% INCLUDE 'calendar.inc' %] [% IF ( UseTablesortForCirc ) %][% END %] + -[% INCLUDE 'calendar.inc' %] @@ -226,7 +298,7 @@ function refocus(calendar) { -[% IF ( dateexpiry ) %]
Patron's account has been renewed until [% dateexpiry | $KohaDates %]
[% END %] +[% IF ( dateexpiry ) %]
Patron's account has been renewed until [% dateexpiry %]
[% END %] [% IF additional_materials %]
Note about the accompanying materials:
@@ -245,6 +317,10 @@ function refocus(calendar) {

Please confirm checkout

@@ -486,37 +566,8 @@ No patron matched [% message %] [% IF ( SpecifyDueDate ) %]
Specify due date [% INCLUDE 'date-format.inc' %]:
- [% IF ( duedatespec ) %][% ELSE %] + [% IF ( duedatespec ) %][% ELSE %] [% END %] - Show calendar - - [% IF ( stickyduedate ) %] @@ -554,7 +605,7 @@ No patron matched [% message %] [% IF ( warndeparture ) %]
  • Expiration: Patron's card will expire soon. - Patron's card expires on [% expiry | $KohaDates %] Renew or Edit Details + Patron's card expires on [% expiry %] Renew or Edit Details
  • [% END %] @@ -567,7 +618,7 @@ No patron matched [% message %] [% IF ( expired ) %]
  • Expiration: Patron's card has expired. - [% IF ( expiry ) %]Patron's card expired on [% expiry | $KohaDates %][% END %] Renew or Edit Details + [% IF ( expiry ) %]Patron's card expired on [% expiry %][% END %] Renew or Edit Details
  • [% END %] @@ -582,7 +633,7 @@ No patron matched [% message %] [% IF ( userdebarred ) %]
  • - Restricted: Patron's account is restricted [% IF (userdebarreddate ) %] until [% userdebarreddate | $KohaDates %] [% END %] [% IF (debarredcomment ) %] with the comment "[% debarredcomment %]"[% END %] + Restricted: Patron's account is restricted [% IF (userdebarreddate ) %] until [% userdebarreddate %] [% END %] [% IF (debarredcomment ) %] with the comment "[% debarredcomment %]"[% END %]
    @@ -619,7 +670,7 @@ No patron matched [% message %]

    Holds waiting:

    [% FOREACH WaitingReserveLoo IN WaitingReserveLoop %]
      -
    • [% WaitingReserveLoo.title |html %] ([% WaitingReserveLoo.itemtype %]), [% IF ( WaitingReserveLoo.author ) %]by [% WaitingReserveLoo.author %][% END %] Hold placed on [% WaitingReserveLoo.reservedate | $KohaDates %]. +
    • [% WaitingReserveLoo.title |html %] ([% WaitingReserveLoo.itemtype %]), [% IF ( WaitingReserveLoo.author ) %]by [% WaitingReserveLoo.author %][% END %] Hold placed on [% WaitingReserveLoo.reservedate %]. [% IF ( WaitingReserveLoo.waitingat ) %]
      [% IF ( WaitingReserveLoo.waitinghere ) %][% ELSE %][% END %]Waiting at [% WaitingReserveLoo.waitingat %] [% END %] @@ -695,7 +746,7 @@ No patron matched [% message %]
      [% IF ( issuecount ) %] - + @@ -712,6 +763,9 @@ No patron matched [% message %] Price Renew

      select all | none

      Check in

      select all | none

      + [% IF export_remove_fields OR export_with_csv_profile %] + Export

      select all | none

      + [% END %] [% IF ( todayissues ) %] [% INCLUDE 'checkouts-table-footer.inc' %] @@ -724,11 +778,11 @@ No patron matched [% message %] [% END %] [% IF ( todayissue.od ) %][% ELSE %][% END %] - [% todayissue.duedate | $KohaDates %] + [% todayissue.dd %] [% todayissue.title |html %][% IF ( todayissue.author ) %], by [% todayissue.author %][% END %][% IF ( todayissue.itemnotes ) %]- [% todayissue.itemnotes %][% END %] [% todayissue.barcode %] [% UNLESS ( noItemTypeImages ) %] [% IF ( todayissue.itemtype_image ) %][% END %][% END %][% todayissue.itemtype %] - [% todayissue.checkoutdate | $KohaDates %] + [% todayissue.checkoutdate %] [% IF ( todayissue.multiple_borrowers ) %][% todayissue.firstname %] [% todayissue.surname %][% END %] [% todayissue.issuingbranchname %] [% todayissue.itemcallnumber %] @@ -768,9 +822,9 @@ No patron matched [% message %] [% END %] [% END %] - [% IF ( todayissue.return_failed ) %] + [% IF ( todayissue.return_failed ) %] Checkin failed - [% ELSE %] + [% ELSE %] [% IF ( todayissue.renew_error_on_reserve ) %] On hold @@ -780,13 +834,19 @@ No patron matched [% message %] [% END %] - [% END %] + [% END %] + [% IF export_remove_fields OR export_with_csv_profile %] + + + + + [% END %] [% END %] [% END %] [% IF ( previssues ) %] -[% IF ( todayissues ) %]Previous checkouts[% ELSE %] -Previous checkouts +[% IF ( todayissues ) %]Previous checkouts[% ELSE %] +Previous checkouts [% INCLUDE 'checkouts-table-footer.inc' %] [% END %] @@ -797,13 +857,13 @@ No patron matched [% message %] [% END %] [% IF ( previssue.od ) %][% ELSE %][% END %] - [% previssue.duedate | $KohaDates %] + [% previssue.dd %] [% previssue.title |html %][% IF ( previssue.author ) %], by [% previssue.author %][% END %] [% IF ( previssue.itemnotes ) %]- [% previssue.itemnotes %][% END %] [% previssue.barcode %] [% previssue.itemtype %] - [% previssue.issuedate | $KohaDates %] + [% previssue.displaydate %] [% IF ( previssue.multiple_borrowers ) %][% previssue.firstname %] [% previssue.surname %][% END %] [% previssue.issuingbranchname %] [% previssue.itemcallnumber %] @@ -855,7 +915,13 @@ No patron matched [% message %] [% END %] - [% END %] + [% END %] + [% IF export_remove_fields OR export_with_csv_profile %] + + + + + [% END %] [% END %] [% END %] @@ -871,7 +937,16 @@ No patron matched [% message %] [% END %] - + [% IF export_remove_fields OR export_with_csv_profile %] +

      + Don't export fields : + Export + + + + + [% END %] + [% END %] [% ELSE %] @@ -918,7 +993,7 @@ No patron matched [% message %] [% END %] [% END %] [% IF ( relprevissues ) %] -Previous checkouts +Previous checkouts [% FOREACH relprevissue IN relprevissues %] [% IF ( loop.odd ) %] @@ -965,7 +1040,7 @@ No patron matched [% message %] [% FOREACH reservloo IN reservloop %] - [% reservloo.reservedate | $KohaDates %] + [% reservloo.reservedate %] [% reservloo.title |html %][% IF ( reservloo.author ) %], by [% reservloo.author %][% END %] [% reservloo.itemcallnumber %] [% IF ( reservloo.barcodereserv ) %]Item [% reservloo.barcodereserv %] @@ -1003,37 +1078,8 @@ No patron matched [% message %] [% IF AutoResumeSuspendedHolds %] - - Show calendar + Specify date on which to resume [% INCLUDE 'date-format.inc' %]: - - [% END %]