]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 cf7581c2d12b8bb855d3c9c782cb3382bfbbc9d5..b9d125e2cb88649308b8949d3c6fb72d0c37c824 100644 (file)
@@ -68,7 +68,6 @@
 
  <form method="post" name="Form" action="wh.pl" id="form">
 
 
  <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>
    <table>
     <tr>
      <th class="listheading" align="left" valign="top" colspan="6" nowrap>[% 'Filter' | $T8 %]</th>
      </td>
     </tr>
    </table>
      </td>
     </tr>
    </table>
-  </p>
  </form>
  </form>
index cb3272fef3b8ba4e34dfd6f9b6338a565eb4381f..ada16af64aee830f59aab1a821cc7a7b108c8ba0 100644 (file)
@@ -70,7 +70,6 @@
 
   <input type="hidden" name="nextsub" value="generate_report">
 
 
   <input type="hidden" name="nextsub" value="generate_report">
 
-  <p>
    <table>
     <tr>
      <th class="listheading" align="left" valign="top" colspan="6" nowrap>[% 'Filter' | $T8 %]</th>
    <table>
     <tr>
      <th class="listheading" align="left" valign="top" colspan="6" nowrap>[% 'Filter' | $T8 %]</th>
          </select>
         </td>
        </tr>
          </select>
         </td>
        </tr>
+       <tr>
         <th align="right" nowrap>[% 'Stock Qty for Date' | $T8 %]:</th>
         <td>[% L.date_tag('date') %]</td>
         <th align="right" nowrap>[% 'Stock Qty for Date' | $T8 %]:</th>
         <td>[% L.date_tag('date') %]</td>
-       <tr>
        </tr>
       </table>
      </td>
        </tr>
       </table>
      </td>
      </td>
     </tr>
    </table>
      </td>
     </tr>
    </table>
-  </p>
  </form>
  </form>