Revision 30645d2c
Von Bernd Bleßmann vor etwa 11 Jahren hinzugefügt
templates/webpages/do/search.html | ||
---|---|---|
104 | 104 |
</tr> |
105 | 105 |
|
106 | 106 |
<tr> |
107 |
<th align="right">[% 'From' | $T8 %]</th> |
|
107 |
<th align="right">[% 'Delivery Order Date' | $T8 %] [% 'From' | $T8 %]</th>
|
|
108 | 108 |
<td> |
109 | 109 |
[% L.date_tag('transdatefrom') %] |
110 | 110 |
</td> |
... | ... | |
114 | 114 |
</td> |
115 | 115 |
</tr> |
116 | 116 |
|
117 |
<tr> |
|
118 |
<th align="right">[% 'Reqdate' | $T8 %] [% 'From' | $T8 %]</th> |
|
119 |
<td> |
|
120 |
[% L.date_tag('reqdatefrom') %] |
|
121 |
</td> |
|
122 |
<th align="right">[% 'Bis' | $T8 %]</th> |
|
123 |
<td> |
|
124 |
[% L.date_tag('reqdateto') %] |
|
125 |
</td> |
|
126 |
</tr> |
|
127 |
|
|
117 | 128 |
<tr> |
118 | 129 |
<th align="right">[% 'Include in Report' | $T8 %]</th> |
119 | 130 |
<td colspan="5"> |
... | ... | |
166 | 177 |
<tr> |
167 | 178 |
<td> |
168 | 179 |
<input name="l_transdate" id="l_transdate" class="checkbox" type="checkbox" value="Y" checked> |
169 |
<label for="l_transdate">[% 'Date' | $T8 %]</label> |
|
180 |
<label for="l_transdate">[% 'Delivery Order Date' | $T8 %]</label>
|
|
170 | 181 |
</td> |
171 | 182 |
<td> |
172 | 183 |
<input name="l_reqdate" id="l_reqdate" class="checkbox" type="checkbox" value="Y" checked> |
Auch abrufbar als: Unified diff
Liefertermin im Lieferscheinbericht filterbar gemacht ...
... und Datum in Lieferscheindatum umbenannt.