Bugzilla – Attachment 12146 Details for
Bug 8339
div id="login" should be id="login_controls" in header.inc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 8339 - div id="login" should be id="login_controls" in header.inc
SIGNED-OFF-Bug-8339---div-idlogin-should-be-idlogi.patch (text/plain), 1.61 KB, created by
Owen Leonard
on 2012-09-11 18:12:42 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8339 - div id="login" should be id="login_controls" in header.inc
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-09-11 18:12:42 UTC
Size:
1.61 KB
patch
obsolete
>From 394de3047cadfc6223e3243289b4d07eb6d79964 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Wed, 12 Sep 2012 00:57:43 +0800 >Subject: [PATCH] [SIGNED-OFF] Bug 8339 - div id="login" should be > id="login_controls" in header.inc >Content-Type: text/plain; charset="utf-8" > >After experiencing what I believe was stale CSS, I have >implemented oleonard's suggested fix which does work. That is: >header.inc change login to login_controls, and in >staff-global.css change the #login to #login_controls. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../intranet-tmpl/prog/en/css/staff-global.css | 2 +- > .../intranet-tmpl/prog/en/includes/header.inc | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >index afe98f7..73e457b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -158,7 +158,7 @@ em strong { > padding-top : 1em; > } > >-#login { >+#login_controls { > position : absolute; > right : .5em; > } >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >index 3d71d45..f4037ac 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >@@ -44,7 +44,7 @@ > </li> > </ul> > </div> >- <div id="login"> >+ <div id="login_controls"> > [% IF ( AutoLocation ) %] > <strong> > [% LoginBranchname %] >-- >1.7.9.5
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 8339
:
10575
|
11951
|
12141
| 12146