3 [%- USE HTML %][%- USE L %]
5 <div class="listtop">[% title %]</div>
8 <form method="post" action="am.pl" name="Form">
10 <ul id="maintab" class="shadetabs">
11 <li class="selected"><a href="#" rel="page_personal_settings">[% 'Personal settings' | $T8 %]</a></li>
12 <li><a href="#" rel="page_display_options">[% 'Display options' | $T8 %]</a></li>
13 <li><a href="#" rel="page_print_options">[% 'Print options' | $T8 %]</a></li>
14 <li><a href="#" rel="page_todo_list_options">[% 'TODO list options' | $T8 %]</a></li>
17 <input type="hidden" name="type" value="preferences">
19 <div class="tabcontentstyle">
21 <div id="page_personal_settings" class="tabcontent">
25 <th align="right">[% 'Name' | $T8 %]</th>
26 <td><input name="name" size="15" value="[% HTML.escape(myconfig_name) %]"></td>
30 <th align="right">[% 'Password' | $T8 %]</th>
32 [%- IF CAN_CHANGE_PASSWORD %]
33 <input type="password" name="new_password" size="10" value="********">
35 <input type="hidden" name="new_password" value="********">
41 <th align="right">[% 'E-mail' | $T8 %]</th>
42 <td><input name="email" size="30" value="[% HTML.escape(myconfig_email) %]"></td>
46 <th align="right">[% 'Signature' | $T8 %]</th>
47 <td><textarea name="signature" rows="3" cols="50">[% HTML.escape(myconfig_signature) %]</textarea></td>
51 <th align="right">[% 'Phone' | $T8 %]</th>
52 <td><input name="tel" size="14" value="[% HTML.escape(myconfig_tel) %]"></td>
56 <th align="right">[% 'Fax' | $T8 %]</th>
57 <td><input name="fax" size="14" value="[% HTML.escape(myconfig_fax) %]"></td>
60 <th align="right">[% 'Company' | $T8 %]</th>
61 <td><input name="company" size="30" value="[% HTML.escape(myconfig_company) %]"></td>
64 <th align="right">[% 'Address' | $T8 %]</th>
65 <td><textarea name="address" rows="4" cols="50">[% HTML.escape(myconfig_address) %]</textarea></td>
68 <th align="right">[% 'SEPA creditor ID' | $T8 %]</th>
69 <td><input name="sepa_creditor_id" size="30" maxlength="35" value="[% HTML.escape(myconfig_sepa_creditor_id) %]"></td>
73 <th align="right"q>[% 'taxincluded checked' | $T8 %]</th>
75 [% L.yes_no_tag('taxincluded_checked', myconfig_taxincluded_checked) %]
81 <br style="clear: left" />
84 <div id="page_display_options" class="tabcontent">
88 <th align="right">[% 'Date Format' | $T8 %]</th>
90 [% L.select_tag('dateformat', DATEFORMATS, value_key = 'value', title_key = 'name') %]
94 <th align="right">[% 'Output Number Format' | $T8 %]</th>
96 [% L.select_tag('numberformat', NUMBERFORMATS, value_key = 'value', title_key = 'name') %]
101 <th align="right">[% 'Dropdown Limit' | $T8 %]</th>
102 <td><input name="vclimit" size="10" value="[% HTML.escape(myconfig_vclimit) %]"></td>
106 <th align="right">[% 'Language' | $T8 %]</th>
108 [% L.select_tag('countrycode', COUNTRYCODES, value_key = 'value', title_key = 'name') %]
113 <th align="right">[% 'Stylesheet' | $T8 %]</th>
115 [% L.select_tag('usestylesheet', STYLESHEETS, value_key = 'value', title_key = 'name') %]
120 <th align="right">[% 'Setup Menu' | $T8 %]</th>
122 <select name="menustyle">
123 <option value="old"[% IF myconfig_menustyle == 'old' %] selected[% END %]>[% 'Old (on the side)' | $T8 %]</option>
124 <option value="v3"[% IF myconfig_menustyle == 'v3' %] selected[% END %]>[% 'Top (CSS)' | $T8 %]</option>
125 <option value="v4"[% IF myconfig_menustyle == 'v4' %] selected[% END %]>[% 'Top (CSS) new' | $T8 %]</option>
126 <option value="neu"[% IF myconfig_menustyle == 'neu' %] selected[% END %]>[% 'Top (Javascript)' | $T8 %]</option>
132 <th align="right">[% 'Form details (second row)' | $T8 %]</th>
134 <select name="show_form_details">
135 <option value="1"[% IF myconfig_show_form_details %] selected[% END %]>[% 'Show by default' | $T8 %]</option>
136 <option value="0"[% IF !myconfig_show_form_details %] selected[% END %]>[% 'Hide by default' | $T8 %]</option>
142 <th align="right">[% 'Show custom variable search inputs' | $T8 %]</th>
144 <select name="hide_cvar_search_options">
145 <option value="0"[% IF !myconfig_hide_cvar_search_options %] selected[% END %]>[% 'Show by default' | $T8 %]</option>
146 <option value="1"[% IF myconfig_hide_cvar_search_options %] selected[% END %]>[% 'Hide by default' | $T8 %]</option>
152 <br style="clear: left" />
155 <div id="page_print_options" class="tabcontent">
158 <input name="printer" type="hidden" value="[% HTML.escape(myconfig_printer) %]">
161 <th align="right">[% 'Default template format' | $T8 %]</th>
163 [% L.select_tag('template_format', TEMPLATE_FORMATS, value_key = 'value', title_key = 'name') %]
168 <th align="right">[% 'Default output medium' | $T8 %]</th>
170 [% L.select_tag('default_media', MEDIA, value_key = 'value', title_key = 'name') %]
175 <th align="right">[% 'Default printer' | $T8 %]</th>
177 [% L.select_tag('default_printer_id', PRINTERS, default = myconfig_default_printer_id, title_key = 'printer_description', with_empty = 1) %]
182 <th align="right">[% 'Number of copies' | $T8 %]</th>
183 <td><input name="copies" size="10" value="[% HTML.escape(myconfig_copies) %]"></td>
187 <br style="clear: left" />
190 <div id="page_todo_list_options" class="tabcontent">
194 <th align="right">[% 'Show your TODO list after loggin in' | $T8 %]</th>
196 <input type="radio" name="todo_cfg.show_after_login" id="todo_cfg_show_after_login_1" value="1"[% IF todo_cfg.show_after_login %] checked[% END %]>
197 <label for="todo_cfg_show_after_login_1">[% 'Yes' | $T8 %]</label>
198 <input type="radio" name="todo_cfg.show_after_login" id="todo_cfg_show_after_login_0" value="0"[% IF !todo_cfg.show_after_login %] checked[% END %]>
199 <label for="todo_cfg_show_after_login_0">[% 'No' | $T8 %]</label>
203 <tr class="listheading">
204 <th colspan="3">[% 'Configuration of individual TODO items' | $T8 %]</th>
208 <th align="right">[% 'Show follow ups...' | $T8 %]</th>
210 <input type="checkbox" name="todo_cfg.show_follow_ups" id="todo_cfg_show_follow_ups" value="1"[% IF todo_cfg.show_follow_ups %] checked[% END %]>
211 <label for="todo_cfg_show_follow_ups">[% '...on the TODO list' | $T8 %]</label>
214 <input type="checkbox" name="todo_cfg.show_follow_ups_login" id="todo_cfg_show_follow_ups_login" value="1"[% IF todo_cfg.show_follow_ups_login %] checked[% END %]>
215 <label for="todo_cfg_show_follow_ups_login">[% '...after loggin in' | $T8 %]</label>
219 [%- IF AUTH_RIGHTS_SALES_QUOTATION_EDIT %]
221 <th align="right">[% 'Show overdue sales quotations and requests for quotations...' | $T8 %]</th>
223 <input type="checkbox" name="todo_cfg.show_overdue_sales_quotations" id="todo_cfg_show_overdue_sales_quotations" value="1"[% IF todo_cfg.show_overdue_sales_quotations %] checked[% END %]>
224 <label for="todo_cfg_show_overdue_sales_quotations">[% '...on the TODO list' | $T8 %]</label>
227 <input type="checkbox" name="todo_cfg.show_overdue_sales_quotations_login" id="todo_cfg_show_overdue_sales_quotations_login" value="1"[% IF todo_cfg.show_overdue_sales_quotations_login %] checked[% END %]>
228 <label for="todo_cfg_show_overdue_sales_quotations_login">[% '...after loggin in' | $T8 %]</label>
234 <br style="clear: left" />
238 <p><input type="submit" class="submit" name="action" value="[% 'Save' | $T8 %]"></p>
241 <script type="text/javascript">
243 var maintab = new ddtabcontent("maintab");
244 maintab.setpersist(true);
245 maintab.setselectedClassTarget("link"); //"link" or "linkparent"