From 407e5e1ead4c3f6e4a61261a818e2c52909e67b5 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 19 Jun 2013 11:50:00 +0200 Subject: [PATCH 2/2] [SIGNED-OFF] Bug 9757: Remove duplicated action buttons. Content-Type: text/plain; charset="utf-8" Signed-off-by: Owen Leonard --- .../prog/en/modules/virtualshelves/shelves.tt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt index aa93c83..aac163f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -407,14 +407,6 @@ function placeHold () { [% END %]
[% pagination_bar %]
-
- [% IF ( itemsloop ) %] - [% IF ( CAN_user_reserveforothers && DisplayMultiPlaceHold ) %][% END %] - [% IF ( allowremovingitems ) %][% END %] - [% IF ( CAN_user_editcatalogue_edit_catalogue ) %][% END %] - [% END %] -
[% END %] -- 1.7.9.5