Bug 9757: Remove duplicated action buttons.
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 19 Jun 2013 09:50:00 +0000 (11:50 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 26 Jun 2013 16:04:37 +0000 (09:04 -0700)
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt

index aa93c83..aac163f 100644 (file)
@@ -407,14 +407,6 @@ function placeHold () {
                [% END %]<!-- /itemsloop -->
     </table>
     <div class="pages">[% pagination_bar %]</div>
-    <fieldset class="action">
-        [% IF ( itemsloop ) %]
-            [% IF ( CAN_user_reserveforothers && DisplayMultiPlaceHold ) %]<input type="button" class="placehold" value="Place hold" />[% END %]
-            [% IF ( allowremovingitems ) %]<input type="submit" value="Remove selected records" class="
-            list-remove" />[% END %]
-            [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]<input type="submit" value="Merge selected records" class="merge-items" />[% END %]
-        [% END %]
- </fieldset>
 </form>
 
        [% END %]