[open-ils-commits] [GIT] Evergreen ILS branch master updated. 2c250783c35b84abba4edc091c95c9b67b610070
Evergreen Git
git at git.evergreen-ils.org
Mon Mar 19 21:29:50 EDT 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 2c250783c35b84abba4edc091c95c9b67b610070 (commit)
from 2b876b7d10c8d5e7c34b2a1971b092d1aadd9b24 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2c250783c35b84abba4edc091c95c9b67b610070
Author: Warren A. Layton <warren.layton at gmail.com>
Date: Mon Mar 19 12:47:50 2012 -0400
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 at gmail.com>
Signed-off-by: Dan Scott <dscott at laurentian.ca>
diff --git a/Open-ILS/xul/staff_client/server/index.xhtml b/Open-ILS/xul/staff_client/server/index.xhtml
index 7475cbc..15fe507 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">
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/xul/staff_client/server/index.xhtml | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list