From b311f680965cd96ca020b0d7847e3035f8f3f717 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Wed, 31 Jul 2024 12:42:10 -0500 Subject: [PATCH] Adjust for pgwui_common template structure changes --- .../src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish | 5 +++-- 1 file changed, 3 insertions(+), 2 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 3f4ff5a..0d97ef2 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 @@ -74,6 +74,7 @@ < %% tab_index.inc() %% > -< %% self:upload_form args="tab_index"> +< %% tab_index = self.attr.TabIndex() %% > +< %% self:main_form tab_index="${tab_index}" args="tab_index"> $ {example_row(tab_index)} - + -- 2.34.1