From 0a5671d1360eb42e3c463bc7ed3307b34d5c77ad Mon Sep 17 00:00:00 2001 From: Caitlin Goodger Date: Thu, 19 Jan 2017 23:31:16 +0000 Subject: [PATCH] Bug 17948 Link to make a new list in masthead in OPAC does not take you straight to add form Test Form 1: Go to OPAC and click on add new list. 2: It takes you to Your Lists and not straight to add a new list 3: Apply patch 4: Refresh and when you click on new list it should take you straight to add a new list Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index 10ea161..0170701 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -68,7 +68,7 @@ [% END %] [% ELSE %]
  • No private lists
  • -
  • New list
  • +
  • New list
  • [% END %] [% ELSE %]
  • Log in to create your own lists
  • -- 2.9.3