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 <mtompset@hotmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
40babe1a10
commit
edfcb171eb
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
[% END %]
|
||||
[% ELSE %]
|
||||
<li role="presentation"><a href="#" tabindex="-1" class="menu-inactive" role="menuitem">No private lists</a></li>
|
||||
<li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?op=list&category=1" tabindex="-1" role="menuitem" class="listmenulink">New list</a></li>
|
||||
<li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?op=add_form" tabindex="-1" role="menuitem" class="listmenulink">New list</a></li>
|
||||
[% END %]
|
||||
[% ELSE %]
|
||||
<li role="presentation"><a href="/cgi-bin/koha/opac-user.pl" tabindex="-1" class="menu-inactive loginModal-trigger" role="menuitem">Log in to create your own lists</a></li>
|
||||
|
|
Loading…
Reference in a new issue