@@ -, +, @@ --- .../prog/en/modules/reserve/request.tt | 39 +++++++++++++--------- 1 file changed, 24 insertions(+), 15 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -27,11 +27,15 @@ [% END %] -
+
+
+ [% IF ( multi_hold ) # No sidebar menu when placing multiple holds %] +
+ [% ELSE %] +
+ [% END %] +
-
-
-
[% IF ( noitems ) %]
[%IF (multi_hold) %] @@ -312,17 +316,17 @@ [% IF itemloo.force_hold_level == 'record' # Patron has placed a record level hold previously for this record %] - + Hold must be record level [% ELSIF ( itemloo.available ) %] [% ELSIF ( itemloo.override ) %] - + [% ELSE %] - + [% IF itemloo.not_holdable %] [% IF itemloo.not_holdable == 'damaged' %] Item damaged @@ -644,16 +648,21 @@ [% END %] [% END %] -
-
-
-[% UNLESS ( multi_hold ) %] - [% INCLUDE 'biblio-view-menu.inc' %] -[% END %] +
+ + [% IF ( multi_hold ) # No sidebar menu when placing multiple holds %] +
+ [% ELSE %] +
+
+ +
+ [% END %] +
-
-
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] --