From 2b43827800c0c265d2f1aa118a497ba0cb03319a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 15 Mar 2016 13:43:37 -0400 Subject: [PATCH] Bug 15825 - Patron lists does not show tools menu sidebar Patron lists pages do not show the Tools sidebar menu like other tools pages do. This page adds it to two views: The list of lists, and the page for adding to a list. To test, apply the patch and go to Tools -> Patron lists. - Confirm that this page has the tools sidebar menu. - On any existing list click Actions -> Add patrons. - Confirm that the page has the tools sidebar menu. Signed-off-by: Aleisha Signed-off-by: Jonathan Druart --- .../intranet-tmpl/prog/en/modules/patron_lists/list.tt | 13 ++++++++++--- .../intranet-tmpl/prog/en/modules/patron_lists/lists.tt | 15 +++++++++++---- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt index 27b68a7..814c635 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt @@ -70,8 +70,10 @@ $(document).ready(function() { [% INCLUDE 'cat-search.inc' %] -
-
+
+
+
+

[% list.name %]

@@ -151,6 +153,11 @@ $(document).ready(function() {
-
+
+
+
+ [% INCLUDE 'tools-menu.inc' %] +
+
[% INCLUDE 'intranet-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt index 87e950b..8d90493 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt @@ -30,8 +30,10 @@ [% INCLUDE 'cat-search.inc' %] -
-
+
+
+
+
@@ -77,6 +79,11 @@ [% ELSE %]
There are no patron lists.
[% END %] -
-[% INCLUDE 'intranet-bottom.inc' %] +
+
+
+ [% INCLUDE 'tools-menu.inc' %] +
+
+[% INCLUDE 'intranet-bottom.inc' %] \ No newline at end of file -- 2.7.0