[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 132ab5633eeb54ee1731870d8aacd484f3a461dc

Evergreen Git git at git.evergreen-ils.org
Thu Jul 26 11:16:13 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  132ab5633eeb54ee1731870d8aacd484f3a461dc (commit)
      from  43a7176d1d47d66baeb7f98da39c1e20d78cfd72 (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 132ab5633eeb54ee1731870d8aacd484f3a461dc
Author: Dan Scott <dscott at laurentian.ca>
Date:   Thu Jul 26 10:45:25 2012 -0400

    Get the TPAC basic link inline for <noscript>
    
    The TPAC basic link appeared outside the <p> tag inside the <noscript>
    section of the JSPAC, meaning that it would display on the far left
    border of the screen rather than right after the colon. Fix that by
    getting it inline.
    
    Also apply a style to the link so it appears as some kind of a link.
    What kind of madman overrode the basic <a> element style to make it
    appear as plain text by default in the first place? :P
    
    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/skin/default/xml/home/index_body.xml b/Open-ILS/web/opac/skin/default/xml/home/index_body.xml
index 48d2a90..c7d20f6 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
@@ -4,8 +4,8 @@
 		<style type="text/css">#toptable { display: none; }</style>
 		<p style="font-size: 1.3em; padding: 3em; text-align: center;">
 		&home.js.disabled;
+        <a href="/eg/opac/home" class="classic_link">&opac.basic;</a>
 		</p>
-        <a href="/eg/opac/home">&opac.basic;</a>
 	</noscript>
 
 	<table id='toptable' width='100%' style='border-collapse: collapse;'>

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

Summary of changes:
 .../web/opac/skin/default/xml/home/index_body.xml  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list