Teilweise Fix für Bug 1374.
<tr>
<th align=right nowrap>Von</th>
<td>
- <input name=transdatefrom id=transdatefrom size=11 title="dateformat | html %]" onBlur=\"check_right_date_format(this)\">
+ <input name=transdatefrom id=transdatefrom size=11 title="[% dateformat | html %]" onBlur="check_right_date_format(this)">
<input type=button name=transdatefrom id="trigger1" value=?>
</td>
<th align=right>bis</th>
<td>
- <input name=transdateto id=transdateto size=11 title="[% dateformat | html %]" onBlur=\"check_right_date_format(this)\">
+ <input name=transdateto id=transdateto size=11 title="[% dateformat | html %]" onBlur="check_right_date_format(this)">
<input type=button name=transdateto name=transdateto id="trigger2" value=?>
</td>
</tr>
<tr>
<th align=right nowrap><translate>From</translate></th>
<td>
- <input name=transdatefrom id=transdatefrom size=11 title="dateformat | html %]" onBlur=\"check_right_date_format(this)\">
+ <input name=transdatefrom id=transdatefrom size=11 title="[% dateformat | html %]" onBlur="check_right_date_format(this)">
<input type=button name=transdatefrom id="trigger1" value=<translate>button</translate>>
</td>
<th align=right><translate>Bis</translate></th>
<td>
- <input name=transdateto id=transdateto size=11 title="[% dateformat | html %]" onBlur=\"check_right_date_format(this)\">
+ <input name=transdateto id=transdateto size=11 title="[% dateformat | html %]" onBlur="check_right_date_format(this)">
<input type=button name=transdateto name=transdateto id="trigger2" value=<translate>button</translate>>
</td>
</tr>