]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 293265510eacc3b7070be8d994ba067a1b4d2ffb..70d2e16c2593310478555fc5344d5a6d6e18f753 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 e780d4b48a46f42fed01173e6426341f2c1c33bb..b8d013b9202c7915356f3937856bdc3d3762b50d 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>