From 59364fe3fcbce3c091c2ad6f5fec792511158c00 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sun, 15 Sep 2024 19:42:44 -0500 Subject: [PATCH] Allow input elements to be styled --- src/pgwui_common/templates/lib.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) %> -- 2.34.1