source: companies/serpro/expressoMail1_2/templates/default/config.tpl @ 903

Revision 903, 2.5 KB checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1<!-- BEGIN header -->
2<form method="POST" action="{action_url}">
3<table border="0" align="center">
4   <tr bgcolor="{th_bg}">
5    <td colspan="2"><font color="{th_text}">&nbsp;<b>{title}</b></font></td>
6   </tr>
7<!-- END header -->
8<!-- BEGIN body -->
9   <tr bgcolor="{row_on}">
10    <td colspan="2">&nbsp;</td>
11   </tr>
12   <tr bgcolor="{row_off}">
13    <td colspan="2"><b>{lang_ExpressoMail_settings}</b></td>
14   </tr>
15        <tr class="{row_on}">
16    <td>{lang_Would_you_like_to_use_local_messages_?}:</td>
17    <td>
18     <select name="newsettings[enable_local_messages]">
19      <option value="">{lang_No}</option>
20      <option value="True"{selected_enable_local_messages_True}>{lang_Yes}</option>
21     </select>
22    </td>
23   </tr>
24   <tr bgcolor="{row_off}">
25    <td>{lang_Do_you_want_to_log_the_sent_messages?}</td>
26    <td>
27     <select name="newsettings[expressoMail_enable_log_messages]">
28      <option value=""{selected_expressoMail_enable_log_messages_False}>{lang_No}</option>
29      <option value="True"{selected_expressoMail_enable_log_messages_True}>{lang_Yes}</option>
30     </select>&nbsp;&nbsp;&nbsp;path: /home/expresso/mail_senders.log
31    </td>
32   </tr>
33   <tr bgcolor="{row_on}">
34    <td>{lang_Do_you_want_to_use_the_spam_filter?}</td>
35    <td>
36     <select name="newsettings[expressoMail_use_spam_filter]">
37      <option value=""{selected_expressoMail_use_spam_filter_False}>{lang_No}</option>
38      <option value="True"{selected_expressoMail_use_spam_filter_True}>{lang_Yes}</option>
39     </select>
40    </td>
41   </tr>
42   <tr bgcolor="{row_on}">
43    <td>{lang_Command_for_spam}</td>
44    <td>
45        <input type="text" name="newsettings[expressoMail_command_for_spam]" value="{value_expressoMail_command_for_spam}" size="60" />
46    </td>
47   <tr bgcolor="{row_on}">
48    <td>{lang_Command_for_unmark_spam}</td>
49    <td>
50        <input size="60" name="newsettings[expressoMail_command_for_ham]" value="{value_expressoMail_command_for_ham}">
51    </td>
52   </tr>
53   <tr bgcolor="{row_on}">
54    <td>{lang_Number_of_dynamic_contacts}</td>
55    <td>
56        <input size="1" name="newsettings[expressoMail_Number_of_dynamic_contacts]" value="{value_expressoMail_Number_of_dynamic_contacts}">
57    </td>
58   </tr>
59<!-- END body -->
60<!-- BEGIN footer -->
61  <tr bgcolor="{th_bg}">
62    <td colspan="2">
63&nbsp;
64    </td>
65  </tr>
66  <tr>
67    <td colspan="2" align="center">
68      <input type="submit" name="submit" value="{lang_submit}">
69      <input type="submit" name="cancel" value="{lang_cancel}">
70    </td>
71  </tr>
72</table>
73</form>
74<!-- END footer -->
Note: See TracBrowser for help on using the repository browser.