From f840c9185b3ff39ec7fbca13461c45cb3a981ef4 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Wed, 18 Sep 2024 14:09:39 -0500 Subject: [PATCH] Move "include sql" into the "grid of controls" --- src/pgwui_sql/templates/sql_edit.mak | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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)} -- 2.34.1