@@ -, +, @@ Circulation part 1 - Circulation -> Pending on-site checkouts (enable OnSiteCheckouts preference). - Test with the CircSidebar system preference both on and off - Circulation -> Overdues - Circulation -> Holds to pull - Circulation -> Renew - Test with the CircSidebar system preference both on and off - Circulation -> Bibliographic detail page -> Request article (enable ArticleRequests system preferences) - Circulation -> Hold ratios --- .../prog/en/modules/circ/on-site_checkouts.tt | 38 ++++++++++----- .../intranet-tmpl/prog/en/modules/circ/overdue.tt | 26 +++++----- .../prog/en/modules/circ/pendingreserves.tt | 25 ++++++---- .../intranet-tmpl/prog/en/modules/circ/renew.tt | 56 ++++++++++++---------- .../prog/en/modules/circ/request-article.tt | 26 +++++----- .../prog/en/modules/circ/reserveratios.tt | 28 ++++++----- 6 files changed, 119 insertions(+), 80 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt @@ -17,10 +17,18 @@ -
-
-
-
+
+
+
+
+
+ + [% IF Koha.Preference('CircSidebar') %] +
+ [% ELSE %] +
+ [% END %] +

Pending on-site checkouts

[% IF pending_onsite_checkouts %] @@ -56,16 +64,24 @@ [% ELSE %]

No pending on-site checkout.

[% END %] - - -
- [% IF Koha.Preference('CircSidebar') %][% INCLUDE 'circ-nav.inc' %][% END %] -
- + + [% IF Koha.Preference('CircSidebar') %] + +
+ +
+ + [% END %] + + + + [% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] -