[open-ils-commits] [GIT] Evergreen ILS branch master updated. fbc7f4fa15da74ef2699da17ceac7685417b18f8

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, master has been updated
       via  fbc7f4fa15da74ef2699da17ceac7685417b18f8 (commit)
      from  2edae2650d121d87478e5ee9e2272bf013b6c341 (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 fbc7f4fa15da74ef2699da17ceac7685417b18f8
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 03345ef..d211867 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
@@ -309,7 +309,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"
@@ -317,7 +317,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