Explorar o código

fix clip buttons missing and textarea size

Pi hai 3 meses
pai
achega
43a63c03d7
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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