[open-ils-commits] [GIT] Evergreen ILS branch master updated. df05b7b49eb8c03c7b4dba9071583a7dcf995910
Evergreen Git
git at git.evergreen-ils.org
Wed Aug 15 12:54:14 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, master has been updated
via df05b7b49eb8c03c7b4dba9071583a7dcf995910 (commit)
from 368dfb9aedcae5e0469b20046f36bfd712b73348 (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 df05b7b49eb8c03c7b4dba9071583a7dcf995910
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