]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Emails/templates/emailSettingsGeneral.tpl
Release 6.4.0
[Github/sugarcrm.git] / modules / Emails / templates / emailSettingsGeneral.tpl
1 {*
2 /*********************************************************************************
3  * SugarCRM Community Edition is a customer relationship management program developed by
4  * SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
5  * 
6  * This program is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Affero General Public License version 3 as published by the
8  * Free Software Foundation with the addition of the following permission added
9  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
10  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
11  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
12  * 
13  * This program is distributed in the hope that it will be useful, but WITHOUT
14  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
15  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
16  * details.
17  * 
18  * You should have received a copy of the GNU Affero General Public License along with
19  * this program; if not, see http://www.gnu.org/licenses or write to the Free
20  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
21  * 02110-1301 USA.
22  * 
23  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
24  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
25  * 
26  * The interactive user interfaces in modified source and object code versions
27  * of this program must display Appropriate Legal Notices, as required under
28  * Section 5 of the GNU Affero General Public License version 3.
29  * 
30  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
31  * these Appropriate Legal Notices must retain the display of the "Powered by
32  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
33  * technical reasons, the Appropriate Legal Notices must display the words
34  * "Powered by SugarCRM".
35  ********************************************************************************/
36
37 *}
38 <form name="formEmailSettingsGeneral" id="formEmailSettingsGeneral">
39 <table cellpadding="4" cellspacing="0" border="0" width="100%" class="view">
40         <tr>
41                 <th colspan="4" align="left" colspan="4" scope="row">
42                         <h4>{$app_strings.LBL_EMAIL_SETTINGS_TITLE_PREFERENCES}</h4>
43                 </th>
44         </tr>
45         <tr>
46                 <td  scope="row" width="20%">
47                         {$app_strings.LBL_EMAIL_SETTINGS_CHECK_INTERVAL}:
48                 </td>
49                 <td >
50                         {html_options options=$emailCheckInterval.options selected=$emailCheckInterval.selected name='emailCheckInterval' id='emailCheckInterval'}
51                 </td>
52                 <td scope="row" width="20%">
53                         {$app_strings.LBL_EMAIL_SIGNATURES}:
54                 </td>
55                 <td >
56                         {$signaturesSettings} {$signatureButtons} 
57                 <input type="hidden" name="signatureDefault" id="signatureDefault" value="{$signatureDefaultId}">
58                 </td>
59         </tr>
60         <tr>
61                 <td  scope="row">
62                         {$app_strings.LBL_EMAIL_SETTINGS_SEND_EMAIL_AS}:
63                 </td>
64                 <td >
65                         <input class="checkbox" type="checkbox" id="sendPlainText" name="sendPlainText" value="1" {$sendPlainTextChecked} />
66                 </td>
67                 <td NOWRAP scope="row">
68                   {$mod_strings.LBL_SIGNATURE_PREPEND}:
69                 </td>
70                 <td NOWRAP>
71                 <input type="checkbox" name="signature_prepend" {$signaturePrepend}>
72                 </td>
73         </tr>
74         <tr>
75                 <td NOWRAP scope="row">
76                 {$app_strings.LBL_EMAIL_CHARSET}:
77         </td>
78                 <td NOWRAP>
79                 {html_options options=$charset.options selected=$charset.selected name='default_charset' id='default_charset'}
80         </td>
81                 <td NOWRAP scope="row">
82                 &nbsp;
83         </td>
84                 <td NOWRAP>
85                 &nbsp;
86         </td>
87         </tr>
88 </table>
89 <table cellpadding="4" cellspacing="0" border="0" width="100%" class="view">
90         <tr>
91                 <th colspan="4">
92                         <h4>{$app_strings.LBL_EMAIL_SETTINGS_TITLE_LAYOUT}</h4>
93                 </th>
94         </tr>
95         <tr>
96                 <td NOWRAP scope="row" width="20%">
97                         {$app_strings.LBL_EMAIL_SETTINGS_SHOW_NUM_IN_LIST}:
98                         <div id="rollover">
99                             <a href="#" class="rollover">{sugar_getimage alt=$mod_strings.LBL_HELP name="helpInline" ext=".gif" other_attributes='border="0" '}<span>{$app_strings.LBL_EMAIL_SETTINGS_REQUIRE_REFRESH}</span></a>
100             </div>
101                 </td>
102                 <td NOWRAP >
103                         <select name="showNumInList" id="showNumInList">
104                         {$showNumInList}
105                         </select>
106                 </td>
107                 <td NOWRAP scope="row" width="20%">&nbsp;</td>
108                 <td NOWRAP >&nbsp;</td>
109         </tr>
110 </table>
111
112 {include file="modules/Emails/templates/emailSettingsFolders.tpl"}
113
114
115 </form>
116