Bugzilla – Attachment 10575 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]
changed from 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.41 KB, created by
Mark Tompsett
on 2012-06-30 14:00:53 UTC
(
hide
)
Description:
changed from login to login_controls in header.inc and staff-global.css
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2012-06-30 14:00:53 UTC
Size:
1.41 KB
patch
obsolete
>From 5fab8f77adc0c4cdf1d1efffb93b61f23ad2ea79 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Sat, 30 Jun 2012 21:50:02 +0800 >Subject: [PATCH] Bug 8339 - div id="login" should be id="login_controls" in > header.inc Changed the id from login to login_controls in > header.inc and staff-global.css >Content-Type: text/plain; charset="utf-8" > >--- > .../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 8179f15..36ec565 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