From bd4651352a1a0f0c907deaf3ebce27f040cb4f59 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Tue, 1 Mar 2016 23:09:39 +0000 Subject: [PATCH] Bug 15952: Moving cataloging search actions into a drop-down menu To test: 1) Go to Cataloging and do a search in the catalog and reservoir (cataloguing/addbooks.pl) 2) Confirm that for the results found in catalog, the options (MARC and Card preview, Edit biblio, Add/edit items) are there and behave as expected. 3) Confirm that for the results found in reservoir, the options (MARC and Card preview, Add biblio) are there and behave as expected. 4) Set user permissions so that the user cannot edit the catalog or items. (editcatalogue -> edit_catalogue and edit_items) 5) Confirm that you no longer see the options to edit or add items/biblio in either table. Sponsored-by: Catalyst IT --- .../prog/en/modules/cataloguing/addbooks.tt | 75 +++++++++++++++----- 1 file changed, 58 insertions(+), 17 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt index 1a60e7e..efbfe23 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt @@ -1,5 +1,7 @@ [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] + +[% INCLUDE 'datatables.inc' %] Koha › Cataloging [% INCLUDE 'doc-head-close.inc' %]