瀏覽代碼

fix clip buttons missing and textarea size

Pi 3 月之前
父節點
當前提交
43a63c03d7
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      util-sqlpage/clip/form.sql

+ 2 - 0
util-sqlpage/clip/form.sql

@@ -1,4 +1,5 @@
 SET ":view" = COALESCE(:content, '') <> '' AND COALESCE(:action, '') <> 'Edit as New';
+SELECT 'button' AS component;
 SELECT 'Open' AS title
 , 1 AS width
 , '/clip.sql?action=open' AS link
@@ -37,6 +38,7 @@ SELECT 'Paste something here...' AS placeholder
 , 'content' AS name
 , 'textarea' AS type
 , '' AS label
+, 12 AS rows
 , :view::bool AS disabled
 , CASE COALESCE(:action, '')
   WHEN 'New' THEN NULL