瀏覽代碼

make submit type

Daniel Sheffield 4 月之前
父節點
當前提交
3a341e6534
共有 1 個文件被更改,包括 5 次插入5 次删除
  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