@@ -, +, @@ --- .../prog/en/modules/circ/circulation.tt | 18 ++++++++---------- .../prog/en/modules/circ/renew.tt | 14 +++----------- .../prog/en/modules/circ/returns.tt | 15 ++++++++------- 3 files changed, 19 insertions(+), 28 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -658,24 +658,22 @@ - [% IF Koha.Preference('itemBarcodeFallbackSearch') %] -
Enter item barcode or keyword:
- [% ELSE %] -
Enter item barcode:
- [% END %] - [% IF NEEDSCONFIRMATION %] [% ELSE %] - + [% IF Koha.Preference('itemBarcodeFallbackSearch') %] + + [% ELSE %] + + [% END %] [% END %] - -
- Checkout settings +
+ +
[% UNLESS ( noissues && Koha.Preference('OnSiteCheckoutsForce') ) %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt @@ -204,29 +204,21 @@ [% IF Koha.Preference('UnseenRenewals') %]
-
- -
- +
[% ELSE %] -
- -
- - + [% END %]
-
- +
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -1076,15 +1076,19 @@

Check in

-
Enter item barcode:
[% IF ( exemptfine ) %] - + [% ELSIF ( dropboxmode ) %] - + [% ELSE %] - + [% END %] + +
+ +
+ [% FOREACH inputloo IN inputloop %] @@ -1092,9 +1096,6 @@ [% END %]
-
[% IF ( exemptfine ) %] --