[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 958c7673e21f093061518de92aa9cd05fa55c8f3

Evergreen Git git at git.evergreen-ils.org
Mon Jul 23 19:35:31 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, rel_2_2 has been updated
       via  958c7673e21f093061518de92aa9cd05fa55c8f3 (commit)
      from  5d1c05e4340c1050a8a8896b875e245cbd16e4e6 (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 958c7673e21f093061518de92aa9cd05fa55c8f3
Author: Dan Scott <dscott at laurentian.ca>
Date:   Mon Jul 23 12:09:03 2012 -0400

    JSPAC: Point to TPAC from <noscript> section
    
    TPAC was built for browsers with no JavaScript. Ironically, we're still
    pointing to the SlimPAC from the <noscript> section of the JSPAC... fix
    that.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/web/opac/locale/en-US/opac.dtd b/Open-ILS/web/opac/locale/en-US/opac.dtd
index 9b31b21..ec5c544 100644
--- a/Open-ILS/web/opac/locale/en-US/opac.dtd
+++ b/Open-ILS/web/opac/locale/en-US/opac.dtd
@@ -118,8 +118,7 @@
 However, it seems JavaScript is either disabled or not supported by your browser.
 To use the regular Evergreen Catalog, enable JavaScript by changing your browser options, then
 <a style='color: blue; text-decoration: underline;' href='/'>try again</a>.
-<br/><br/>Alternatively, you can use the basic HTML-only catalog
-<a style='color: blue; text-decoration: underline;' href='/opac/extras/slimpac/start.html'>here</a>.">
+<br/><br/>Alternatively, you can use the basic HTML-only catalog: ">
 
 <!--	================================================================= 
 	 MyOPAC bookbag page
diff --git a/Open-ILS/web/opac/skin/default/xml/home/index_body.xml b/Open-ILS/web/opac/skin/default/xml/home/index_body.xml
index 574af3b..48d2a90 100644
--- a/Open-ILS/web/opac/skin/default/xml/home/index_body.xml
+++ b/Open-ILS/web/opac/skin/default/xml/home/index_body.xml
@@ -5,6 +5,7 @@
 		<p style="font-size: 1.3em; padding: 3em; text-align: center;">
 		&home.js.disabled;
 		</p>
+        <a href="/eg/opac/home">&opac.basic;</a>
 	</noscript>
 
 	<table id='toptable' width='100%' style='border-collapse: collapse;'>

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/web/opac/locale/en-US/opac.dtd            |    3 +--
 .../web/opac/skin/default/xml/home/index_body.xml  |    1 +
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list