Fehlende Template Direktive ergänzt
[kivitendo-erp.git] / templates / webpages / client_config / form.html
index 737db1a..a4df3bf 100644 (file)
@@ -1,4 +1,4 @@
-[%- USE T8 %][%- USE L %][% USE LxERP %][%- USE HTML -%]
+[%- USE T8 %][%- USE L %][% USE LxERP %][% USE HTML %]
 
 [% PROCESS 'common/select_warehouse_bin.html'  WAREHOUSES=SELF.WAREHOUSES warehouse_id=SELF.warehouse_id bin_id=SELF.bin_id %]
 <h1>[% title | html %]</h1>
  </tr>
 
 
+ <tr class='listheading'>
+   <th colspan="3">[% 'Weight' | $T8 %]</th>
+ </tr>
+ <tr>
+   <td align="right">[% 'Show weights' | $T8 %]</td>
+   <td>
+     [% L.yes_no_tag('show_weight', SELF.show_weight) %]
+   </td>
+   <td>
+     [% 'Show the weights of articles and the total weight in orders, invoices and delivery notes?' | $T8 %]<br>
+   </td>
+ </tr>
 </table>
 
 <br>