source: companies/celepar/expressoMail1_2/templates/default/config.tpl @ 763

Revision 763, 3.8 KB checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

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_off}">
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_on}">
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_off}">
34   <td>{lang_Do_you_want_to_cache_php_requests_in_javascript?}</td>
35   <td>
36   <select name="newsettings[expressoMail_enable_cache]">
37   <option value=""{selected_expressoMail_enable_cache_False}>{lang_No}</option>
38   <option value="True"{selected_expressoMail_enable_cache_True}>{lang_Yes}</option>
39   </select>
40   </td>
41   </tr>
42   <tr bgcolor="{row_on}">
43   <td>{lang_Do_you_want_to_use_important_flag_in_email_editor?}</td>
44   <td>
45   <select name="newsettings[expressoMail_enable_important_flag]">
46   <option value=""{selected_expressoMail_enable_important_flag_False}>{lang_No}</option> 
47   <option value="True"{selected_expressoMail_enable_important_flag_True}>{lang_Yes}</option>
48   </select>
49   </td>
50   </tr>
51   <tr bgcolor="{row_off}">
52   <td>{lang_Do_you_want_to_use_remove_attachments_function?}</td>
53   <td>
54   <select name="newsettings[expressoMail_remove_attachments_function]">
55   <option value=""{selected_expressoMail_remove_attachments_function_False}>{lang_No}</option>
56   <option value="True"{selected_expressoMail_remove_attachments_function_True}>{lang_Yes}</option>
57   </select>
58   </td>
59   </tr>
60   <tr bgcolor="{row_on}">
61   <td>{lang_Do_you_want_to_use_the_spam_filter?}</td>
62   <td>
63   <select name="newsettings[expressoMail_use_spam_filter]">
64   <option value=""{selected_expressoMail_use_spam_filter_False}>{lang_No}</option>
65   <option value="True"{selected_expressoMail_use_spam_filter_True}>{lang_Yes}</option>
66   </select>
67    </td>
68   </tr>
69   <tr bgcolor="{row_off}">
70    <td>{lang_Command_for_spam}</td>
71    <td>
72    <input type="text" name="newsettings[expressoMail_command_for_spam]" value="{value_expressoMail_command_for_spam}" size="60" />
73    </td>
74    <tr bgcolor="{row_on}">
75    <td>{lang_Command_for_unmark_spam}</td>
76    <td>
77    <input size="60" name="newsettings[expressoMail_command_for_ham]" value="{value_expressoMail_command_for_ham}">
78    </td>
79    </tr>
80    <tr bgcolor="{row_off}">
81    <td>{lang_Always_confirm_notification_to_these_domains}</td>
82    <td>
83    <input size="60" name="newsettings[expressoMail_notification_domains]" value="{value_expressoMail_notification_domains}">
84    </td>
85    </tr>
86    <tr bgcolor="{row_on}">
87    <td>{lang_Number_of_dynamic_contacts}</td>
88    <td>
89    <input size="1" name="newsettings[expressoMail_Number_of_dynamic_contacts]" value="{value_expressoMail_Number_of_dynamic_contacts}">
90    </td>
91    </tr>
92<!-- END body -->
93<!-- BEGIN footer -->
94  <tr bgcolor="{th_bg}">
95    <td colspan="2">
96&nbsp;
97    </td>
98  </tr>
99  <tr>
100    <td colspan="2" align="center">
101      <input type="submit" name="submit" value="{lang_submit}">
102      <input type="submit" name="cancel" value="{lang_cancel}">
103    </td>
104  </tr>
105</table>
106</form>
107<!-- END footer -->
Note: See TracBrowser for help on using the repository browser.