Parcourir la source

fix clip buttons missing and textarea size

Pi il y a 3 mois
Parent
commit
43a63c03d7
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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