From: Karl O. Pinc Date: Mon, 16 Sep 2024 00:42:44 +0000 (-0500) Subject: Allow input elements to be styled X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=59364fe3fcbce3c091c2ad6f5fec792511158c00;p=pgwui_common Allow input elements to be styled --- diff --git a/src/pgwui_common/templates/lib.mak b/src/pgwui_common/templates/lib.mak index 5ede8b9..8f33771 100644 --- a/src/pgwui_common/templates/lib.mak +++ b/src/pgwui_common/templates/lib.mak @@ -49,7 +49,7 @@ -<%def name="td_input(tab_index, tab_inc=1, colspan=1)"> - ${caller.body()} +<%def name="td_input(tab_index, tab_inc=1, colspan=1, clas='')"> + ${caller.body()} <% tab_index.inc(tab_inc) %>