From 1377299d8b184c8e6a8574a1c7a36509de0dca09 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 3 Aug 2024 16:18:21 -0500 Subject: [PATCH] Use table row abstractions --- .../src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish | 9 +++------ 1 file changed, 3 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 7435018..bc9b7b4 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 @@ -60,10 +60,8 @@ < %% def name="example_row(tab_index)"> - - - - + < %% self.lib:td_label for_id="example_id">Example + < %% self.lib:td_input tab_index="${tab_index}"> - + - < %% tab_index.inc() %% > < %% tab_index = self.attr.TabIndex() %% > -- 2.34.1