From 427eda84d9f648e1666b58f61bfb59f5005066a0 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Tue, 16 Feb 2016 04:01:13 +0000 Subject: [PATCH] Bug 15830 - Move Rotating Collections actions into a drop-down list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To test: 1) Go to Tools -> Rotating Collections 2) Confirm actions (Add or remove items, Transfer, Edit, Delete) have moved into a drop down menu 3) Confirm all of the actions work as expected Sponsored-by: Catalyst IT Signed-off-by: Marc VĂ©ron --- .../rotating_collections/rotatingCollections.tt | 29 ++++++++++++++------ 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt index a807b6b..761be64 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt @@ -2,6 +2,7 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Rotating collections [% INCLUDE 'doc-head-close.inc' %] +[% INCLUDE 'datatables.inc' %] @@ -32,15 +40,12 @@

Rotating collections

[% IF ( collectionsLoop ) %] - +
- - - [% FOREACH collectionsLoo IN collectionsLoop %] @@ -48,10 +53,18 @@ - - - - + [% END %]
Title Description Current location     
[% collectionsLoo.colTitle %] [% collectionsLoo.colDesc %] [% Branches.GetName( collectionsLoo.colBranchcode ) %]Add or remove itemsTransferEditDelete + +
-- 1.7.10.4