From: Karl O. Pinc Date: Wed, 18 Sep 2024 16:16:57 +0000 (-0500) Subject: Add place on the page for checkboxes and other controls to go X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=8a078873f70e9cb5a252ec8bbf50bdd4e65d577e;p=pgwui_common Add place on the page for checkboxes and other controls to go --- diff --git a/src/pgwui_common/templates/auth_base.mak b/src/pgwui_common/templates/auth_base.mak index 2a68642..7217d0b 100644 --- a/src/pgwui_common/templates/auth_base.mak +++ b/src/pgwui_common/templates/auth_base.mak @@ -140,6 +140,9 @@ %> +<%def name="controls(tab_index)"> + + <%def name="main_form(tab_index, target=None, action='')">
@@ -157,6 +160,8 @@ <%self:table_rows tab_index="${tab_index}" args="tab_index"/> + ${self.controls(tab_index)} +

${self.submit(tab_index)}