[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 13869d72c78dae42b9a43beeed40a557f0513e13

Evergreen Git git at git.evergreen-ils.org
Wed Aug 15 12:54:51 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_2 has been updated
       via  13869d72c78dae42b9a43beeed40a557f0513e13 (commit)
      from  0d896279df3649f44a1622cb990788aa6023a69b (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 13869d72c78dae42b9a43beeed40a557f0513e13
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