X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform.php;h=d8cc07e54648a3f6b290d98013951b964a4a223d;hb=15fa6e23941fd5497ca19266adaede5c19e3836a;hp=1ae9f53a3a4c0622ae8e7cef6900aa98d3e2fe24;hpb=a4814b960c7aabf4c6432c122fa0da675d5681b3;p=wfpl.git diff --git a/metaform.php b/metaform.php index 1ae9f53..d8cc07e 100644 --- a/metaform.php +++ b/metaform.php @@ -156,10 +156,12 @@ function make_template($whole_file = true) { $tem->set('name', $name); $tem->set('caption', $name); # fixme $tem->sub($input); + $tem->sub('row'); } $tem->set('name', 'save'); $tem->set('caption', 'Save'); $tem->sub('submit'); + $tem->sub('row'); $tem->sub('form'); if($whole_file) { return $tem->run();