JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: added nice allignment to display page, added proper formatting for checkbox...
[wfpl.git] / metaform.php
index 62ef506..f89e720 100644 (file)
@@ -233,6 +233,13 @@ function make_html($whole_file = true) {
                }
                if($GLOBALS['opt_display']) {
                        switch($input) {
+                               case 'checkbox':
+                               case 'leftcheck':
+                                       $tem->show('display_yesno');
+                               break;
+                               case 'date':
+                                       $tem->show('display_date');
+                               break;
                                case 'textarea':
                                        $tem->show('display_multiline');
                                break;