JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
run.php can't run from wfpl directory because there's no way to find the real DOCUMEN...
[wfpl.git] / metaform.php
index 1ae9f53..d8cc07e 100644 (file)
@@ -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();