[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. bbc071efaa2d97fa4926d4311cccf78eea2aa956

Evergreen Git git at git.evergreen-ils.org
Wed Aug 15 12:54:38 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, rel_2_3 has been updated
       via  bbc071efaa2d97fa4926d4311cccf78eea2aa956 (commit)
      from  ca3764e52f5d80da030f3bcd16ee331391c5c345 (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 bbc071efaa2d97fa4926d4311cccf78eea2aa956
Author: Ben Shum <bshum at biblio.org>
Date:   Mon Aug 6 11:11:54 2012 -0400

    TPAC - Fix footer on hold history page
    
    The hold history page was missing an ending div tag to complete the
    block which leads to the footer being generated incorrectly on that
    page.
    
    Adding the ending tag repairs the display of the footer to match all
    the other pages.
    
    Credit to Melissa Lefebvre for noticing this discrepancy.
    
    Signed-off-by: Ben Shum <bshum at biblio.org>
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/src/templates/opac/myopac/hold_history.tt2 b/Open-ILS/src/templates/opac/myopac/hold_history.tt2
index bc3cc6c..2c3e611 100644
--- a/Open-ILS/src/templates/opac/myopac/hold_history.tt2
+++ b/Open-ILS/src/templates/opac/myopac/hold_history.tt2
@@ -107,4 +107,5 @@
         </table>
         [% END %]
     </div>
+</div>
 [% END %]

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

Summary of changes:
 .../src/templates/opac/myopac/hold_history.tt2     |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list