X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform.php;h=f89e720f356e426a11513fc5a983143290ac87a9;hb=1ad4ac7890228dfd78064f5ef8925e325e9aba29;hp=62ef5069f8afd9c2eb6b25fe52e7e862ee87c99c;hpb=9adfcab5e81171f196b369076da10561b8997dbf;p=wfpl.git diff --git a/metaform.php b/metaform.php index 62ef506..f89e720 100644 --- a/metaform.php +++ b/metaform.php @@ -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;