From: Karl O. Pinc Date: Sat, 3 Aug 2024 21:18:21 +0000 (-0500) Subject: Use table row abstractions X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=1377299d8b184c8e6a8574a1c7a36509de0dca09;p=pgwui_develop Use table row abstractions --- 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() %% >