projects
/
pgwui_sql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61e3398
)
Add alert when javascript is turned off
author
Karl O. Pinc
<kop@karlpinc.com>
Tue, 17 Sep 2024 17:06:26 +0000
(12:06 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Tue, 17 Sep 2024 17:06:26 +0000
(12:06 -0500)
src/pgwui_sql/templates/sql.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_sql/templates/sql.mak
b/src/pgwui_sql/templates/sql.mak
index 81c5543372cfb425aeb62861c0c613f6f999e1b2..2ecd923b153579c360c2d8dfd0d59bd950d58d1f 100644
(file)
--- a/
src/pgwui_sql/templates/sql.mak
+++ b/
src/pgwui_sql/templates/sql.mak
@@
-142,6
+142,10
@@
};
</script>
+<noscript>
+ <p class="error">ALERT: This page requires JavaScript be turned on.</p>
+</noscript>
+
<%def name="submit(tab_index)">
% if not havecreds:
<input value="Login" tabindex="${tab_index.val}" type="submit" />