Get the TPAC basic link inline for <noscript>
authorDan Scott <dscott@laurentian.ca>
Thu, 26 Jul 2012 14:45:25 +0000 (10:45 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Thu, 26 Jul 2012 15:15:58 +0000 (11:15 -0400)
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@laurentian.ca>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>

Open-ILS/web/opac/skin/default/xml/home/index_body.xml

index 48d2a90..c7d20f6 100644 (file)
@@ -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;'>