From: Bernd Bleßmann <bernd@kivitendo-premium.de> Date: Mon, 26 Nov 2018 15:39:41 +0000 (+0100) Subject: Lagerberichte: html: verrutschtes <tr> und <p> um <table>s weg. X-Git-Tag: release-3.5.4~203 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c8687f9c8f4b8717ac07b13d1dfc36452de77684;p=kivitendo-erp.git Lagerberichte: html: verrutschtes <tr> und <p> um <table>s weg. --- diff --git a/templates/webpages/wh/journal_filter.html b/templates/webpages/wh/journal_filter.html index cf7581c2d..b9d125e2c 100644 --- a/templates/webpages/wh/journal_filter.html +++ b/templates/webpages/wh/journal_filter.html @@ -68,7 +68,6 @@ <form method="post" name="Form" action="wh.pl" id="form"> - <p> <table> <tr> <th class="listheading" align="left" valign="top" colspan="6" nowrap>[% 'Filter' | $T8 %]</th> @@ -204,5 +203,4 @@ </td> </tr> </table> - </p> </form> diff --git a/templates/webpages/wh/report_filter.html b/templates/webpages/wh/report_filter.html index cb3272fef..ada16af64 100644 --- a/templates/webpages/wh/report_filter.html +++ b/templates/webpages/wh/report_filter.html @@ -70,7 +70,6 @@ <input type="hidden" name="nextsub" value="generate_report"> - <p> <table> <tr> <th class="listheading" align="left" valign="top" colspan="6" nowrap>[% 'Filter' | $T8 %]</th> @@ -133,9 +132,9 @@ </select> </td> </tr> + <tr> <th align="right" nowrap>[% 'Stock Qty for Date' | $T8 %]:</th> <td>[% L.date_tag('date') %]</td> - <tr> </tr> </table> </td> @@ -193,5 +192,4 @@ </td> </tr> </table> - </p> </form>