From: Karl O. Pinc Date: Thu, 3 Oct 2024 16:30:09 +0000 (-0500) Subject: Allow td_label labels to have ids X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=2a8e2abe9c6af2b679fb5e8f494ad5d82e693ed5;p=pgwui_common Allow td_label labels to have ids --- diff --git a/src/pgwui_common/templates/lib.mak b/src/pgwui_common/templates/lib.mak index ba20aaa..266b16a 100644 --- a/src/pgwui_common/templates/lib.mak +++ b/src/pgwui_common/templates/lib.mak @@ -38,10 +38,11 @@ ## Table data -<%def name="td_label(for_id=None)"> +<%def name="td_label(for_id=None, id=None)">