From f5c1f5bfaf8d8190ce8c20fb118c316204d9cd0a Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Sun, 8 Jul 2012 23:58:25 -0400
Subject: [PATCH] Move overlay to the footer - used in various files

---
 include/staff/footer.inc.php     | 1 +
 include/upgrader/upgrade.inc.php | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/staff/footer.inc.php b/include/staff/footer.inc.php
index 2591a55af..d789c1447 100644
--- a/include/staff/footer.inc.php
+++ b/include/staff/footer.inc.php
@@ -12,5 +12,6 @@ if(is_object($thisstaff) && $thisstaff->isStaff()) { ?>
 <?php
 } ?>
 </div>
+<div id="overlay"></div>
 </body>
 </html>
diff --git a/include/upgrader/upgrade.inc.php b/include/upgrader/upgrade.inc.php
index c17b1b9cd..9e95af3ff 100644
--- a/include/upgrader/upgrade.inc.php
+++ b/include/upgrader/upgrade.inc.php
@@ -31,7 +31,6 @@ $action=$upgrader->getNextAction();
             <p>3. We can help, feel free to <a href="http://osticket.com/support/" target="_blank">contact us </a> for professional help.</p>
     </div>
     <div class="clear"></div>
-    <div id="overlay"></div>
     <div id="loading">
         <h4><?php echo $action; ?></h4>
         Please wait... while we upgrade your osTicket installation!
-- 
GitLab