[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 2237e99006bff3057ad53132af767399b7554196
Evergreen Git
git at git.evergreen-ils.org
Mon Jul 25 13:52:37 EDT 2011
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, rel_2_1 has been updated
via 2237e99006bff3057ad53132af767399b7554196 (commit)
from 9e4852ae2c4721fdcf91ceb840256adf44915542 (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 2237e99006bff3057ad53132af767399b7554196
Author: James Fournie <jfournie at sitka.bclibraries.ca>
Date: Fri Jun 10 11:27:47 2011 -0700
NOVELIST/CHILIFRESH include statements missing a hash which was causing (none) errors.
Signed-off-by: James Fournie <jfournie at sitka.bclibraries.ca>
Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
diff --git a/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_extras.xml b/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_extras.xml
index 4245824..47382b6 100644
--- a/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_extras.xml
+++ b/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_extras.xml
@@ -162,7 +162,7 @@
var chilifresh = '<!--#echo var="OILS_CHILIFRESH_ACCOUNT"-->';
if (chilifresh == '(none)') { chilifresh = false; }
</script>
- <!--if expr="${OILS_CHILIFRESH_ACCOUNT} && ${OILS_CHILIFRESH_ACCOUNT}!='(none)'"-->
+ <!--#if expr="${OILS_CHILIFRESH_ACCOUNT} && ${OILS_CHILIFRESH_ACCOUNT}!='(none)'"-->
<input type="hidden" id="chilifresh_account" name="chilifresh_account"
value="<!--#echo var='OILS_CHILIFRESH_ACCOUNT'-->" />
<input type="hidden" id="chilifresh_profile" name="chilifresh_profile"
@@ -170,12 +170,12 @@
<input type="hidden" id="chilifresh_version" name="chilifresh_version" value="onsite_v1" />
<input type="hidden" id="chilifresh_type" name="chilifresh_type" value="search" />
<script language="javascript" type="text/javascript" src="<!--#echo var='OILS_CHILIFRESH_URL'-->"></script>
- <!--endif-->
+ <!--#endif-->
<!-- Novelist setup -->
- <!--if expr="${OILS_NOVELIST_URL} && ${OILS_NOVELIST_URL}!='(none)'"-->
+ <!--#if expr="${OILS_NOVELIST_URL} && ${OILS_NOVELIST_URL}!='(none)'"-->
<script type="text/javascript" id="EIT" src="<!--#echo var='OILS_NOVELIST_URL'-->"></script>
- <!--endif-->
+ <!--#endif-->
<script language='javascript' type='text/javascript'>
var novelist = '<!--#echo var="OILS_NOVELIST_URL"-->';
if (novelist == '(none)') { novelist = false; }
diff --git a/Open-ILS/web/opac/skin/default/xml/result/result_table.xml b/Open-ILS/web/opac/skin/default/xml/result/result_table.xml
index 7ee942a..27dd3f7 100644
--- a/Open-ILS/web/opac/skin/default/xml/result/result_table.xml
+++ b/Open-ILS/web/opac/skin/default/xml/result/result_table.xml
@@ -307,7 +307,7 @@
var chilifresh = '<!--#echo var="OILS_CHILIFRESH_ACCOUNT"-->';
if (chilifresh=='(none)') { chilifresh = false; }
</script>
- <!--if expr="${OILS_CHILIFRESH_ACCOUNT} && ${OILS_CHILIFRESH_ACCOUNT}!='(none)'"-->
+ <!--#if expr="${OILS_CHILIFRESH_ACCOUNT} && ${OILS_CHILIFRESH_ACCOUNT}!='(none)'"-->
<input type="hidden" id="chilifresh_account" name="chilifresh_account"
value="<!--#echo var='OILS_CHILIFRESH_ACCOUNT'-->" />
<input type="hidden" id="chilifresh_profile" name="chilifresh_profile"
@@ -315,7 +315,7 @@
<input type="hidden" id="chilifresh_version" name="chilifresh_version" value="onsite_v1" />
<input type="hidden" id="chilifresh_type" name="chilifresh_type" value="search" />
<script language="javascript" type="text/javascript" src="<!--#echo var='OILS_CHILIFRESH_URL'-->"></script>
- <!--endif-->
+ <!--#endif-->
</div>
-----------------------------------------------------------------------
Summary of changes:
.../skin/default/xml/rdetail/rdetail_extras.xml | 8 ++++----
.../opac/skin/default/xml/result/result_table.xml | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list