Bugzilla – Attachment 41106 Details for
Bug 14579
'You are not logged in' should link to log in page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14579: 'You are not logged in' should link to log in page
Bug-14579-You-are-not-logged-in-should-link-to-log.patch (text/plain), 1.56 KB, created by
Aleisha Amohia
on 2015-07-21 03:51:53 UTC
(
hide
)
Description:
Bug 14579: 'You are not logged in' should link to log in page
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2015-07-21 03:51:53 UTC
Size:
1.56 KB
patch
obsolete
>From 34242abef68ae8ecfe85753ae69eec23f9fe4cef Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Tue, 21 Jul 2015 01:04:31 +0000 >Subject: [PATCH] Bug 14579: 'You are not logged in' should link to log in > page > >To test: >1) Go to any page on the staff client and make sure you are not logged in (ie an error page, cgi-bin/koha/errors/400.pl) >2) Try click on 'You are not logged in |' >3) Notice it is not really a link and doesn't take you anywhere >4) Apply patch >5) Refresh page >6) Click on what now says 'Log in |' >7) Confirm that you are redirected to the intranet log in page >--- > koha-tmpl/intranet-tmpl/prog/en/includes/header.inc | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >index e4caee8..89517af 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >@@ -89,10 +89,13 @@ > <li> > <a id="logout" class="toplinks" href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log out</a> > </li> >+ </ul> > [% ELSE %] >- You are not logged in | >- [% END %] >- </ul> >+ <li> >+ <a href="/cgi-bin/koha/mainpage.pl">Log in |</a> >+ </li> >+ [% END %] >+ > <li> > <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper">Help</a> > </li> >-- >1.7.10.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 14579
:
41106
|
41658
|
42004
|
42008