Răsfoiți Sursa

make submit type

Daniel Sheffield 4 luni în urmă
părinte
comite
3a341e6534
1 a modificat fișierele cu 5 adăugiri și 5 ștergeri
  1. 5 5
      home-sqlpage/clip.sql

+ 5 - 5
home-sqlpage/clip.sql

@@ -27,33 +27,33 @@ SELECT 'form' AS component
 SELECT 'Paste' AS value
 , '' AS label
 , 1 AS width
-, 'button' AS type
+, 'submit' AS type
 , 'action' AS name
 ;
 SELECT 'Edit as New' AS value
 , '' AS label
 , 2 AS width
-, 'button' AS type
+, 'submit' AS type
 , 'action' AS name
 ;
 SELECT 'New' AS value
 , '' AS label
 , 1 AS width
-, 'button' AS type
+, 'submit' AS type
 , 'action' AS name
 , '/clip.sql' AS action
 ;
 SELECT 'Open' AS value
 , '' AS label
 , 1 AS width
-, 'button' AS type
+, 'submit' AS type
 , 'action' AS name
 , '/clip/open.sql' AS action
 ;
 SELECT 'Download' AS value
 , '' AS label
 , 2 AS width
-, 'button' AS type
+, 'submit' AS type
 , 'action' AS name
 ;
 SELECT 'Paste something here...' AS placeholder