From: Karl O. Pinc Date: Wed, 18 Sep 2024 19:09:39 +0000 (-0500) Subject: Move "include sql" into the "grid of controls" X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=f840c9185b3ff39ec7fbca13461c45cb3a981ef4;p=pgwui_sql Move "include sql" into the "grid of controls" --- diff --git a/src/pgwui_sql/templates/sql_edit.mak b/src/pgwui_sql/templates/sql_edit.mak index d68dbd8..66d5f1b 100644 --- a/src/pgwui_sql/templates/sql_edit.mak +++ b/src/pgwui_sql/templates/sql_edit.mak @@ -144,6 +144,7 @@ <%def name="download_row(tab_index)"> + ## Download <%self.lib:td_label for_id="download_id"> Download @@ -156,6 +157,7 @@ /> + ## Download Format <%self.lib:td_label>Download Format <%self.lib:td_input tab_index="${tab_index}" tab_inc="${2}"> + ## Download as <%self.lib:td_label>Download as <%self.lib:td_input tab_index="${tab_index}" tab_inc="${2}"> A zip file with one file for each
statement's results - - - -<%def name="include_sql_row(tab_index)"> - + ## Include SQL <%self.lib:td_label for_id="include_sql_id"> Include SQL in the download @@ -241,7 +240,6 @@ ${self.file_input_row(tab_index)} ${self.download_row(tab_index)} ${self.download_as_row(tab_index)} - ${self.include_sql_row(tab_index)}