<li><a href="#page_display_options">[% 'Display options' | $T8 %]</a></li>
<li><a href="#page_print_options">[% 'Print options' | $T8 %]</a></li>
<li><a href="#page_todo_list_options">[% 'TODO list options' | $T8 %]</a></li>
+ <li><a href="#page_follow_up_options">[% 'Follow-up options' | $T8 %]</a></li>
</ul>
<div id="page_personal_settings">
</td>
</tr>
+ <tr>
+ <th align="right">[% 'Forced Layout Style' | $T8 %]</th>
+ <td>
+ [% L.select_tag('layout_style', [['', LxERP.t8('Use settings from client configuration')], ['auto', LxERP.t8('Automatic')], ['desktop', LxERP.t8('desktop version')]], default=layout_style, with_empty=0) %]
+ </td>
+ </tr>
+
<tr>
<th align="right">[% 'Stylesheet' | $T8 %]</th>
<td>
</td>
</tr>
- [%- IF INSTANCE_CONF.get_feature_experimental_order -%]
+ <tr>
+ <th align="right">[% 'Longdescription dialog size percentage from main window (0 means fix values)' | $T8 %]</th>
+ <td>
+ [% L.input_tag('longdescription_dialog_size_percentage', longdescription_dialog_size_percentage, size = 5) %]
+ </td>
+ </tr>
<tr>
<th align="right">[% 'Scrollbar height percentage for form postion area (0 means no scrollbar)' | $T8 %]</th>
<td>
[% L.yes_no_tag('positions_show_update_button', positions_show_update_button) %]
</td>
</tr>
- [%- END -%]
<tr>
<th align="right">[% 'Show custom variable search inputs' | $T8 %]</th>
</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>
+
</table>
</div>
[%- END %]
</table>
</div>
+
+ <div id="page_follow_up_options">
+ <table>
+ <tr>
+ <th align="right">[% 'Notify me by email for follow-ups' | $T8 %]</th>
+ <td colspan="2">
+ <input type="radio" name="follow_up_notify_by_email" id="follow_up_notify_by_email_1" value="1"[% IF follow_up_notify_by_email %] checked[% END %]>
+ <label for="follow_up_notify_by_email_1">[% 'Yes' | $T8 %]</label>
+ <input type="radio" name="follow_up_notify_by_email" id="follow_up_notify_by_email_0" value="0"[% IF !follow_up_notify_by_email %] checked[% END %]>
+ <label for="follow_up_notify_by_email_0">[% 'No' | $T8 %]</label>
+ </td>
+ </tr>
+ </table>
+ </div>
+
</div>
</form>