summaryrefslogtreecommitdiff
path: root/bin/bp.pl
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-09-07 21:11:41 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-09-07 21:11:41 +0000
commitb7f5fa4dcb610b04ef142d9367ffd93e4d697c8e (patch)
treeadfb69dcdb08b15ada180bcde58c0320984bcd85 /bin/bp.pl
parentcfd99074f5fb0b24970bde9ba3f087cd4f210931 (diff)
Applying and completing the patch for adding date classes to all fields.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1536 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/bp.pl')
-rw-r--r--bin/bp.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/bp.pl b/bin/bp.pl
index b6579805..b33f837d 100644
--- a/bin/bp.pl
+++ b/bin/bp.pl
@@ -184,9 +184,9 @@ sub search {
$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>