From: Warren A. Layton <warren.layton@gmail.com>
Date: Mon, 19 Mar 2012 16:47:50 +0000 (-0400)
Subject: Fix some small errors in Apache log for staff client splash page
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2c250783c35b84abba4edc091c95c9b67b610070;p=evergreen%2Fmasslnc.git

Fix some small errors in Apache log for staff client splash page

Fixes the path to the background image in the splash page's search
box.

Also removes references to javascript files that don't seem to be
present.

Signed-off-by: Warren A. Layton <warren.layton@gmail.com>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
---

diff --git a/Open-ILS/xul/staff_client/server/index.xhtml b/Open-ILS/xul/staff_client/server/index.xhtml
index 7475cbcac2..15fe507a24 100644
--- a/Open-ILS/xul/staff_client/server/index.xhtml
+++ b/Open-ILS/xul/staff_client/server/index.xhtml
@@ -21,7 +21,7 @@
         var textbox = document.getElementById("quicksearch");
 
         if(textbox && textbox.value == "")
-                textbox.style.background = "#FFFFFF url(\"eg_tiny_logo.jpg\") center no-repeat";
+                textbox.style.background = "#FFFFFF url(\"skin/media/images/portal/eg_tiny_logo.jpg\") center no-repeat";
   }
 
   function SearchOnFocus() {
@@ -56,16 +56,12 @@
   </script>
   <script type="text/javascript" src="main/constants.js">
 </script>
-  <script type="text/javascript" src="main/lang.js">
-</script>
   <script type="text/javascript" src="/opac/common/js/utils.js">
 </script>
   <script type="text/javascript" src="/opac/common/js/CGI.js">
 </script>
   <script type="text/javascript" src="/opac/common/js/md5.js">
 </script>
-  <script type="text/javascript" src="/opac/common/js/JSON.js">
-</script>
   <script type="text/javascript" src="/opac/common/js/fmall.js">
 </script>
   <script type="text/javascript" src="/opac/common/js/fmgen.js">