projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b1fa3c
)
Move submit button out of auth_base.mak
author
Karl O. Pinc
<kop@karlpinc.com>
Wed, 31 Jul 2024 16:57:29 +0000
(11:57 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Wed, 31 Jul 2024 16:57:29 +0000
(11:57 -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 633a1fbb9ec9e0328ed2e40969c8463938c4b423..cea9f368fbb893c1e3832842640def40e6d1caf5 100644
(file)
--- a/
src/pgwui_common/templates/auth_base.mak
+++ b/
src/pgwui_common/templates/auth_base.mak
@@
-112,7
+112,7
@@
</table>
<p>
- <input value="Upload" tabindex="${tab_index.val}" type="submit" />
+ ${self.submit(tab_index)}
</p>
</form>
</%def>