From: Karl O. Pinc Date: Tue, 30 Jul 2024 17:03:52 +0000 (-0500) Subject: Use inheritance to properly wrap inheriting body X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=1f197aba6728cf61918d260781b05631b0ea20f6;p=pgwui_develop Use inheritance to properly wrap inheriting body --- 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)} +