From: Karl O. Pinc Date: Mon, 29 Jul 2024 16:48:21 +0000 (-0500) Subject: Use TabIndex in inherited templates X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=8e07ffc74c975c200c822480761d0386969fb674;p=pgwui_common Use TabIndex in inherited templates --- diff --git a/src/pgwui_common/templates/auth_base.mak b/src/pgwui_common/templates/auth_base.mak index e4d2d12..19a82c6 100644 --- a/src/pgwui_common/templates/auth_base.mak +++ b/src/pgwui_common/templates/auth_base.mak @@ -203,10 +203,7 @@ <% tab_index.inc(2) %> % for row in extra_rows: - <% - tab_index.inc() - %> - ${row(tab_index.val) | n} + ${row(tab_index) | n} % endfor ${format_row(tab_index)}