JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: fields not are in the right order. added CSS for captions
[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();