From: Lebbeous Fogle-Weekley Date: Fri, 28 Oct 2011 14:40:03 +0000 (-0400) Subject: Tpac: fix the doubly wrapped holds editor X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3c5e7a0d2a79f6c50daaf85fc751174b253c9869;p=contrib%2FConifer.git 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 Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates/opac/myopac/holds/edit.tt2 b/Open-ILS/src/templates/opac/myopac/holds/edit.tt2 index 080cf68719..7ba1528d5a 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;