From 2c250783c35b84abba4edc091c95c9b67b610070 Mon Sep 17 00:00:00 2001
From: "Warren A. Layton" <warren.layton@gmail.com>
Date: Mon, 19 Mar 2012 12:47:50 -0400
Subject: [PATCH] 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>
---
 Open-ILS/xul/staff_client/server/index.xhtml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

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">
-- 
2.11.0