@@ -, +, @@ - 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. --- .../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(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt +++ a/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' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt +++ a/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' %] --