Deutscher Begriff 'Vertreter' in Locale-Aufruf entfernt
[kivitendo-erp.git] / templates / webpages / client_config / _features.html
1 [%- USE LxERP -%][%- USE L -%]
2 <div id="features">
3  <table>
4   <tr><td class="listheading" colspan="4">[% LxERP.t8("WebDAV") %]</td></tr>
5
6   <tr>
7    <td align="right">[% LxERP.t8('WebDAV') %]</td>
8    <td>[% L.yes_no_tag('defaults.webdav', SELF.defaults.webdav) %]</td>
9    <td>[% LxERP.t8('Use WebDAV Repository') %]</td>
10   </tr>
11   <tr>
12    <td align="right">[% LxERP.t8('WebDAV save documents') %]</td>
13    <td>[% L.yes_no_tag('defaults.webdav_documents', SELF.defaults.webdav_documents) %]</td>
14    <td>[% LxERP.t8('Save document in WebDAV repository') %]</td>
15   </tr>
16
17   <tr><td class="listheading" colspan="4">[% LxERP.t8("Customer Master Data") %]</td></tr>
18
19   <tr>
20    <td align="right">[% LxERP.t8('Representative') %]</td>
21    <td>[% L.yes_no_tag('defaults.vertreter', SELF.defaults.vertreter) %]</td>
22    <td>[% LxERP.t8('Representative for Customer') %]</td>
23   </tr>
24
25   <tr><td class="listheading" colspan="4">[% LxERP.t8("Parts Master Data") %]</td></tr>
26
27   <tr>
28    <td align="right">[% LxERP.t8('Pictures for parts') %]</td>
29    <td>[% L.yes_no_tag('defaults.parts_show_image', SELF.defaults.parts_show_image) %]</td>
30    <td>[% LxERP.t8('Show the picture in the part form') %]</td>
31   </tr>
32   <tr>
33    <td align="right">[% LxERP.t8('Pictures for search parts') %]</td>
34    <td>[% L.yes_no_tag('defaults.parts_listing_image', SELF.defaults.parts_listing_image) %]</td>
35    <td>[% LxERP.t8('Show the pictures in the result for search parts') %]</td>
36   </tr>
37   <tr>
38    <td align="right">[% LxERP.t8('CSS style for pictures') %]</td>
39    <td>   [% L.input_tag('defaults.parts_image_css', SELF.defaults.parts_image_css, style=style) %]</td>
40    <td>[% LxERP.t8('Style the picture with the following CSS code') %]</td>
41   </tr>
42  </table>
43 </div>