X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fcirc%2Fcirculation.tt;h=c860ed6832e550df38d905e8f98ce14c2eeef083;hb=c2c3a7f6434c333210232298b90c3be5897be27d;hp=d2de1f724b041d14a91ab8c48d7d0dcb8469b5bb;hpb=00a13c57254bc1fe66d8b2896ac1be63503d4cb4;p=koha_fer 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 d2de1f724b..c860ed6832 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -1,8 +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' %] @@ -233,6 +310,10 @@ function refocus(calendar) { [% END %] +[% IF ( alert.ITEM_LOST ) %] +
This item has been lost with a status of "[% alert.ITEM_LOST %]".
+[% END %] + [% IF ( NEEDSCONFIRMATION ) %]
@@ -240,6 +321,10 @@ function refocus(calendar) {

Please confirm checkout

+[% IF HIGHHOLDS %] + +[% END %]
[% IF ( RESERVED ) %]

- +

[% END %] [% IF ( RESERVE_WAITING ) %] -

- +

-

+
+ + +

[% END %] @@ -302,7 +405,7 @@ function refocus(calendar) { [% IF ( DEBT ) %][% END %] [% IF ( INVALID_DATE ) %]

- +

[% ELSE %] @@ -386,6 +489,10 @@ function refocus(calendar) {
  • No more renewals possible
  • [% END %] + [%IF ( AGE_RESTRICTION ) %] +
  • Age restriction [% AGE_RESTRICTION %].
  • + [% END %] + [% IF ( EXPIRED ) %]
  • Patron's card is expired
  • [% END %] @@ -399,7 +506,7 @@ function refocus(calendar) { [% END %] [% IF ( USERBLOCKEDOVERDUE ) %] -
  • Patron has [% USERBLOCKEDOVERDUE %] overdue item(s). Check out anyway?
  • +
  • Checkouts are BLOCKED because patron has overdue items
  • [% END %] @@ -476,37 +583,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 ) %] @@ -667,17 +745,17 @@ No patron matched [% message %] @@ -685,7 +763,7 @@ No patron matched [% message %]
    [% IF ( issuecount ) %] - + @@ -702,6 +780,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' %] @@ -758,9 +839,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 @@ -770,13 +851,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 %] @@ -834,7 +921,7 @@ No patron matched [% message %] [% END %] [% IF ( previssue.return_failed ) %] - Checkin failed + Check-in failed [% ELSE %] [% IF ( previssue.renew_error_on_reserve ) %] On hold @@ -845,7 +932,13 @@ No patron matched [% message %] [% END %] - [% END %] + [% END %] + [% IF export_remove_fields OR export_with_csv_profile %] + + + + + [% END %] [% END %] [% END %] @@ -861,7 +954,16 @@ No patron matched [% message %] [% END %] - + [% IF export_remove_fields OR export_with_csv_profile %] +

    + Don't export fields : + Export + + + + + [% END %] + [% END %] [% ELSE %] @@ -908,7 +1010,7 @@ No patron matched [% message %] [% END %] [% END %] [% IF ( relprevissues ) %] -Previous checkouts +Previous checkouts [% FOREACH relprevissue IN relprevissues %] [% IF ( loop.odd ) %] @@ -977,52 +1079,24 @@ No patron matched [% message %] - [% IF ( reservloo.suspend ) %]Suspended [% IF ( reservloo.suspend_until ) %] until [% reservloo.suspend_until %][% END %][% END %] + [% IF ( reservloo.suspend ) %]Suspended [% IF ( reservloo.suspend_until ) %] until [% reservloo.suspend_until | $KohaDates %][% END %][% END %] [% END %] -
    +
    + [% IF SuspendHoldsIntranet %]
    - + [% IF AutoResumeSuspendedHolds %] - - Show calendar + Specify date on which to resume [% INCLUDE 'date-format.inc' %]: - - [% END %]
    @@ -1032,11 +1106,12 @@ No patron matched [% message %] - + + [% END # IF SuspendHoldsIntranet %] - [% ELSE %] +[% ELSE %]

    Patron has nothing on hold.

    [% END %]