[open-ils-commits] [GIT] Evergreen ILS branch rel_2_6 updated. 19f9a041a74ffa11b00529742a86a11b10dd50d2

Evergreen Git git at git.evergreen-ils.org
Tue May 20 20:11:39 EDT 2014


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_6 has been updated
       via  19f9a041a74ffa11b00529742a86a11b10dd50d2 (commit)
      from  4490f119db724bbf2cffb85957f0482e5a55bcbe (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 19f9a041a74ffa11b00529742a86a11b10dd50d2
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Thu May 1 13:47:46 2014 -0400

    LP#1314902: Restore header bar styles on results pages
    
    Commit fc99f4f2 made an incomplete style change, changing
    'results_header_bar' to be a class, but not changing the CSS.  The
    simplest solution is to restore 'results_header_bar' to be an id, as
    this fixes the main view, the responsive view, and also any custom CSS
    which might affect this id.
    
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/templates/opac/results.tt2 b/Open-ILS/src/templates/opac/results.tt2
index a99ac0d..8e6e3a1 100644
--- a/Open-ILS/src/templates/opac/results.tt2
+++ b/Open-ILS/src/templates/opac/results.tt2
@@ -41,7 +41,7 @@
           <br/>
           [% END %]
         [% END %]
-        <div class="results_header_bar[%- IF ctx.metarecord %] hidden[% END -%]">
+        <div id="results_header_bar" [%- IF ctx.metarecord %]class="hidden"[% END -%]>
             <div id="results_header_inner">
                 <div class="results_header_btns">
                     <a href="[% mkurl(ctx.opac_root _ '/home', {$loc_name => loc_value}, 1) %]">[% l('Another Search') %]</a>

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

Summary of changes:
 Open-ILS/src/templates/opac/results.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list