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

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, master has been updated
       via  e174630d6c666dcfe55d78147398978a9ad26295 (commit)
      from  4df12a913c2b9ca16e734dc965e58fffdb512d0f (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 e174630d6c666dcfe55d78147398978a9ad26295
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