@@ -, +, @@ Circulation -> An item that is on hold to someone else -> To a patron that has more than noisuescharge in fines (Allow AllowFineOverride syspref) -> To a patron that has reached the max amount of checkouts (Allow AllowTooManyOverride syspref) -> To a patron that has more than noissuescharge in fines (Allow AllowFineOverride syspref and set noissuescharge syspref) -> Renew -> An item that is on hold to someone else -> To a patron that is at max renewals (Allow AllowRenewalLimitOverride syspref) -> An item that is not checked out by anyone -> Check in -> An item that is in transit to another branch --- .../prog/en/modules/circ/circulation.tt | 18 +++++------ .../en/modules/circ/circulation_batch_checkouts.tt | 2 +- .../intranet-tmpl/prog/en/modules/circ/renew.tt | 12 ++++---- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 32 +++++++++----------- 4 files changed, 31 insertions(+), 33 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -363,9 +363,9 @@ $(document).ready(function() { [% IF ( RENEW_ISSUE ) %] - + [% ELSE %] - + [% END %] @@ -377,7 +377,7 @@ $(document).ready(function() { - + [% END %] @@ -387,7 +387,7 @@ $(document).ready(function() { - + [% END %] @@ -399,18 +399,18 @@ $(document).ready(function() { [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] [% IF ( RENEW_ISSUE ) %] - + [% ELSE %] - + [% END %] [% ELSE %] - + [% END %] [% END %] @@ -451,7 +451,7 @@ $(document).ready(function() { - + [% END %] [% ELSE %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt @@ -275,7 +275,7 @@ $(document).ready(function() { - + [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt @@ -49,7 +49,7 @@
- + [% END %] @@ -61,7 +61,7 @@
- +
[% END %] @@ -73,7 +73,7 @@
- +
[% END %] @@ -85,7 +85,7 @@
- +
[% END %] @@ -97,7 +97,7 @@ - + [% ELSIF error == "patron_restricted" %] @@ -111,7 +111,7 @@ [% END %]
- +
[% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -181,7 +181,7 @@ $(document).ready(function () {

Please return item to: [% Branches.GetName( TransferWaitingAt ) %]

[% itembarcode |html %]: [% title |html %]

- + [% IF ( wborcnum ) %]
Hold for:
  • [% borsurname %], [% borfirstname %] ([% borcnum %])
  • @@ -196,11 +196,11 @@ $(document).ready(function () { - + - + @@ -234,10 +234,8 @@ $(document).ready(function () { [% END %]
    - - - - + + [% FOREACH inputloo IN inputloop %] @@ -283,11 +281,11 @@ $(document).ready(function () { [% END %] - + - + [% FOREACH inputloo IN inputloop %] @@ -320,10 +318,10 @@ $(document).ready(function () { Transfer now?
    [% IF itemnumber %] - + [% END %] - - + + @@ -396,13 +394,13 @@ $(document).ready(function () { [% IF ( transfertodo ) %] - - + + + [% END %] - + [% FOREACH inputloo IN inputloop %] --