Added time field to start and end dates on pages and wobjects.

This commit is contained in:
JT Smith 2003-05-24 16:27:34 +00:00
parent da7d400c82
commit c645a1908f
4 changed files with 13 additions and 11 deletions

View file

@ -298,7 +298,7 @@ sub date {
name=>$_[0]->{name},
value=>$value,
size=>$size,
extras=>'onKeyUp="doInputCheck(this.form.'.$_[0]->{name}.',\'0123456789\')" '.$_[0]->{extras},
extras=>'onKeyUp="doInputCheck(this.form.'.$_[0]->{name}.',\'0123456789/\')" '.$_[0]->{extras},
maxlength=>10
});
$output .= '<input type="button" style="font-size: 8pt;" onClick="window.dateField = this.form.'.