Benutzerkonfiguration um Einstellungen zur Aufgabenliste erweitert.
[kivitendo-erp.git] / templates / webpages / am / config_de.html
1 [% USE HTML %]<body onLoad="fokus()">
2
3  <div class="listtop">[% title %]</div>
4
5  <form method="post" action="am.pl" name="Form" onKeyUp="highlight(event)" onClick="highlight(event)">
6
7   <ul id="maintab" class="shadetabs">
8    <li class="selected"><a href="#" rel="page_personal_settings">Pers&ouml;nliche Einstellungen</a></li>
9    <li><a href="#" rel="page_display_options">Anzeigeoptionen</a></li>
10    <li><a href="#" rel="page_print_options">Druckoptionen</a></li>
11    <li><a href="#" rel="page_todo_list_options">Aufgabenlistenoptionen</a></li>
12   </ul>
13
14   <input type="hidden" name="type" value="preferences">
15   <input type="hidden" name="role" value="[% HTML.escape(myconfig_role) %]">
16
17   <div class="tabcontentstyle">
18
19    <div id="page_personal_settings" class="tabcontent">
20
21     <table>
22      <tr>
23       <th align="right">Name</th>
24       <td><input name="name" size="15" value="[% HTML.escape(myconfig_name) %]"></td>
25      </tr>
26
27      <tr>
28       <th align="right">Passwort</th>
29       <td>
30        [%- IF CAN_CHANGE_PASSWORD %]
31        <input type="password" name="new_password" size="10" value="********">
32        [%- ELSE %]
33        <input type="hidden" name="new_password" value="********">
34        [%- END %]
35       </td>
36      </tr>
37
38      <tr>
39       <th align="right">eMail</th>
40       <td><input name="email" size="30" value="[% HTML.escape(myconfig_email) %]"></td>
41      </tr>
42
43      <tr valign="top">
44       <th align="right">Unterschrift</th>
45       <td><textarea name="signature" rows="3" cols="50">[% HTML.escape(myconfig_signature) %]</textarea></td>
46      </tr>
47
48      <tr>
49       <th align="right">Telefon</th>
50       <td><input name="tel" size="14" value="[% HTML.escape(myconfig_tel) %]"></td>
51      </tr>
52
53      <tr>
54       <th align="right">Fax</th>
55       <td><input name="fax" size="14" value="[% HTML.escape(myconfig_fax) %]"></td>
56      </tr>
57      <tr>
58       <th align="right">Firma</th>
59       <td><input name="company" size="30" value="[% HTML.escape(myconfig_company) %]"></td>
60      </tr>
61      <tr valign="top">
62       <th align="right">Adresse</th>
63       <td><textarea name="address" rows="4" cols="50">[% HTML.escape(myconfig_address) %]</textarea></td>
64      </tr>
65     </table>
66
67     <br style="clear: left" />
68    </div>
69
70    <div id="page_display_options" class="tabcontent">
71
72     <table>
73      <tr>
74       <th align="right">Datumsformat</th>
75       <td>
76        <select name="dateformat">
77         [%- FOREACH row = DATEFORMATS %]
78         <option value="[% HTML.escape(row.value) %]"[% IF row.selected %] selected[% END %]>[% HTML.escape(row.name) %]</option>
79         [%- END %]
80        </select>
81       </td>
82      </tr>
83      <tr>
84       <th align="right">Zahlenformat (Ausgabe)</th>
85       <td>
86        <select name="numberformat">
87         [%- FOREACH row = NUMBERFORMATS %]
88         <option value="[% HTML.escape(row.value) %]"[% IF row.selected %] selected[% END %]>[% HTML.escape(row.name) %]</option>
89         [%- END %]
90        </select>
91       </td>
92      </tr>
93
94      <tr>
95       <th align="right">Auswahllistenbegrenzung</th>
96       <td><input name="vclimit" size="10" value="[% HTML.escape(myconfig_vclimit) %]"></td>
97      </tr>
98
99      <tr>
100       <th align="right">Sprache</th>
101       <td>
102        <select name="countrycode">
103         [%- FOREACH row = COUNTRYCODES %]
104         <option value="[% HTML.escape(row.value) %]"[% IF row.selected %] selected[% END %]>[% HTML.escape(row.name) %]</option>
105         [%- END %]
106        </select>
107       </td>
108      </tr>
109
110      <tr>
111       <th align="right">Stilvorlage</th>
112       <td>
113        <select name="usestylesheet">
114         [%- FOREACH row = STYLESHEETS %]
115         <option value="[% HTML.escape(row.value) %]"[% IF row.selected %] selected[% END %]>[% HTML.escape(row.name) %]</option>
116         [%- END %]
117        </select>
118       </td>
119      </tr>
120
121      <tr>
122       <th align="right">Menüsetup</th>
123       <td>
124        <input name="menustyle" id="menustyle_v3" type="radio" class="radio" value="v3" [% IF menustyle_v3 %]checked[% END %]>&nbsp;
125        <label for="menustyle_v3">Oben (mit CSS)</label>
126        <input name="menustyle" id="menustyle_neu" type="radio" class="radio" value="neu" [% IF menustyle_neu %]checked[% END %]>&nbsp;
127        <label for="menustyle_neu">Oben (mit Javascript)</label>
128        <input name="menustyle" id="menustyle_old" type="radio" class="radio" value="old" [% IF menustyle_old %]checked[% END %]>&nbsp;
129        <label for="menustyle_old">Alt (seitlich)</label>
130        <input name="menustyle" id="menustyle_xml" type="radio" class="radio" value="xml" [% IF menustyle_xml %]checked[% END %]>&nbsp;
131        <label for="menustyle_xml">XML (XUL,...)</label>
132       </td>
133      </tr>
134
135      <tr valign="top">
136       <th align="right">Favoriten</th>
137       <td><textarea name="favorites" rows="4" cols="50">[% HTML.escape(myconfig_favorites) %]</textarea></td>
138      </tr>
139
140      <tr>
141       <th align="right">Formulardetails (zweite Positionszeile)</th>
142       <td>
143        <input type="radio" id="rad_show_form_details" name="show_form_details" value="1" [% IF myconfig_show_form_details %]checked[% END %]>&nbsp;
144        <label for="rad_show_form_details">Standardm&auml;&szlig;ig anzeigen</label>
145        <input type="radio" id="rad_hide_form_details" name="show_form_details" value="0" [% UNLESS myconfig_show_form_details %]checked[% END %]>&nbsp;
146        <label for="rad_hide_form_details">Standardm&auml;&szlig;ig verstecken</label></td>
147      </tr>
148     </table>
149
150     <br style="clear: left" />
151    </div>
152
153    <div id="page_print_options" class="tabcontent">
154
155     <table>
156      <input name="printer" type="hidden" value="[% HTML.escape(myconfig_printer) %]">
157
158      <tr>
159       <th align="right">Standardvorlagenformat</th>
160       <td>
161        <select name="template_format">
162         [%- FOREACH row = TEMPLATE_FORMATS %]
163         <option value="[% HTML.escape(row.value) %]"[% IF row.selected %] selected[% END %]>[% HTML.escape(row.name) %]</option>
164         [%- END %]
165        </select>
166       </td>
167      </tr>
168
169      <tr>
170       <th align="right">Standardausgabekanal</th>
171       <td>
172        <select name="default_media">
173         [%- FOREACH row = MEDIA %]
174         <option value="[% HTML.escape(row.value) %]"[% IF row.selected %] selected[% END %]>[% HTML.escape(row.name) %]</option>
175         [%- END %]
176        </select>
177       </td>
178      </tr>
179
180      <tr>
181       <th align="right">Standarddrucker</th>
182       <td>
183        <select name="default_printer_id">
184         [%- FOREACH row = PRINTERS %]
185         <option value="[% HTML.escape(row.value) %]"[% IF row.selected %] selected[% END %]>[% HTML.escape(row.name) %]</option>
186         [%- END %]
187        </select>
188       </td>
189      </tr>
190
191      <tr>
192       <th align="right">Anzahl Kopien</th>
193       <td><input name="copies" size="10" value="[% HTML.escape(myconfig_copies) %]"></td>
194      </tr>
195     </table>
196
197     <br style="clear: left" />
198    </div>
199
200    <div id="page_todo_list_options" class="tabcontent">
201
202     <table>
203      <tr>
204       <th align="right">Aufgabenliste nach dem Anmelden anzeigen</th>
205       <td colspan="2">
206        <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 %]>
207        <label for="todo_cfg_show_after_login_1">Ja</label>
208        <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 %]>
209        <label for="todo_cfg_show_after_login_0">Nein</label>
210       </td>
211      </tr>
212
213      <tr class="listheading">
214       <th colspan="3">Konfiguration f&uuml;r die einzelnen Aufgabenlistenpunkte</th>
215      </tr>
216
217      <tr>
218       <th align="right">Zeige Wiedervorlagen...</th>
219       <td>
220        <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 %]>
221        <label for="todo_cfg_show_follow_ups">...auf der Aufgabenliste</label>
222       </td>
223       <td>
224        <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 %]>
225        <label for="todo_cfg_show_follow_ups_login">...nach dem Anmelden</label>
226       </td>
227      </tr>
228
229      [%- IF AUTH_RIGHTS_SALES_QUOTATION_EDIT %]
230      <tr>
231       <th align="right">Zeige &uuml;berf&auml;llige Angebote...</th>
232       <td>
233        <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 %]>
234        <label for="todo_cfg_show_overdue_sales_quotations">...auf der Aufgabenliste</label>
235       </td>
236       <td>
237        <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 %]>
238        <label for="todo_cfg_show_overdue_sales_quotations_login">...nach dem Anmelden</label>
239       </td>
240      </tr>
241      [%- END %]
242     </table>
243
244     <br style="clear: left" />
245    </div>
246   </div>
247
248   <p><input type="submit" class="submit" name="action" value="Speichern"></p>
249  </form>
250
251  <script type="text/javascript">
252   <!--
253       //Start Tab Content script for UL with id="maintab" Separate multiple ids each with a comma.
254       initializetabcontent("maintab");
255     -->
256  </script>
257
258 </body>
259 </html>