[open-ils-commits] [GIT] Evergreen ILS branch master updated. 3c5e7a0d2a79f6c50daaf85fc751174b253c9869
Evergreen Git
git at git.evergreen-ils.org
Mon Oct 31 10:05:52 EDT 2011
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 3c5e7a0d2a79f6c50daaf85fc751174b253c9869 (commit)
from 84d3f4d0724183b3b8c506f90a30993d596df9a7 (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 3c5e7a0d2a79f6c50daaf85fc751174b253c9869
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date: Fri Oct 28 10:40:03 2011 -0400
Tpac: fix the doubly wrapped holds editor
For some reason it must have made since in the past to wrap this
interface in both parts/base.tt2 and myopac/parts/base.tt2, but
nowadays that results in having extra headers and footers around
the actual page contents, so the layout looks broken.
This fixes that. No other interfaces were doing this double wrapping.
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Signed-off-by: Bill Erickson <berick at esilibrary.com>
diff --git a/Open-ILS/src/templates/opac/myopac/holds/edit.tt2 b/Open-ILS/src/templates/opac/myopac/holds/edit.tt2
index 080cf68..7ba1528 100644
--- a/Open-ILS/src/templates/opac/myopac/holds/edit.tt2
+++ b/Open-ILS/src/templates/opac/myopac/holds/edit.tt2
@@ -2,7 +2,7 @@
PROCESS "opac/parts/misc_util.tt2";
PROCESS "opac/parts/hold_status.tt2";
PROCESS "opac/parts/org_selector.tt2";
- WRAPPER "opac/parts/base.tt2" + "opac/parts/myopac/base.tt2";
+ WRAPPER "opac/parts/myopac/base.tt2";
myopac_page = "holds"; # in this case, just for tab coloring.
hold = ctx.holds.0;
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/opac/myopac/holds/edit.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list