diff options
Diffstat (limited to 'bin/jc.pl')
-rw-r--r-- | bin/jc.pl | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -189,10 +189,10 @@ sub search { <th align=right nowrap>| . $locale->text('Startdate') . qq|</th> <td>| . $locale->text('From') - . qq| <input name=startdatefrom size=11 title="$myconfig{dateformat}"> + . qq| <input class="date" name=startdatefrom size=11 title="$myconfig{dateformat}"> | . $locale->text('To') - . qq| <input name=startdateto size=11 title="$myconfig{dateformat}"></td> + . qq| <input class="date" name=startdateto size=11 title="$myconfig{dateformat}"></td> </tr> $selectfrom |; @@ -600,7 +600,7 @@ qq|<textarea name=description rows=$rows cols=46 wrap=soft>$form->{description}< </tr> <tr> <th align=right nowrap>| . $locale->text('Date worked') . qq|</th> - <td><input name=transdate size=11 title="$myconfig{dateformat}" value=$form->{transdate}></td> + <td><input class="date" name=transdate size=11 title="$myconfig{dateformat}" value=$form->{transdate}></td> </tr> <tr> <th align=right nowrap>$laborlabel</th> @@ -872,7 +872,7 @@ qq|<textarea name=description rows=$rows cols=46 wrap=soft>$form->{description}< </tr> <tr> <th align=right nowrap>| . $locale->text('Date') . qq|</th> - <td><input name=transdate size=11 title="$myconfig{dateformat}" value=$form->{transdate}></td> + <td><input class="date" name=transdate size=11 title="$myconfig{dateformat}" value=$form->{transdate}></td> </tr> <tr> <th align=right nowrap>| . $locale->text('Part Number') . qq|</th> |