[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1536] trunk
- Subject: SF.net SVN: ledger-smb: [1536] trunk
- From: ..hidden..
- Date: Fri, 07 Sep 2007 14:11:41 -0700
Revision: 1536
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1536&view=rev
Author: einhverfr
Date: 2007-09-07 14:11:41 -0700 (Fri, 07 Sep 2007)
Log Message:
-----------
Applying and completing the patch for adding date classes to all fields.
Modified Paths:
--------------
trunk/UI/employee.html
trunk/UI/voucher.html
trunk/bin/aa.pl
trunk/bin/am.pl
trunk/bin/arap.pl
trunk/bin/bp.pl
trunk/bin/ca.pl
trunk/bin/cp.pl
trunk/bin/ct.pl
trunk/bin/gl.pl
trunk/bin/hr.pl
trunk/bin/ic.pl
trunk/bin/ir.pl
trunk/bin/is.pl
trunk/bin/jc.pl
trunk/bin/oe.pl
trunk/bin/pe.pl
trunk/bin/pos.pl
trunk/bin/rc.pl
trunk/bin/rp.pl
Modified: trunk/UI/employee.html
===================================================================
--- trunk/UI/employee.html 2007-09-07 18:49:03 UTC (rev 1535)
+++ trunk/UI/employee.html 2007-09-07 21:11:41 UTC (rev 1536)
@@ -120,13 +120,13 @@
<div class="input_row" id="startdate_row">
<span class="input_label"><?lsmb text('Start Date') ?></span>
<span class="input_field">
- <input type="text" name="startdate" maxlength="11" value="<?lsmb startdate ?>" />
+ <input class="date" type="text" name="startdate" maxlength="11" value="<?lsmb startdate ?>" />
</span>
</div>
<div class="input_row" id="enddate_row">
<span class="input_label"><?lsmb text('End Date') ?></span>
<span class="input_field">
- <input type="text" name="enddate" maxlength="11" value="<?lsmb enddate ?>" />
+ <input class="date" type="text" name="enddate" maxlength="11" value="<?lsmb enddate ?>" />
</span>
</div>
<div class="input_row" id="ssn_row">
@@ -138,7 +138,7 @@
<div class="input_row" id="dob_row">
<span class="input_label"><?lsmb text('DOB') ?></span>
<span class="input_field">
- <input type="text" maxlength="11" name="dob" value="<?lsmb dob ?>" />
+ <input class="date" type="text" maxlength="11" name="dob" value="<?lsmb dob ?>" />
</span>
</div>
<div class="input_row" id="iban_row">
Modified: trunk/UI/voucher.html
===================================================================
--- trunk/UI/voucher.html 2007-09-07 18:49:03 UTC (rev 1535)
+++ trunk/UI/voucher.html 2007-09-07 21:11:41 UTC (rev 1536)
@@ -18,16 +18,18 @@
<div id="filter">
<div id="date_from" class="header_entry">
<span class="label" id="date_from_label">Date From:</span>
- <span class="field" id="date_from_field"><input name="date_from"></span>
+ <span class="field" id="date_from_field">
+ <input type="text" class="date" name="date_from"></span>
</div>
<div id="date_to" class="header_entry">
<span class="label" id="date_to_label">Date To:</span>
- <span class="field" id="date_to_field"><input name="date_to"></span>
+ <span class="field" id="date_to_field">
+ <input name="date_to" class="date" type="text"></span>
</div>
<div id="include_date" class="header_entry">
<span class="label" id="include_date_label">And Date:</span>
<span class="field" id="include_date_field">
- <input name="include_date">
+ <input name="include_date" class="date" type="text">
</span>
</div>
</body>
Modified: trunk/bin/aa.pl
===================================================================
--- trunk/bin/aa.pl 2007-09-07 18:49:03 UTC (rev 1535)
+++ trunk/bin/aa.pl 2007-09-07 21:11:41 UTC (rev 1536)
@@ -807,7 +807,7 @@
qq|<td align=center><select name="$form->{ARAP}_paid_$i">$form->{"select$form->{ARAP}_paid_$i"}</select></td>|;
$column_data{exchangerate} = qq|<td align=center>$exchangerate</td>|;
$column_data{datepaid} =
-qq|<td align=center><input name="datepaid_$i" size=11 value=$form->{"datepaid_$i"}></td>|;
+qq|<td align=center><input class="date" name="datepaid_$i" size=11 value=$form->{"datepaid_$i"}></td>|;
$column_data{source} =
qq|<td align=center><input name="source_$i" size=11 value="$form->{"source_$i"}"></td>|;
$column_data{memo} =
@@ -1434,9 +1434,9 @@
</tr>
<tr>
<th align=right nowrap>| . $locale->text('From') . qq|</th>
- <td><input name=transdatefrom size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=transdatefrom size=11 title="$myconfig{dateformat}"></td>
<th align=right>| . $locale->text('To') . qq|</th>
- <td><input name=transdateto size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=transdateto size=11 title="$myconfig{dateformat}"></td>
</tr>
$selectfrom
</table>
Modified: trunk/bin/am.pl
===================================================================
--- trunk/bin/am.pl 2007-09-07 18:49:03 UTC (rev 1535)
+++ trunk/bin/am.pl 2007-09-07 21:11:41 UTC (rev 1536)
@@ -2086,7 +2086,7 @@
print qq|</th>
<td><input name="taxrate_$i" size=6 value=$form->{"taxrate_$i"}></td>
<td><input name="taxnumber_$i" value="$form->{"taxnumber_$i"}"></td>
- <td><input name="validto_$i" size=11 value="$form->{"validto_$i"}" title="$myconfig{dateformat}"></td>
+ <td><input class="date" name="validto_$i" size=11 value="$form->{"validto_$i"}" title="$myconfig{dateformat}"></td>
<td><input name="pass_$i" size=6 value="$form->{"pass_$i"}"></td>
<td><select name="taxmodule_id_$i" size=1>|;
foreach my $taxmodule ( sort keys %$form ) {
@@ -2515,7 +2515,7 @@
</tr>
<tr>
<th align="right">| . $locale->text('Close Books up to') . qq|</th>
- <td><input name=closedto size=11 title="$myconfig{dateformat}" value=$form->{closedto}></td>
+ <td><input class="date" name=closedto size=11 title="$myconfig{dateformat}" value=$form->{closedto}></td>
</tr>
<tr>
<th align="right">| . $locale->text('Activate Audit trail') . qq|</th>
@@ -2527,7 +2527,7 @@
</tr><!-- SC: Disabling audit trail deletion
<tr>
<th align="right">| . $locale->text('Remove Audit trail up to') . qq|</th>
- <td><input name=removeaudittrail size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=removeaudittrail size=11 title="$myconfig{dateformat}"></td>
</tr> -->
</table>
</td>
@@ -2803,7 +2803,7 @@
<table>
<tr>
<th align="right">| . $locale->text('Yearend') . qq|</th>
- <td><input name=todate size=11 title="$myconfig{dateformat}" value=$todate></td>
+ <td><input class="date" name=todate size=11 title="$myconfig{dateformat}" value=$todate></td>
</tr>
<tr>
<th align="right">| . $locale->text('Reference') . qq|</th>
Modified: trunk/bin/arap.pl
===================================================================
--- trunk/bin/arap.pl 2007-09-07 18:49:03 UTC (rev 1535)
+++ trunk/bin/arap.pl 2007-09-07 21:11:41 UTC (rev 1536)
@@ -601,7 +601,7 @@
$nextdate = qq|
<tr>
<th align=right nowrap>| . $locale->text('Next Date') . qq|</th>
- <td><input name=recurringnextdate size=11 title="($myconfig{'dateformat'})" value=$form->{recurringnextdate}></td>
+ <td><input class="date" name=recurringnextdate size=11 title="($myconfig{'dateformat'})" value=$form->{recurringnextdate}></td>
</tr>
|;
}
@@ -804,7 +804,7 @@
</tr>
<tr>
<th align=right nowrap>| . $locale->text('Startdate') . qq|</th>
- <td><input name=recurringstartdate size=11 title="($myconfig{'dateformat'})" value=$form->{recurringstartdate}></td>
+ <td><input class="date" name=recurringstartdate size=11 title="($myconfig{'dateformat'})" value=$form->{recurringstartdate}></td>
</tr>
$nextdate
</table>
Modified: trunk/bin/bp.pl
===================================================================
--- trunk/bin/bp.pl 2007-09-07 18:49:03 UTC (rev 1535)
+++ trunk/bin/bp.pl 2007-09-07 21:11:41 UTC (rev 1536)
@@ -184,9 +184,9 @@
$label{$form->{type}}{quonumber}
<tr>
<th align=right nowrap>| . $locale->text('From') . qq|</th>
- <td><input name=transdatefrom size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=transdatefrom size=11 title="$myconfig{dateformat}"></td>
<th align=right>| . $locale->text('To') . qq|</th>
- <td><input name=transdateto size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=transdateto size=11 title="$myconfig{dateformat}"></td>
</tr>
$selectfrom
</table>
Modified: trunk/bin/ca.pl
===================================================================
--- trunk/bin/ca.pl 2007-09-07 18:49:03 UTC (rev 1535)
+++ trunk/bin/ca.pl 2007-09-07 21:11:41 UTC (rev 1536)
@@ -281,9 +281,9 @@
$department
<tr>
<th align=right>| . $locale->text('From') . qq|</th>
- <td><input name=fromdate size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=fromdate size=11 title="$myconfig{dateformat}"></td>
<th align=right>| . $locale->text('To') . qq|</th>
- <td><input name=todate size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=todate size=11 title="$myconfig{dateformat}"></td>
</tr>
$selectfrom
<tr>
Modified: trunk/bin/cp.pl
===================================================================
--- trunk/bin/cp.pl 2007-09-07 18:49:03 UTC (rev 1535)
+++ trunk/bin/cp.pl 2007-09-07 21:11:41 UTC (rev 1536)
@@ -333,9 +333,9 @@
. qq| |
. $locale->text('From')
. qq|</th>
- <td><input name=duedatefrom value="$form->{duedatefrom}" title="$myconfig{dateformat}" size=11></td>
+ <td><input class="date" name=duedatefrom value="$form->{duedatefrom}" title="$myconfig{dateformat}" size=11></td>
<th align=right>| . $locale->text('To') . qq|</th>
- <td><input name=duedateto value="$form->{duedateto}" title="$myconfig{dateformat}" size=11></td>
+ <td><input class="date" name=duedateto value="$form->{duedateto}" title="$myconfig{dateformat}" size=11></td>
</tr>
</table>
</td>
@@ -357,7 +357,7 @@
</tr>
<tr>
<th align=right nowrap>| . $locale->text('Date') . qq|</th>
- <td><input name=datepaid value="$form->{datepaid}" title="$myconfig{dateformat}" size=11></td>
+ <td><input class="date" name=datepaid value="$form->{datepaid}" title="$myconfig{dateformat}" size=11></td>
</tr>
$exchangerate
</table>
@@ -1087,7 +1087,7 @@
</tr>
<tr>
<th align=right nowrap>| . $locale->text('Date') . qq|</th>
- <td><input name=datepaid value="$form->{datepaid}" title="$myconfig{dateformat}" size=11></td>
+ <td><input class="date" name=datepaid value="$form->{datepaid}" title="$myconfig{dateformat}" size=11></td>
<input type=hidden name=olddatepaid value=$form->{olddatepaid}>
</tr>
$exchangerate
Modified: trunk/bin/ct.pl
===================================================================
--- trunk/bin/ct.pl 2007-09-07 18:49:03 UTC (rev 1535)
+++ trunk/bin/ct.pl 2007-09-07 21:11:41 UTC (rev 1536)
@@ -112,9 +112,9 @@
<table>
<tr>
<th>| . $locale->text('From') . qq|</th>
- <td><input name=transdatefrom size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=transdatefrom size=11 title="$myconfig{dateformat}"></td>
<th>| . $locale->text('To') . qq|</th>
- <td><input name=transdateto size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=transdateto size=11 title="$myconfig{dateformat}"></td>
</tr>
<tr>
<td></td>
@@ -252,9 +252,9 @@
<table>
<tr>
<th>| . $locale->text('From') . qq|</th>
- <td><input name=transdatefrom size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=transdatefrom size=11 title="$myconfig{dateformat}"></td>
<th>| . $locale->text('To') . qq|</th>
- <td><input name=transdateto size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=transdateto size=11 title="$myconfig{dateformat}"></td>
</tr>
<tr>
<td></td>
@@ -547,9 +547,9 @@
<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>
</table>
</td>
@@ -1894,9 +1894,9 @@
$tax
<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>
<tr>
<th align=right>| . $locale->text('Credit Limit') . qq|</th>
Modified: trunk/bin/gl.pl
===================================================================
--- trunk/bin/gl.pl 2007-09-07 18:49:03 UTC (rev 1535)
+++ trunk/bin/gl.pl 2007-09-07 21:11:41 UTC (rev 1536)
@@ -341,9 +341,9 @@
</tr>
<tr>
<th align=right>| . $locale->text('From') . qq|</th>
- <td><input name=datefrom size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=datefrom size=11 title="$myconfig{dateformat}"></td>
<th align=right>| . $locale->text('To') . qq|</th>
- <td><input name=dateto size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=dateto size=11 title="$myconfig{dateformat}"></td>
</tr>
$selectfrom
<tr>
@@ -1140,7 +1140,7 @@
<th align=right>| . $locale->text('Reference') . qq|</th>
<td><input name=reference size=20 value="$form->{reference}"></td>
<th align=right>| . $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>
$department
<tr>
Modified: trunk/bin/hr.pl
===================================================================
--- trunk/bin/hr.pl 2007-09-07 18:49:03 UTC (rev 1535)
+++ trunk/bin/hr.pl 2007-09-07 21:11:41 UTC (rev 1536)
@@ -149,9 +149,9 @@
<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>
<tr valign=top>
<th align=right nowrap>| . $locale->text('Notes') . qq|</th>
@@ -708,11 +708,11 @@
</tr>
<tr>
<th align=right nowrap>| . $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>
</tr>
<tr>
<th align=right nowrap>| . $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>
<tr>
Modified: trunk/bin/ic.pl
===================================================================
--- trunk/bin/ic.pl 2007-09-07 18:49:03 UTC (rev 1535)
+++ trunk/bin/ic.pl 2007-09-07 21:11:41 UTC (rev 1536)
@@ -992,9 +992,9 @@
<table>
<tr>
<td nowrap><b>| . $locale->text('From') . qq|</b>
- <input name=transdatefrom size=11 title="$myconfig{dateformat}">
+ <input class="date" name=transdatefrom size=11 title="$myconfig{dateformat}">
<b>| . $locale->text('To') . qq|</b>
- <input name=transdateto size=11 title="$myconfig{dateformat}"></td>
+ <input class="date" name=transdateto size=11 title="$myconfig{dateformat}"></td>
</tr>
<tr>
<td nowrap><input name=method class=radio type=radio value=accrual checked>|
@@ -2907,8 +2907,8 @@
. $form->format_amount( \%myconfig, $form->{"customerprice_$i"}, 2 )
. qq|></td>
$currency
- <td><input name="validfrom_$i" size=11 title="$myconfig{dateformat}" value="$form->{"validfrom_$i"}"></td>
- <td><input name="validto_$i" size=11 title="$myconfig{dateformat}" value="$form->{"validto_$i"}"></td>
+ <td><input class="date" name="validfrom_$i" size=11 title="$myconfig{dateformat}" value="$form->{"validfrom_$i"}"></td>
+ <td><input class="date" name="validto_$i" size=11 title="$myconfig{dateformat}" value="$form->{"validto_$i"}"></td>
</tr>
|;
}
Modified: trunk/bin/ir.pl
===================================================================
--- trunk/bin/ir.pl 2007-09-07 18:49:03 UTC (rev 1535)
+++ trunk/bin/ir.pl 2007-09-07 21:11:41 UTC (rev 1536)
@@ -441,11 +441,11 @@
</tr>
<tr>
<th align=right nowrap>| . $locale->text('Invoice 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('Due Date') . qq|</th>
- <td><input name=duedate size=11 title="$myconfig{dateformat}" value=$form->{duedate}></td>
+ <td><input class="date" name=duedate size=11 title="$myconfig{dateformat}" value=$form->{duedate}></td>
</tr>
<tr>
<th align=right nowrap>| . $locale->text('PO Number') . qq|</th>
@@ -640,7 +640,7 @@
$column_data{"AP_paid_$i"} =
qq|<td align=center><select name="AP_paid_$i">$form->{"selectAP_paid_$i"}</select></td>|;
$column_data{"datepaid_$i"} =
-qq|<td align=center><input name="datepaid_$i" size=11 title="$myconfig{dateformat}" value=$form->{"datepaid_$i"}></td>|;
+qq|<td align=center><input class="date" name="datepaid_$i" size=11 title="$myconfig{dateformat}" value=$form->{"datepaid_$i"}></td>|;
$column_data{"source_$i"} =
qq|<td align=center><input name="source_$i" size=11 value="$form->{"source_$i"}"></td>|;
$column_data{"memo_$i"} =
Modified: trunk/bin/is.pl
===================================================================
--- trunk/bin/is.pl 2007-09-07 18:49:03 UTC (rev 1535)
+++ trunk/bin/is.pl 2007-09-07 21:11:41 UTC (rev 1536)
@@ -484,11 +484,11 @@
</tr>
<tr>
<th align=right>| . $locale->text('Invoice 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>| . $locale->text('Due Date') . qq|</th>
- <td><input name=duedate size=11 title="$myconfig{dateformat}" value=$form->{duedate}></td>
+ <td><input class="date" name=duedate size=11 title="$myconfig{dateformat}" value=$form->{duedate}></td>
</tr>
<tr>
<th align=right nowrap>| . $locale->text('PO Number') . qq|</th>
@@ -689,7 +689,7 @@
$column_data{AR_paid} =
qq|<td align=center><select name="AR_paid_$i">$form->{"selectAR_paid_$i"}</select></td>|;
$column_data{datepaid} =
-qq|<td align=center><input name="datepaid_$i" size=11 title="$myconfig{dateformat}" value=$form->{"datepaid_$i"}></td>|;
+qq|<td align=center><input class="date" name="datepaid_$i" size=11 title="$myconfig{dateformat}" value=$form->{"datepaid_$i"}></td>|;
$column_data{source} =
qq|<td align=center><input name="source_$i" size=11 value="$form->{"source_$i"}"></td>|;
$column_data{memo} =
Modified: trunk/bin/jc.pl
===================================================================
--- trunk/bin/jc.pl 2007-09-07 18:49:03 UTC (rev 1535)
+++ trunk/bin/jc.pl 2007-09-07 21:11:41 UTC (rev 1536)
@@ -189,10 +189,10 @@
<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 @@
</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 @@
</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>
Modified: trunk/bin/oe.pl
===================================================================
--- trunk/bin/oe.pl 2007-09-07 18:49:03 UTC (rev 1535)
+++ trunk/bin/oe.pl 2007-09-07 21:11:41 UTC (rev 1536)
@@ -447,11 +447,11 @@
</tr>
<tr>
<th align=right nowrap>| . $locale->text('Order 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=true>| . $locale->text('Required by') . qq|</th>
- <td><input name=reqdate size=11 title="$myconfig{dateformat}" value=$form->{reqdate}></td>
+ <td><input class="date" name=reqdate size=11 title="$myconfig{dateformat}" value=$form->{reqdate}></td>
</tr>
<tr>
<th align=right nowrap>| . $locale->text('PO Number') . qq|</th>
@@ -513,11 +513,11 @@
$ordnumber .= qq|
<tr>
<th align=right nowrap>| . $locale->text('Quotation 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=true>$reqlabel</th>
- <td><input name=reqdate size=11 title="$myconfig{dateformat}" value=$form->{reqdate}></td>
+ <td><input class="date" name=reqdate size=11 title="$myconfig{dateformat}" value=$form->{reqdate}></td>
</tr>
|;
@@ -1445,9 +1445,9 @@
</tr>
<tr>
<th align=right>| . $locale->text('From') . qq|</th>
- <td><input name=transdatefrom size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=transdatefrom size=11 title="$myconfig{dateformat}"></td>
<th align=right>| . $locale->text('To') . qq|</th>
- <td><input name=transdateto size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=transdateto size=11 title="$myconfig{dateformat}"></td>
</tr>
<input type=hidden name=sort value=transdate>
$selectfrom
@@ -2756,7 +2756,7 @@
</tr>
<tr>
<th align=right nowrap>$shipped</th>
- <td><input name=shippingdate size=11 value=$form->{shippingdate}></td>
+ <td><input class="date" name=shippingdate size=11 value=$form->{shippingdate}></td>
</tr>
</table>
</td>
Modified: trunk/bin/pe.pl
===================================================================
--- trunk/bin/pe.pl 2007-09-07 18:49:03 UTC (rev 1535)
+++ trunk/bin/pe.pl 2007-09-07 21:11:41 UTC (rev 1536)
@@ -340,9 +340,9 @@
$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 @@
<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 @@
$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 @@
$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 @@
<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
|;
Modified: trunk/bin/pos.pl
===================================================================
--- trunk/bin/pos.pl 2007-09-07 18:49:03 UTC (rev 1535)
+++ trunk/bin/pos.pl 2007-09-07 21:11:41 UTC (rev 1536)
@@ -1186,9 +1186,9 @@
<tr>
<th align=right>| . $locale->text('From') . qq|</th>
- <td><input name=fromdate size=11 title="$myconfig{dateformat}" value=$form->{fromdate}></td>
+ <td><input class="date" name=fromdate size=11 title="$myconfig{dateformat}" value=$form->{fromdate}></td>
<th align=right>| . $locale->text('To') . qq|</th>
- <td><input name=todate size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=todate size=11 title="$myconfig{dateformat}"></td>
</tr>
$selectfrom
<input type=hidden name=sort value=transdate>
Modified: trunk/bin/rc.pl
===================================================================
--- trunk/bin/rc.pl 2007-09-07 18:49:03 UTC (rev 1535)
+++ trunk/bin/rc.pl 2007-09-07 21:11:41 UTC (rev 1536)
@@ -151,9 +151,9 @@
</tr>
<tr>
<th align=right>| . $locale->text('From') . qq|</th>
- <td colspan=3><input name=fromdate size=11 title="$myconfig{dateformat}"> <b>|
+ <td colspan=3><input class="date" name=fromdate size=11 title="$myconfig{dateformat}"> <b>|
. $locale->text('To')
- . qq|</b> <input name=todate size=11 title="$myconfig{dateformat}"></td>
+ . qq|</b> <input class="date" name=todate size=11 title="$myconfig{dateformat}"></td>
</tr>
$selectfrom
$cleared
Modified: trunk/bin/rp.pl
===================================================================
--- trunk/bin/rp.pl 2007-09-07 18:49:03 UTC (rev 1535)
+++ trunk/bin/rp.pl 2007-09-07 21:11:41 UTC (rev 1536)
@@ -243,9 +243,9 @@
<input type=hidden name=nextsub value=generate_projects>
<tr>
<th align=right>| . $locale->text('From') . qq|</th>
- <td><input name=fromdate size=11 title="$myconfig{dateformat}" value=$form->{fromdate}></td>
+ <td><input class="date" name=fromdate size=11 title="$myconfig{dateformat}" value=$form->{fromdate}></td>
<th align=right>| . $locale->text('To') . qq|</th>
- <td><input name=todate size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=todate size=11 title="$myconfig{dateformat}"></td>
</tr>
$selectfrom
</table>
@@ -271,9 +271,9 @@
<input type=hidden name=nextsub value=generate_inv_activity>
<tr>
<th align=right>| . $locale->text('From') . qq|</th>
- <td><input name=fromdate size=11 title="$myconfig{dateformat}" value=$form->{fromdate}></td>
+ <td><input class="date" name=fromdate size=11 title="$myconfig{dateformat}" value=$form->{fromdate}></td>
<th align=right>| . $locale->text('To') . qq|</th>
- <td><input name=todate size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=todate size=11 title="$myconfig{dateformat}"></td>
</tr>
<tr>
<th align=right>| . $locale->text('Period') . qq|</th>
@@ -305,9 +305,9 @@
<input type=hidden name=nextsub value=generate_income_statement>
<tr>
<th align=right>| . $locale->text('From') . qq|</th>
- <td><input name=fromdate size=11 title="$myconfig{dateformat}" value=$form->{fromdate}></td>
+ <td><input class="date" name=fromdate size=11 title="$myconfig{dateformat}" value=$form->{fromdate}></td>
<th align=right>| . $locale->text('To') . qq|</th>
- <td><input name=todate size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=todate size=11 title="$myconfig{dateformat}"></td>
</tr>
|;
@@ -338,9 +338,9 @@
</tr>
<tr>
<th align=right>| . $locale->text('From') . qq|</th>
- <td><input name=comparefromdate size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=comparefromdate size=11 title="$myconfig{dateformat}"></td>
<th align=right>| . $locale->text('To') . qq|</th>
- <td><input name=comparetodate size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=comparetodate size=11 title="$myconfig{dateformat}"></td>
</tr>
|;
@@ -394,7 +394,7 @@
<input type=hidden name=nextsub value=generate_balance_sheet>
<tr>
<th align=right>| . $locale->text('as at') . qq|</th>
- <td><input name=asofdate size=11 title="$myconfig{dateformat}" value=$form->{asofdate}></td>
+ <td><input class="date" name=asofdate size=11 title="$myconfig{dateformat}" value=$form->{asofdate}></td>
|;
if ($selectfrom) {
@@ -410,7 +410,7 @@
</tr>
<th align=right nowrap>| . $locale->text('Compare to') . qq|</th>
- <td><input name=compareasofdate size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=compareasofdate size=11 title="$myconfig{dateformat}"></td>
<td>
|;
@@ -461,9 +461,9 @@
<input type=hidden name=nextsub value=generate_trial_balance>
<tr>
<th align=right>| . $locale->text('From') . qq|</th>
- <td><input name=fromdate size=11 title="$myconfig{dateformat}" value=$form->{fromdate}></td>
+ <td><input class="date" name=fromdate size=11 title="$myconfig{dateformat}" value=$form->{fromdate}></td>
<th align=right>| . $locale->text('To') . qq|</th>
- <td><input name=todate size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=todate size=11 title="$myconfig{dateformat}"></td>
</tr>
$selectfrom
</table>
@@ -496,9 +496,9 @@
<input type=hidden name=nextsub value=generate_tax_report>
<tr>
<th align=right>| . $locale->text('From') . qq|</th>
- <td><input name=fromdate size=11 title="$myconfig{dateformat}" value=$form->{fromdate}></td>
+ <td><input class="date" name=fromdate size=11 title="$myconfig{dateformat}" value=$form->{fromdate}></td>
<th align=right>| . $locale->text('To') . qq|</th>
- <td><input name=todate size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=todate size=11 title="$myconfig{dateformat}"></td>
</tr>
$selectfrom
$summary
@@ -628,9 +628,9 @@
<tr>
<th align=right>| . $locale->text('From') . qq|</th>
- <td><input name=fromdate size=11 title="$myconfig{dateformat}" value=$form->{fromdate}></td>
+ <td><input class="date" name=fromdate size=11 title="$myconfig{dateformat}" value=$form->{fromdate}></td>
<th align=right>| . $locale->text('To') . qq|</th>
- <td><input name=todate size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=todate size=11 title="$myconfig{dateformat}"></td>
</tr>
$selectfrom
$summary
@@ -720,7 +720,7 @@
</tr>
<tr>
<th align=right>| . $locale->text('To') . qq|</th>
- <td><input name=todate size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=todate size=11 title="$myconfig{dateformat}"></td>
</tr>
$selectto
<input type=hidden name=type value=statement>
@@ -802,9 +802,9 @@
</tr>
<tr>
<th align=right>| . $locale->text('From') . qq|</th>
- <td><input name=fromdate size=11 title="$myconfig{dateformat}" value=$form->{fromdate}></td>
+ <td><input class="date" name=fromdate size=11 title="$myconfig{dateformat}" value=$form->{fromdate}></td>
<th align=right>| . $locale->text('To') . qq|</th>
- <td><input name=todate size=11 title="$myconfig{dateformat}"></td>
+ <td><input class="date" name=todate size=11 title="$myconfig{dateformat}"></td>
</tr>
$selectfrom
<tr>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.