Lagerberichte: html: verrutschtes <tr> und <p> um <table>s weg.
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 26 Nov 2018 15:39:41 +0000 (16:39 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 26 Nov 2018 15:43:10 +0000 (16:43 +0100)
templates/webpages/wh/journal_filter.html
templates/webpages/wh/report_filter.html

index cf7581c..b9d125e 100644 (file)
@@ -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>
      </td>
     </tr>
    </table>
-  </p>
  </form>
index cb3272f..ada16af 100644 (file)
@@ -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>
          </select>
         </td>
        </tr>
+       <tr>
         <th align="right" nowrap>[% 'Stock Qty for Date' | $T8 %]:</th>
         <td>[% L.date_tag('date') %]</td>
-       <tr>
        </tr>
       </table>
      </td>
      </td>
     </tr>
    </table>
-  </p>
  </form>