Explorar el Código

make submit primary button

Pi hace 4 meses
padre
commit
88f0ec9020
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      util-sqlpage/sqlpage/Open.sql

+ 4 - 4
util-sqlpage/sqlpage/Open.sql

@@ -18,8 +18,8 @@ SELECT 'button' AS component
 ;
 SELECT 'New '||$title AS title
 , 2 AS width
-, $tabler_color AS color
-, '/'||$tool||'.sql?' AS link
+, 'gray-500' AS color
+, '/'||$tool||'.sql' AS link
 ;
 SELECT 'form' AS component
 , $tool||'-open' AS id
@@ -41,7 +41,7 @@ SELECT 'button' AS component
 ;
 SELECT 'Submit' AS title
 , 1 AS width
-, 'gray-500' AS color
-, '/'||$tool||'.sql?' AS link
+, $tabler_color AS color
+, '/'||$tool||'.sql' AS link
 , $tool||'-open' AS form
 ;