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