projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
368dfb9
)
TPAC - Fix footer on hold history page
author
Ben Shum
<bshum@biblio.org>
Mon, 6 Aug 2012 15:11:54 +0000
(11:11 -0400)
committer
Dan Scott
<dscott@laurentian.ca>
Wed, 15 Aug 2012 16:53:53 +0000
(12:53 -0400)
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@biblio.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/opac/myopac/hold_history.tt2
patch
|
blob
|
history
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
(file)
--- 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 %]