Revision b3c4ebb0
Von Sven Schöling vor fast 13 Jahren hinzugefügt
templates/webpages/is/form_header.html | ||
---|---|---|
171 | 171 |
</tr> |
172 | 172 |
<tr> |
173 | 173 |
<th align="right">[% 'Credit Note Date' | $T8 %]</th> |
174 |
<td>[% L.date_tag('invdate', invdate, onBlur='check_right_date_format(this)', cal_align='BL', onChange='set_duedate()') %]</td>
|
|
174 |
<td>[% L.date_tag('invdate', invdate, cal_align='BL', onchange='set_duedate()') %]</td>
|
|
175 | 175 |
</tr> |
176 | 176 |
[%- ELSE %] |
177 | 177 |
<tr> |
... | ... | |
180 | 180 |
</tr> |
181 | 181 |
<tr> |
182 | 182 |
<th align="right">[% 'Invoice Date' | $T8 %]</th> |
183 |
<td>[% L.date_tag('invdate', invdate, onBlur='check_right_date_format(this)', cal_align='BL', onChange='set_duedate()') %]</td>
|
|
183 |
<td>[% L.date_tag('invdate', invdate, cal_align='BL', onchange='set_duedate()') %]</td>
|
|
184 | 184 |
</tr> |
185 | 185 |
<tr> |
186 | 186 |
<th align="right">[% 'Due Date' | $T8 %]</th> |
187 |
<td>[% L.date_tag('duedate', duedate, onBlur='check_right_date_format(this)', cal_align='BL') %]</td>
|
|
187 |
<td>[% L.date_tag('duedate', duedate, cal_align='BL') %]</td> |
|
188 | 188 |
</tr> |
189 | 189 |
<tr> |
190 | 190 |
<th align="right" nowrap>[% 'Delivery Order Number' | $T8 %]</th> |
... | ... | |
192 | 192 |
</tr> |
193 | 193 |
<tr> |
194 | 194 |
<th align="right">[% 'Delivery Date' | $T8 %]</th> |
195 |
<td>[% L.date_tag('deliverydate', deliverydate, onBlur='check_right_date_format(this)', cal_align='BL') %]</td>
|
|
195 |
<td>[% L.date_tag('deliverydate', deliverydate, cal_align='BL') %]</td> |
|
196 | 196 |
</tr> |
197 | 197 |
[%- END %] |
198 | 198 |
|
... | ... | |
202 | 202 |
</tr> |
203 | 203 |
<tr> |
204 | 204 |
<th align="right" nowrap>[% 'Order Date' | $T8 %]</th> |
205 |
<td>[% L.date_tag('orddate', orddate, onBlur='check_right_date_format(this)', cal_align='BL') %]</td>
|
|
205 |
<td>[% L.date_tag('orddate', orddate, cal_align='BL') %]</td> |
|
206 | 206 |
</tr> |
207 | 207 |
<tr> |
208 | 208 |
<th align="right" nowrap>[% 'Quotation Number' | $T8 %]</th> |
... | ... | |
210 | 210 |
</tr> |
211 | 211 |
<tr> |
212 | 212 |
<th align="right" nowrap>[% 'Quotation Date' | $T8 %]</th> |
213 |
<td>[% L.date_tag('quodate', quodate, onBlur='check_right_date_format(this)', cal_align='BL') %]</td>
|
|
213 |
<td>[% L.date_tag('quodate', quodate, cal_align='BL') %]</td> |
|
214 | 214 |
</tr> |
215 | 215 |
<tr> |
216 | 216 |
<th align="right" nowrap>[% 'Customer Order Number' | $T8 %]</th> |
Auch abrufbar als: Unified diff
html strict: L.date_tag macht den datumscheck mittlerweile automatisch. onchange muss klein.