Revision c8687f9c
Von Bernd Bleßmann vor fast 6 Jahren hinzugefügt
templates/webpages/wh/journal_filter.html | ||
---|---|---|
68 | 68 |
|
69 | 69 |
<form method="post" name="Form" action="wh.pl" id="form"> |
70 | 70 |
|
71 |
<p> |
|
72 | 71 |
<table> |
73 | 72 |
<tr> |
74 | 73 |
<th class="listheading" align="left" valign="top" colspan="6" nowrap>[% 'Filter' | $T8 %]</th> |
... | ... | |
204 | 203 |
</td> |
205 | 204 |
</tr> |
206 | 205 |
</table> |
207 |
</p> |
|
208 | 206 |
</form> |
templates/webpages/wh/report_filter.html | ||
---|---|---|
70 | 70 |
|
71 | 71 |
<input type="hidden" name="nextsub" value="generate_report"> |
72 | 72 |
|
73 |
<p> |
|
74 | 73 |
<table> |
75 | 74 |
<tr> |
76 | 75 |
<th class="listheading" align="left" valign="top" colspan="6" nowrap>[% 'Filter' | $T8 %]</th> |
... | ... | |
133 | 132 |
</select> |
134 | 133 |
</td> |
135 | 134 |
</tr> |
135 |
<tr> |
|
136 | 136 |
<th align="right" nowrap>[% 'Stock Qty for Date' | $T8 %]:</th> |
137 | 137 |
<td>[% L.date_tag('date') %]</td> |
138 |
<tr> |
|
139 | 138 |
</tr> |
140 | 139 |
</table> |
141 | 140 |
</td> |
... | ... | |
193 | 192 |
</td> |
194 | 193 |
</tr> |
195 | 194 |
</table> |
196 |
</p> |
|
197 | 195 |
</form> |
Auch abrufbar als: Unified diff
Lagerberichte: html: verrutschtes <tr> und <p> um <table>s weg.