projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abbb4d0
)
Add place on the page for checkboxes and other controls to go
author
Karl O. Pinc
<kop@karlpinc.com>
Wed, 18 Sep 2024 16:16:57 +0000
(11:16 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Wed, 18 Sep 2024 16:16:57 +0000
(11:16 -0500)
src/pgwui_common/templates/auth_base.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_common/templates/auth_base.mak
b/src/pgwui_common/templates/auth_base.mak
index 2a6864218e3f533692be772a1bd75c1a778dd7bf..7217d0bcb74b33cab343c7506ea2af6110241998 100644
(file)
--- a/
src/pgwui_common/templates/auth_base.mak
+++ b/
src/pgwui_common/templates/auth_base.mak
@@
-140,6
+140,9
@@
%>
</%def>
+<%def name="controls(tab_index)">
+</%def>
+
<%def name="main_form(tab_index, target=None, action='')">
<form ${f'target="{target}"' if target else '' | n}
action="${action}" enctype="multipart/form-data" method="post">
@@
-157,6
+160,8
@@
<%self:table_rows tab_index="${tab_index}" args="tab_index"/>
</table>
+ ${self.controls(tab_index)}
+
<p>
${self.submit(tab_index)}
</p>