Bugzilla – Attachment 12141 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]
Renamed login to login_controls in header.inc and staff-global.css
0001-Bug-8339-div-id-login-should-be-id-login_controls-in.patch (text/plain), 1.51 KB, created by
Mark Tompsett
on 2012-09-11 17:07:32 UTC
(
hide
)
Description:
Renamed login to login_controls in header.inc and staff-global.css
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2012-09-11 17:07:32 UTC
Size:
1.51 KB
patch
obsolete
>From 32f9c40f12bcaac00ee0cd78b0dd6260ed4d8af5 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Wed, 12 Sep 2012 00:57:43 +0800 >Subject: [PATCH] Bug 8339 - div id="login" should be id="login_controls" in > header.inc > >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. >--- > .../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