projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89d6ed3
)
Allow input elements to be styled
author
Karl O. Pinc
<kop@karlpinc.com>
Mon, 16 Sep 2024 00:42:44 +0000
(19:42 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Mon, 16 Sep 2024 00:42:44 +0000
(19:42 -0500)
src/pgwui_common/templates/lib.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_common/templates/lib.mak
b/src/pgwui_common/templates/lib.mak
index 5ede8b9e1f84188b645ffa2265172baef46af70e..8f337711029751f8bb848bb97b873d28fd6e3ff6 100644
(file)
--- a/
src/pgwui_common/templates/lib.mak
+++ b/
src/pgwui_common/templates/lib.mak
@@
-49,7
+49,7
@@
</td>
</%def>
-<%def name="td_input(tab_index, tab_inc=1, colspan=1)">
- <td colspan="${colspan}">${caller.body()}</td>
+<%def name="td_input(tab_index, tab_inc=1, colspan=1
, clas=''
)">
+ <td colspan="${colspan}"
class="${clas}"
>${caller.body()}</td>
<% tab_index.inc(tab_inc) %>
</%def>