summaryrefslogtreecommitdiff
path: root/bin/pe.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pe.pl')
-rw-r--r--bin/pe.pl18
1 files changed, 9 insertions, 9 deletions
diff --git a/bin/pe.pl b/bin/pe.pl
index 189a1cb0..f1c11d35 100644
--- a/bin/pe.pl
+++ b/bin/pe.pl
@@ -340,9 +340,9 @@ qq|<textarea name=notes rows=$rows cols=40 wrap=soft>$form->{notes}</textarea>|;
$name
<tr>
<th align=right>| . $locale->text('Startdate') . qq|</th>
- <td><input name=startdate size=11 title="($myconfig{dateformat})" value=$form->{startdate}></td>
+ <td><input class="date" name=startdate size=11 title="($myconfig{dateformat})" value=$form->{startdate}></td>
<th align=right>| . $locale->text('Enddate') . qq|</th>
- <td><input name=enddate size=11 title="($myconfig{dateformat})" value=$form->{enddate}></td>
+ <td><input class="date" name=enddate size=11 title="($myconfig{dateformat})" value=$form->{enddate}></td>
</tr>
$production
</table>
@@ -696,9 +696,9 @@ sub search {
<th align=right>| . $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>
+ <input class="date" name=startdateto size=11 title="($myconfig{'dateformat'})"></td>
</tr>
|;
@@ -752,7 +752,7 @@ sub search {
$fromto = qq|
<tr>
<th align=right nowrap>| . $locale->text('As of') . qq|</th>
- <td><input name=stockingdate size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=stockingdate size=11 title="$myconfig{dateformat}"></td>
</tr>
|;
@@ -1215,9 +1215,9 @@ qq|<textarea name="description" rows=$rows cols=60 style="width: 100%" wrap=soft
$name
<tr>
<th align=right>| . $locale->text('Startdate') . qq|</th>
- <td><input name=startdate size=11 title="($myconfig{dateformat})" value=$form->{startdate}></td>
+ <td><input class="date" name=startdate size=11 title="($myconfig{dateformat})" value=$form->{startdate}></td>
<th align=right>| . $locale->text('Enddate') . qq|</th>
- <td><input name=enddate size=11 title="($myconfig{dateformat})" value=$form->{enddate}></td>
+ <td><input class="date" name=enddate size=11 title="($myconfig{dateformat})" value=$form->{enddate}></td>
</tr>
</table>
</td>
@@ -2450,10 +2450,10 @@ sub project_sales_order {
<th align=right nowrap>| . $locale->text('Transaction Dates') . qq|</th>
<td>|
. $locale->text('From')
- . qq| <input name=transdatefrom size=11 title="$myconfig{dateformat}">
+ . qq| <input class="date" name=transdatefrom size=11 title="$myconfig{dateformat}">
|
. $locale->text('To')
- . qq| <input name=transdateto size=11 title="$myconfig{dateformat}"></td>
+ . qq| <input class="date" name=transdateto size=11 title="$myconfig{dateformat}"></td>
</tr>
$selectfrom
|;