From 2c250783c35b84abba4edc091c95c9b67b610070 Mon Sep 17 00:00:00 2001 From: "Warren A. Layton" 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 Signed-off-by: Dan Scott --- 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() { @@ -55,16 +55,12 @@ // ]]> - - -- 2.43.2