Tpac: fix the doubly wrapped holds editor
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 28 Oct 2011 14:40:03 +0000 (10:40 -0400)
committerBill Erickson <berick@esilibrary.com>
Mon, 31 Oct 2011 14:04:23 +0000 (10:04 -0400)
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@esilibrary.com>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/opac/myopac/holds/edit.tt2

index 080cf68..7ba1528 100644 (file)
@@ -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;