diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index 44b3fd1946..62f14f115b 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -2506,6 +2506,23 @@ td.bundle { #circ_circulation_issue { position: relative; + + fieldset { + label { + display: block; + font-size: 105%; + font-weight: bold; + margin-bottom: 1rem; + max-width: 75%; + } + + #onsite_checkout-select { + label { + display: inline; + margin: 0; + } + } + } } #renew_as_unseen_label { @@ -3605,14 +3622,6 @@ input.renew { } } -.onsite_checkout-select { - label, - #circ_circulation_issue & { - font-size: inherit; - font-weight: normal; - } -} - .onsite_checkout { color: $warning-text-color; } diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt index 304457d50d..18d762b0b8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt @@ -50,11 +50,12 @@
[% END %]
-

Batch check out

+ [% IF patron %] + [% INCLUDE 'members-toolbar.inc' %] + [% END %] + +

Batch check out

-[% IF patron %] -[% INCLUDE 'members-toolbar.inc' %] -[% END %] [% IF patron and not batch_allowed %]
You are not allowed to use batch checkout for this patron
@@ -83,47 +84,44 @@
[% ELSIF patron and not checkout_infos %]
-
- -
- Use a file -
    -
  1. -
-
-
- Or list barcodes one by one -
    -
  1. - - -
  2. -
-
- [% IF Koha.Preference('SpecifyDueDate') || Koha.Preference('OnSiteCheckouts') %] -
-
    - [% IF Koha.Preference('SpecifyDueDate') %] - Due date -
  1. - - -
  2. - [% END %] - [% IF Koha.Preference('OnSiteCheckouts') %] -
  3. -
    - - -
    -
  4. - [% END %] -
-
- [% END %] +
+
+ Checking out to [% INCLUDE 'patron-title.inc' %] +
    +
  1. + + +
  2. +
  3. + + +
  4. +
+
+ + [% IF Koha.Preference('SpecifyDueDate') || Koha.Preference('OnSiteCheckouts') %] +
+
    + [% IF Koha.Preference('SpecifyDueDate') %] +
  1. + + +
  2. + [% END %] + [% IF Koha.Preference('OnSiteCheckouts') %] +
  3. +
    + + +
    +
  4. + [% END %] +
+
+ [% END %] -
+
@@ -135,11 +133,12 @@ [% ELSIF patron %] [% IF confirmation_needed && CAN_user_circulate_force_checkout %] -

Batch checkout confirmation [% IF patron %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %]

+

Batch checkout confirmation

[% ELSE %] -

Batch checkout information [% IF patron.borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] |[% batch | html %]|[% END %]

+

Batch checkout results

[% END %] +
@@ -308,13 +307,16 @@ [% END %] [% IF checkout_info.issue.date_due %] -
  • Due on [% checkout_info.issue.date_due | $KohaDates as_due_date => 1 %]
  • +
      +
    • Due on [% checkout_info.issue.date_due | $KohaDates as_due_date => 1 %]
    • +
    [% END %] [% END %]
    +
    [% IF confirmation_needed && CAN_user_circulate_force_checkout %]