projects
/
pgwui_sql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f36a1d4
)
Add a help caution regarding tab-delimited downloads
author
Karl O. Pinc
<kop@karlpinc.com>
Thu, 26 Sep 2024 16:23:34 +0000
(11:23 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Thu, 26 Sep 2024 16:42:29 +0000
(11:42 -0500)
src/pgwui_sql/templates/sql_edit.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_sql/templates/sql_edit.mak
b/src/pgwui_sql/templates/sql_edit.mak
index ef0287307589a6b1868e1d36e8541bdd2c0deb0b..e60c3a1ae892408152ce84c2b0525f12e6f0803d 100644
(file)
--- a/
src/pgwui_sql/templates/sql_edit.mak
+++ b/
src/pgwui_sql/templates/sql_edit.mak
@@
-202,7
+202,13
@@
value="${TAB_VALUE}"
${tab_checked | n}
/>
- <label class="label" for="download_fmt_tab_id">Tab delimited</label>
+ <label class="label" for="download_fmt_tab_id">Tab delimited</label><span
+ onclick="window.alert(
+ 'Caution: Tabs are not removed from SQL results.'
+ + ' Data containing tab characters will introduce'
+ + ' spurious/extra columns.'
+ )"
+ class="help">⁈</span>
</%self.lib:td_input>
</tr>
</%def>