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

Evergreen Git git at git.evergreen-ils.org
Mon Jul 23 19:35:15 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  a91ca6193237a2ee1eb8e640636fb607e73867ab (commit)
      from  488d6535c75189e7654c95337f3b2d0005938018 (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 a91ca6193237a2ee1eb8e640636fb607e73867ab
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