Bugzilla – Attachment 59296 Details for
Bug 17948
Link to make a new list in masthead in OPAC does not take you straight to add form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 17948 Link to make a new list in masthead in OPAC does not take you straight to add form
SIGNED-OFF-Bug-17948-Link-to-make-a-new-list-in-ma.patch (text/plain), 1.91 KB, created by
Mark Tompsett
on 2017-01-20 00:33:54 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 17948 Link to make a new list in masthead in OPAC does not take you straight to add form
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2017-01-20 00:33:54 UTC
Size:
1.91 KB
patch
obsolete
>From 89c9c4e07d9688cc551ebcbb748807dde0c357ab Mon Sep 17 00:00:00 2001 >From: Caitlin Goodger <caitlingoodger.student@wegc.school.nz> >Date: Thu, 19 Jan 2017 23:31:16 +0000 >Subject: [PATCH] [SIGNED-OFF] 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> >--- > 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 %] > <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> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17948
:
59294
|
59296
|
59581
|
60319