+
+ <tr>
+ <th align="right">[% 'Displayable Name Preferences' | $T8 %]</th>
+ <td>
+ <table>
+ [% FOREACH module=displayable_name_specs_by_module.keys.sort %]
+ [%- SET spec=displayable_name_specs_by_module.$module -%]
+ <tr>
+ <td align="right">[% spec.specs.title %]</td>
+ <td>
+ <table>
+ <tr>
+ <th align="left" class="listheading">[% 'Option' | $T8 %]</th>
+ <th align="left" class="listheading">[% 'Name' | $T8 %]</th>
+ </tr>
+ [% FOREACH option=spec.specs.options %]
+ <tr>
+ <td>[% option.title %]</td>
+ <td>[% option.name %]</td>
+ </tr>
+ [% END %]
+ <tr>
+ <th align="left">[% 'Display' | $T8 %]:</th>
+ <td>
+ [% L.hidden_tag("displayable_name_specs[+].module", module) %]
+ [% L.input_tag("displayable_name_specs[].value", spec.prefs.get, size=50) %]
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ [% END %]
+ </table>
+ </td>
+
+ <tr>
+ <th align="right">[% 'Part picker search dialog (magnifying glass): "all as list" defaults to on' | $T8 %]</th>
+ <td>
+ [% L.yes_no_tag('part_picker_search_all_as_list_default', part_picker_search_all_as_list_default) %]
+ </td>
+ </tr>
+
+ <tr>
+ <th align="right">[% 'Item input position for quotations and orders' | $T8 %]</th>
+ <td>
+ [% L.select_tag('order_item_input_position', [ [ 'default', LxERP.t8('Use settings from client configuration') ], [ 0, LxERP.t8('above the positions') ], [ 1, LxERP.t8('below the positions') ] ], default=order_item_input_position) %]
+ </td>
+ </tr>
+