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

Evergreen Git git at git.evergreen-ils.org
Thu Jul 26 11:16:04 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  5fd92464a3046a38806bcd88d5e82591494609e2 (commit)
      from  98559e35f091153bc61172fab7e59ebfe732aadc (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 5fd92464a3046a38806bcd88d5e82591494609e2
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