Fix some small errors in Apache log for staff client splash page
authorWarren A. Layton <warren.layton@gmail.com>
Mon, 19 Mar 2012 16:47:50 +0000 (12:47 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 20 Mar 2012 01:29:19 +0000 (21:29 -0400)
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

index 7475cbc..15fe507 100644 (file)
@@ -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() {
   </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">