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

Evergreen Git git at git.evergreen-ils.org
Tue Nov 15 11:53:10 EST 2011


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  2cd2a9817e0a887865402c4b5dd8fd9660bd573a (commit)
      from  93502ff44099a3372c30e135cc007f3b8becc4dd (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 2cd2a9817e0a887865402c4b5dd8fd9660bd573a
Author: Bill Erickson <berick at esilibrary.com>
Date:   Thu Nov 3 10:18:12 2011 -0400

    TPac; reduce vertical space caused by chilifresh link
    
    CSS loaded from chilifresh forces a fixed height on the
    .chili_review class, which causes significant vertical space gobbling in
    the results and details pages.  Solution is to change the chili_review
    container from a <div> to a <span>, where the height has no effect.
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/templates/opac/parts/record/awards.tt2 b/Open-ILS/src/templates/opac/parts/record/awards.tt2
index 68d93ce..94c72a2 100644
--- a/Open-ILS/src/templates/opac/parts/record/awards.tt2
+++ b/Open-ILS/src/templates/opac/parts/record/awards.tt2
@@ -4,7 +4,7 @@
         <!-- Chilifresh patron reviews -->
         <strong>[% l('Patron Reviews:') %]</strong>
         <div style="margin-bottom:20px;">
-            <div class="chili_review" id="isbn_[% attrs.isbn_clean | html %]"> </div>
+            <span class="chili_review" id="isbn_[% attrs.isbn_clean | html %]"> </span>
             <div id="chili_review_[% attrs.isbn_clean | html %]" style="display: none;" align="center" width="100%"></div>
         </div>
     
diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2
index 1e6b20d..83e69b9 100644
--- a/Open-ILS/src/templates/opac/parts/result/table.tt2
+++ b/Open-ILS/src/templates/opac/parts/result/table.tt2
@@ -243,7 +243,7 @@
                                         <tr>
                                             <td/>
                                             <td align='center'> <!-- Chilifresh reviews link --> 
-                                                <div class="chili_review" id="isbn_[% attrs.isbn_clean | html %]"> </div>
+                                                <span class="chili_review" id="isbn_[% attrs.isbn_clean | html %]"> </span>
                                             </td>
                                         </tr>
                                         <tr>

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

Summary of changes:
 .../src/templates/opac/parts/record/awards.tt2     |    2 +-
 Open-ILS/src/templates/opac/parts/result/table.tt2 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list