From 1f197aba6728cf61918d260781b05631b0ea20f6 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 30 Jul 2024 12:03:52 -0500 Subject: [PATCH] Use inheritance to properly wrap inheriting body --- .../src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish b/src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish index 082c22e..3f4ff5a 100644 --- a/src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish +++ b/src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish @@ -1,5 +1,5 @@ < %% doc> - Copyright (C) 2015, 2018, 2020, 2021 The Meme Factory, Inc. + Copyright (C) 2015, 2018, 2020, 2021, 2024 The Meme Factory, Inc. http://www.karlpinc.com/ This file is part of ${component}. @@ -63,7 +63,7 @@ + < %% tab_index.inc() %% > -< %% form_elements = [example_row] - append_elements(form_elements) %% > - -$ {parent.upload_form(form_elements)} +< %% self:upload_form args="tab_index"> + $ {example_row(tab_index)} + -- 2.34.1