Mandantenkonfiguration vereinfacht & in mehrere Dateien gespalten und in Tab-Dialog...
[kivitendo-erp.git] / templates / webpages / client_config / _miscellaneous.html
1 [%- USE LxERP -%][%- USE L -%]
2 <div id="miscellaneous">
3  <div class='listheading'>[% LxERP.t8('Weight') %]</div>
4
5  <table>
6   <tr>
7    <td align="right">[% LxERP.t8('Show weights') %]</td>
8    <td>
9     [% L.yes_no_tag('defaults.show_weight', SELF.defaults.show_weight) %]
10    </td>
11    <td>
12     [% LxERP.t8('Show the weights of articles and the total weight in orders, invoices and delivery notes?') %]<br>
13    </td>
14   </tr>
15  </table>
16 </div>
17 </div>