Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4bfb9e7b

Von Bernd Bleßmann vor fast 7 Jahren hinzugefügt

  • ID 4bfb9e7b0f8c371e3562da32209cbe170ba3eb5d
  • Vorgänger 128b0775
  • Nachfolger a5389b65

Datepicker bei vorauss. Auftragsdatum: kein 'BL' mehr

Das war evtl. da, um den Datepicker bottom-left anzuzeigen, aber so geht das
nicht.

Unterschiede anzeigen:

templates/webpages/oe/form_header.html
251 251
                  <tr>
252 252
                    <th width="70%" align="right" nowrap>[% 'Expected billing date' | $T8 %]</th>
253 253
                    <td nowrap>
254
                      [%- L.date_tag('expected_billing_date', expected_billing_date 'BL') %]
254
                      [%- L.date_tag('expected_billing_date', expected_billing_date) %]
255 255
                    </td>
256 256
                  </tr>
257 257
[%- END %]
templates/webpages/oe/search.html
110 110
    <tr>
111 111
     <th align="right">[% 'Expected billing date' | $T8 %] [% 'From' | $T8 %]</th>
112 112
     <td>
113
      [% L.date_tag('expected_billing_date_from', '' 'BL') %]
113
      [% L.date_tag('expected_billing_date_from', '') %]
114 114
      [% 'Bis' | $T8 %]
115
      [% L.date_tag('expected_billing_date_to', '' 'BL') %]
115
      [% L.date_tag('expected_billing_date_to', '') %]
116 116
     </td>
117 117
    </tr>
118 118
    <tr>

Auch abrufbar als: Unified diff