X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fcirc%2Fcirculation.tt;h=c0a65724fbd3d5cda0f798fee72dee64573c82f3;hb=95429af6855e8ed37945b681dc466bf360deffb2;hp=3c165012c30a97de0ae799b3761f5a40443d232d;hpb=c60c8f0821a89b2914124b77ef6ae80421940009;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 3c165012c3..c0a65724fb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -1,23 +1,22 @@ [% USE Koha %] [% USE Branches %] [% USE KohaDates %] +[% USE Categories %] [% USE ColumnsSettings %] [% USE ItemTypes %] -[% IF Koha.Preference('ExportRemoveFields') OR Koha.Preference('ExportWithCsvProfile') %] - [% SET exports_enabled = 1 %] -[% END %] +[% USE Price %] [% USE AuthorisedValues %] [% INCLUDE 'doc-head-open.inc' %] [% SET destination = "circ" %] Koha › Circulation -[% IF borrowernumber %] +[% IF borrowernumber and borrower%] › Checking out to [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] - + [% INCLUDE 'strings.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] @@ -25,9 +24,9 @@ [% INCLUDE 'timepicker.inc' %] - - - + + + + [% END %] [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] @@ -332,6 +327,13 @@ $(document).ready(function() { [% IF (forceallow) %][% END %] +[% IF HIGHHOLDS %] +

+ + +

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

@@ -351,10 +353,11 @@ $(document).ready(function() { + [% IF ( DEBT ) %][% END %] [% IF ( INVALID_DATE ) %]

- +

[% ELSE %] @@ -363,9 +366,9 @@ $(document).ready(function() { [% IF ( RENEW_ISSUE ) %] - + [% ELSE %] - + [% END %] @@ -377,7 +380,7 @@ $(document).ready(function() { - + [% END %] @@ -387,7 +390,7 @@ $(document).ready(function() { - + [% END %] @@ -399,15 +402,20 @@ $(document).ready(function() { [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] [% IF ( RENEW_ISSUE ) %] - + [% ELSE %] - + [% END %] [% ELSE %] - + [% END %] +[% IF ( RESERVED || ISSUED_TO_ANOTHER ) && (CAN_user_reserveforothers_place_holds ) %] + [% UNLESS noissues %] + + [% END %] +[% END %] [% END %] @@ -415,6 +423,9 @@ $(document).ready(function() {
+ [% IF ( UNKNOWN_BARCODE ) %] +

Barcode not found

+ [% END %] @@ -920,6 +953,12 @@ No patron matched [% message %]
[% END %] +[% IF CAN_user_clubs && ( enrollable || enrollments ) %] +
+ Loading... +
+[% END %] + [% INCLUDE borrower_debarments.inc %]
@@ -956,7 +995,7 @@ No patron matched [% message %] [% IF AutoResumeSuspendedHolds %] - + Specify date on which to resume [% INCLUDE 'date-format.inc' %]: [% END %] @@ -977,18 +1016,38 @@ No patron matched [% message %] [% END %]
-[% END %] -
+[% IF Koha.Preference('ArticleRequests') %] + [% INCLUDE 'patron-article-requests.inc' %] [% END %] +[% ELSIF borrowernumber %] +
This patron does not exist. Find another patron?
+[% END %] + +[% END %] +[% IF Koha.Preference('CircSidebar') %] +[% UNLESS ( borrowers ) %] + [% IF not( borrowernumber and borrower ) %] +
+ [% INCLUDE 'circ-nav.inc' %] +
+ [% END %] +[% END %] +[% END %] -[% UNLESS ( borrowers ) %][% IF ( borrowernumber ) %]
-[% INCLUDE 'circ-menu.inc' %] -
[% END %][% END %] +[% UNLESS ( borrowers ) %] + [% IF borrowernumber and borrower %] +
+ [% INCLUDE 'circ-menu.inc' %] +
+ [% END %] +[% END %] -