From: Warren A. Layton 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=contrib%2FConifer.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 Signed-off-by: Dan Scott --- 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 @@ - -