summaryrefslogtreecommitdiff
path: root/bin/gl.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gl.pl')
-rw-r--r--bin/gl.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/gl.pl b/bin/gl.pl
index dc6ea83f..89a4cf88 100644
--- a/bin/gl.pl
+++ b/bin/gl.pl
@@ -341,9 +341,9 @@ qq|<input name="l_description" class=checkbox type=checkbox value=Y checked> |
</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 @@ qq|<textarea name=notes rows=$rows cols=50 wrap=soft>$form->{notes}</textarea>|;
<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>