Das war evtl. da, um den Datepicker bottom-left anzuzeigen, aber so geht das
nicht.
<tr>
<th width="70%" align="right" nowrap>[% 'Expected billing date' | $T8 %]</th>
<td nowrap>
- [%- L.date_tag('expected_billing_date', expected_billing_date 'BL') %]
+ [%- L.date_tag('expected_billing_date', expected_billing_date) %]
</td>
</tr>
[%- END %]
<tr>
<th align="right">[% 'Expected billing date' | $T8 %] [% 'From' | $T8 %]</th>
<td>
- [% L.date_tag('expected_billing_date_from', '' 'BL') %]
+ [% L.date_tag('expected_billing_date_from', '') %]
[% 'Bis' | $T8 %]
- [% L.date_tag('expected_billing_date_to', '' 'BL') %]
+ [% L.date_tag('expected_billing_date_to', '') %]
</td>
</tr>
<tr>