Datepicker bei vorauss. Auftragsdatum: kein 'BL' mehr
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 31 Jan 2018 13:10:25 +0000 (14:10 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 31 Jan 2018 13:10:25 +0000 (14:10 +0100)
Das war evtl. da, um den Datepicker bottom-left anzuzeigen, aber so geht das
nicht.

templates/webpages/oe/form_header.html
templates/webpages/oe/search.html

index 2932655..70d2e16 100644 (file)
                   <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 %]
index e780d4b..b8d013b 100644 (file)
     <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>