Ver código fonte

make submit type

Daniel Sheffield 4 meses atrás
pai
commit
3a341e6534
1 arquivos alterados com 5 adições e 5 exclusões
  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