From debda212f9a0b302686e507d788d3bd06637b256 Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Fri, 28 Oct 2011 10:40:03 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/myopac/holds/edit.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0