Revision 77aa11df
Von Andreas Rudin vor fast 2 Jahren hinzugefügt
templates/design40_webpages/am/config.html | ||
---|---|---|
2 | 2 |
[% USE LxERP %] |
3 | 3 |
[% USE HTML %] |
4 | 4 |
[% USE L %] |
5 |
[% USE P %] |
|
5 | 6 |
|
6 | 7 |
<h1>[% title %]</h1> |
7 | 8 |
|
... | ... | |
37 | 38 |
</td> |
38 | 39 |
</tr> |
39 | 40 |
<tr> |
40 |
<th>[% 'E-mail' | $T8 %]</th>
|
|
41 |
<th>[% 'Email address' | $T8 %]</th>
|
|
41 | 42 |
<td><input type="text" name="email" class="wi-wide" value="[% HTML.escape(MYCONFIG.email) %]"></td> |
42 | 43 |
</tr> |
43 | 44 |
<tr> |
44 |
<th>[% 'Signature' | $T8 %]</th>
|
|
45 |
<th>[% 'Email signature' | $T8 %]</th>
|
|
45 | 46 |
<td> |
46 |
<textarea id="signature" name="signature" class="toggletextarea" rows="5" cols="50">[% HTML.escape(MYCONFIG.signature) %] </textarea> |
|
47 |
<span id="full_signature" class="toggletextarea"> <textarea readonly name="full_signature" rows="10" cols="50">[% HTML.escape(full_signature) %]</textarea> |
|
48 |
</span> <a href="#" class="togglelink">[% 'Check full signature' | $T8 %]</a> <a href="#" id="edit_signature" class="togglelink">[% 'Edit user signature' | $T8 %]</a> |
|
47 |
[% P.textarea_tag("signature", MYCONFIG.signature, class="texteditor", rows="5", cols="50") %] |
|
49 | 48 |
</td> |
50 | 49 |
</tr> |
50 |
<tr> |
|
51 |
<th style="vertical-align: middle;">[% "Company's email signature" | $T8 %]</th> |
|
52 |
<td>[% P.restricted_html(company_signature) %]</td> |
|
53 |
</tr> |
|
51 | 54 |
<tr> |
52 | 55 |
<th>[% 'Phone' | $T8 %]</th> |
53 | 56 |
<td><input type="text" name="tel" class="wi-wide" value="[% HTML.escape(MYCONFIG.tel) %]"></td> |
... | ... | |
70 | 73 |
<td> [% L.yes_no_tag('item_multiselect', MYCONFIG.item_multiselect, class='wi-small') %] |
71 | 74 |
</td> |
72 | 75 |
</tr> |
76 |
<tr> |
|
77 |
<th>[% 'Use date and duration for time recordings' | $T8 %]</th> |
|
78 |
<td> [% L.yes_no_tag('time_recording_use_duration', time_recording_use_duration, class='wi-small') %] |
|
79 |
</td> |
|
80 |
</tr> |
|
73 | 81 |
</tbody> |
74 | 82 |
</table> |
75 | 83 |
</div><!-- /.wrapper --> |
Auch abrufbar als: Unified diff
design40: Anpassungen bei den Benutzereinstellungen