Add date option to the formconfirm formquestion
This commit is contained in:
parent
175cffbec8
commit
17a25ed4a1
@ -3167,6 +3167,13 @@ class Form
|
||||
$i++;
|
||||
}
|
||||
}
|
||||
else if ($input['type'] == 'date')
|
||||
{
|
||||
$more.='<tr><td>'.$input['label'].'</td>';
|
||||
$more.='<td colspan="2" align="left">';
|
||||
$more.=$this->select_date($input['value'],$input['name'],0,0,0,'',1,0,1);
|
||||
$more.='</td></tr>'."\n";
|
||||
}
|
||||
else if ($input['type'] == 'other')
|
||||
{
|
||||
$more.='<tr><td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user