Add a help caution regarding tab-delimited downloads
authorKarl O. Pinc <kop@karlpinc.com>
Thu, 26 Sep 2024 16:23:34 +0000 (11:23 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Thu, 26 Sep 2024 16:42:29 +0000 (11:42 -0500)
src/pgwui_sql/templates/sql_edit.mak

index ef0287307589a6b1868e1d36e8541bdd2c0deb0b..e60c3a1ae892408152ce84c2b0525f12e6f0803d 100644 (file)
                  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>