]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Configurator/tpls/adminwizard.tpl
Release 6.4.0
[Github/sugarcrm.git] / modules / Configurator / tpls / adminwizard.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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
39 <html {$langHeader}>
40 <head>
41 <link rel="SHORTCUT ICON" href="{$FAVICON_URL}">
42 <meta http-equiv="Content-Type" content="text/html; charset={$APP.LBL_CHARSET}">
43 <title>{$MOD.LBL_WIZARD_TITLE}</title>
44 {$SUGAR_JS}
45 {$SUGAR_CSS}
46 {$CSS}
47 {overlib_includes}
48 </head>
49 {literal}
50 <script type='text/javascript'>
51 function disableReturnSubmission(e) {
52    var key = window.event ? window.event.keyCode : e.which;
53    return (key != 13);
54 }
55 </script>
56 {/literal}
57 <body class="yui-skin-sam">
58 <div id="main">
59     <div id="content">
60         <table style="width:auto;height:600px;" align="center"><tr><td align="center">
61         
62 <form name="AdminWizard" id="AdminWizard" enctype='multipart/form-data' method="POST" action="index.php" onkeypress="return disableReturnSubmission(event);">
63 <input type='hidden' name='action' value='SaveAdminWizard'/>
64 <input type='hidden' name='module' value='Configurator'/>
65 <span class='error'>{$error.main}</span>
66 <script type="text/javascript" src="{sugar_getjspath file='cache/include/javascript/sugar_grp_yui_widgets.js'}"></script>
67 <script type="text/javascript" src="{sugar_getjspath file='modules/Emails/javascript/vars.js'}"></script>
68 <script type="text/javascript" src="{sugar_getjspath file='cache/include/javascript/sugar_grp_emails.js'}"></script>
69 <script type="text/javascript" src="{sugar_getjspath file='modules/Users/User.js'}"></script>
70
71 <div class="dashletPanelMenu wizard">
72
73 <div class="bd">
74
75 <div id="welcome" class="screen">
76     <table width="100%" border="0" cellspacing="0" cellpadding="0">
77     <tr>
78         <td>
79             <div class="edit view">
80             <table width="100%" border="0" cellspacing="0" cellpadding="0">
81             <tr>
82                 <th align="left" scope="row" colspan="4"><h2>{$MOD.LBL_WIZARD_WELCOME_TITLE}</h2></th>
83             </tr>
84             <tr>
85                 <td scope="row">
86               <p>{$MOD.LBL_WIZARD_WELCOME}</p>
87                                 <div class="userWizWelcome"><img src='include/images/sugar_wizard_welcome.jpg' alt='{$MOD.LBL_WELCOME}' border='0' width='765px' height='325px'></div>
88                 </td>
89             </tr>
90             </table>
91             </div>
92         </td>
93     </tr>
94     </table>
95     <div class="nav-buttons">
96         <input title="{$MOD.LBL_WIZARD_SKIP_BUTTON}"  
97             onclick="document.location.href='{$SKIP_URL}';" class="button"  
98             type="button" name="cancel" value="  {$MOD.LBL_WIZARD_SKIP_BUTTON}  " id="skip_tab" />&nbsp;
99         <input title="{$MOD.LBL_WIZARD_NEXT_BUTTON}"
100             class="button primary" type="button" name="next_tab1" value="  {$MOD.LBL_WIZARD_NEXT_BUTTON}  "
101             onclick="SugarWizard.changeScreen('system',false);" id="next_tab_system" />
102     </div>
103 </div>
104
105 <div id="system" class="screen">
106     <table width="100%" border="0" cellspacing="0" cellpadding="0">
107     <tr>
108         <td>
109             <div class="edit view">
110             <table width="100%" border="0" cellspacing="0" cellpadding="0">
111             <tr>
112                 <th align="left" scope="row" colspan="4"><h2>{$MOD.LBL_WIZARD_SYSTEM_TITLE}</h2></th>
113             </tr>
114             <tr>
115                 <td align="left" scope="row" colspan="4"><i>{$MOD.LBL_WIZARD_SYSTEM_DESC}</i></td>
116             </tr>
117             <tr>
118                 <td scope="row" width='15%' nowrap>{$MOD.SYSTEM_NAME_WIZARD}&nbsp;{sugar_help text=$MOD.SYSTEM_NAME_HELP}</td>
119                 <td width='35%'>
120                     <input type='text' name='system_name' value='{$settings.system_name}' />
121                 </td>
122             </tr>
123             <tr>
124                 <td scope="row" width='12%' nowrap>{$MOD.NEW_LOGO}&nbsp;{sugar_help text=$MOD.NEW_LOGO_HELP}
125                 </td>
126                 <td  width='35%'>
127                     <div id="container_upload"></div>
128                     <input type='text' id='company_logo' name='company_logo' style="display:none" />
129                 </td>
130             </tr>
131             <tr>
132                 <td scope="row" width='12%' nowrap>{$MOD.CURRENT_LOGO}&nbsp;{sugar_help text=$MOD.CURRENT_LOGO_HELP}</td>
133                 <td width='35%' >
134                     <img id="company_logo_image" alt='{$MOD.LBL_LOGO}' src='{$company_logo}' height="40" width="212" />
135                 </td>
136             </tr>
137             </table>
138             </div>
139         </td>
140     </tr>
141     </table>
142     <div class="nav-buttons">
143             <input title="{$MOD.LBL_WIZARD_BACK_BUTTON}"
144                 class="button" type="button" name="next_tab1" value="  {$MOD.LBL_WIZARD_BACK_BUTTON}  "
145                 onclick="SugarWizard.changeScreen('welcome',true);" id="previous_tab_welcome" />&nbsp;
146             <input title="{$MOD.LBL_WIZARD_NEXT_BUTTON}"
147                 class="button primary" type="button" name="next_tab1" value="  {$MOD.LBL_WIZARD_NEXT_BUTTON}  "
148                 onclick="SugarWizard.changeScreen('locale',false);" id="next_tab_locale" />
149     </div>
150 </div>
151
152 <div id="locale" class="screen">
153     <table width="100%" border="0" cellspacing="0" cellpadding="0">
154     <tr>
155         <td>
156             <div class="edit view">
157             <table width="100%" border="0" cellspacing="0" cellpadding="0">
158                 <tr>
159                     <th align="left" scope="row" colspan="4"><h2>{sugar_translate module='Administration' label='LBL_LOCALE_TITLE'}</h2></th>
160                 </tr>
161                 <tr>
162                     <td align="left" scope="row" colspan="4"><i>{$MOD.LBL_WIZARD_LOCALE_DESC}</i></td>
163                 </tr>
164                 <tr>
165                     <td nowrap="nowrap" scope="row" width="200">{sugar_translate module='Administration' label='LBL_LOCALE_DEFAULT_DATE_FORMAT'}: </td>
166                     <td>
167                         {html_options name='default_date_format' selected=$config.default_date_format options=$config.date_formats}
168                     </td>
169                     <td nowrap="nowrap" scope="row" width="200">{sugar_translate module='Administration' label='LBL_LOCALE_DEFAULT_TIME_FORMAT'}: </td>
170                     <td>
171                         {html_options name='default_time_format' selected=$config.default_time_format options=$config.time_formats}
172                     </td>
173                 </tr>
174                 <tr>
175                     <td nowrap="nowrap" scope="row">{sugar_translate module='Administration' label='LBL_LOCALE_DEFAULT_LANGUAGE'}: </td>
176                     <td>
177                         {html_options name='default_language' selected=$config.default_language options=$LANGUAGES}
178                     </td>
179                 </tr>
180                 <tr>
181                     <td colspan="4"><hr /></td>
182                 </tr>
183                 <tr>
184                     <td nowrap="nowrap" scope="row" width="200">{sugar_translate module='Administration' label='LBL_LOCALE_DEFAULT_CURRENCY_NAME'}: </td>
185                     <td>
186                         <input type='text' size='15' name='default_currency_name' value='{$config.default_currency_name}' >
187                     </td>
188                     <td nowrap="nowrap" scope="row" width="200">{sugar_translate module='Administration' label='LBL_LOCALE_DEFAULT_CURRENCY_SYMBOL'}: </td>
189                     <td>
190                         <input type='text' size='4' name='default_currency_symbol'  value='{$config.default_currency_symbol}' >
191                     </td>
192                 </tr>
193                 <tr>
194                     <td nowrap="nowrap" scope="row" width="200">{sugar_translate module='Administration' label='LBL_LOCALE_DEFAULT_CURRENCY_ISO4217'}: </td>
195                     <td>
196                         <input type='text' size='4' name='default_currency_iso4217' value='{$config.default_currency_iso4217}'>
197                     </td>
198                     <td nowrap="nowrap" scope="row">{sugar_translate module='Administration' label='LBL_LOCALE_DEFAULT_NUMBER_GROUPING_SEP'}: </td>
199                     <td>
200                         <input type='text' size='3' maxlength='1' name='default_number_grouping_seperator' value='{$config.default_number_grouping_seperator}'>
201                     </td>
202                 </tr>
203                 <tr>
204                     <td nowrap="nowrap" scope="row">{sugar_translate module='Administration' label='LBL_LOCALE_DEFAULT_DECIMAL_SEP'}: </td>
205                     <td>
206                         <input type='text' size='3' maxlength='1' name='default_decimal_seperator'  value='{$config.default_decimal_seperator}'>
207                     </td>
208                     <td nowrap="nowrap" scope="row"></td>
209                     <td></td>
210                 </tr>
211                 <tr>
212                     <td colspan="4"><hr /></td>
213                 </tr>
214                 <tr>
215                     <td nowrap="nowrap" scope="row" valign="top">{sugar_translate module='Administration' label='LBL_LOCALE_DEFAULT_NAME_FORMAT'}: </td>
216                     <td>
217                         {html_options id="default_locale_name_format" name="default_locale_name_format" selected=$config.default_locale_name_format options=$NAMEFORMATS}
218                     </td>
219                 </tr>
220             </table>
221             </div>
222         </td>
223     </tr>
224     </table>
225     <div class="nav-buttons">
226         <input title="{$MOD.LBL_WIZARD_BACK_BUTTON}"
227             class="button" type="button" name="next_tab1" value="  {$MOD.LBL_WIZARD_BACK_BUTTON}  "
228             onclick="SugarWizard.changeScreen('system',true);" id="previous_tab_system" />&nbsp;
229         <input title="{$MOD.LBL_WIZARD_NEXT_BUTTON}"
230             class="button primary" type="button" name="next_tab1" value="  {$MOD.LBL_WIZARD_NEXT_BUTTON}  "
231             onclick="SugarWizard.changeScreen('smtp',false); changeEmailScreenDisplay('{$mail_smtptype}'); document.getElementById('AdminWizard').mail_smtptype.value = 'gmail';" id="next_tab_smtp" />
232     </div>
233 </div>
234
235 <div id="smtp" class="screen">
236     <table width="100%" border="0" cellspacing="0" cellpadding="0">
237     <tr>
238     <td>
239         <div class="edit view">
240         <table width="100%" border="0" cellspacing="0" cellpadding="0">
241             <tr>
242                 <th align="left" scope="row" colspan="4">
243                     <h2>{$MOD.LBL_MAIL_SMTP_SETTINGS}</h2>
244                 </th>
245             </tr>
246             <tr>
247                 <td align="left" scope="row" colspan="4"><i>{$MOD.LBL_WIZARD_SMTP_DESC}</i></td>
248             </tr>
249              <tr>
250                 <td align="left" scope="row" colspan="4">{$MOD.LBL_CHOOSE_EMAIL_PROVIDER}</td>
251             </tr>
252             <tr>
253                 <td colspan="4">
254                     <input type="hidden" name="mail_sendtype" value="SMTP" />
255                     <div id="smtpButtonGroup" class="yui-buttongroup">
256                         <span id="gmail" class="yui-button yui-radio-button{if $mail_smtptype == 'gmail'} yui-button-checked{/if}">
257                             <span class="first-child">
258                                 <button type="button" name="mail_smtptype" value="gmail">
259                                     &nbsp;&nbsp;&nbsp;&nbsp;{$APP.LBL_SMTPTYPE_GMAIL}&nbsp;&nbsp;&nbsp;&nbsp;
260                                 </button>
261                             </span>
262                         </span>
263                         <span id="yahoomail" class="yui-button yui-radio-button{if $mail_smtptype == 'yahoomail'} yui-button-checked{/if}">
264                             <span class="first-child">
265                                 <button type="button" name="mail_smtptype" value="yahoomail">
266                                     &nbsp;&nbsp;&nbsp;&nbsp;{$APP.LBL_SMTPTYPE_YAHOO}&nbsp;&nbsp;&nbsp;&nbsp;
267                                 </button>
268                             </span>
269                         </span>
270                         <span id="exchange" class="yui-button yui-radio-button{if $mail_smtptype == 'exchange'} yui-button-checked{/if}">
271                             <span class="first-child">
272                                 <button type="button" name="mail_smtptype" value="exchange">
273                                     &nbsp;&nbsp;&nbsp;&nbsp;{$APP.LBL_SMTPTYPE_EXCHANGE}&nbsp;&nbsp;&nbsp;&nbsp;
274                                 </button>
275                             </span>
276                         </span>
277                         <span id="other" class="yui-button yui-radio-button{if $mail_smtptype == 'other' || empty($mail_smtptype)} yui-button-checked{/if}">
278                             <span class="first-child">
279                                 <button type="button" name="mail_smtptype" value="other">
280                                     &nbsp;&nbsp;&nbsp;&nbsp;{$APP.LBL_TABGROUP_OTHER}&nbsp;&nbsp;&nbsp;&nbsp;
281                                 </button>
282                             </span>
283                         </span>
284                     </div>
285                 </td>
286             </tr>
287             <tr>
288                 <td colspan="4">
289                     <div id="smtp_settings">
290                         <table width="100%" cellpadding="0" cellspacing="0">
291                             <tr id="mailsettings1">
292                                 <td width="20%" scope="row"><span id="mail_smtpserver_label">{$MOD.LBL_MAIL_SMTPSERVER}</span> <span class="required" id="required_mail_smtpserver"></span></td>
293                                 <td width="30%" ><slot><input type="text" id="mail_smtpserver" name="mail_smtpserver" tabindex="1" size="25" maxlength="64" value="{$mail_smtpserver}"></slot></td>
294                                 <td width="20%" scope="row"><span id="mail_smtpport_label">{$MOD.LBL_MAIL_SMTPPORT}</span></td>
295                                 <td width="30%" ><input type="text" id="mail_smtpport" name="mail_smtpport" tabindex="1" size="5" maxlength="5" value="{$mail_smtpport}"></td>
296                             </tr>
297                             <tr id="mailsettings2">
298                                 <td width="20%" scope="row"><span id='mail_smtpauth_req_label'>{$MOD.LBL_MAIL_SMTPAUTH_REQ}</span></td>
299                                 <td width="30%">
300                                     <input id='mail_smtpauth_req' name='mail_smtpauth_req' type="checkbox" class="checkbox" value="1" tabindex='1'
301                                         onclick="notify_setrequired();" {$mail_smtpauth_req}>
302                                 </td>
303                                 <td width="20%" scope="row" nowrap="nowrap"><span id="mail_smtpssl_label">{$APP.LBL_EMAIL_SMTP_SSL_OR_TLS}</span></td>
304                                 <td width="30%">
305                                 <select id="mail_smtpssl" name="mail_smtpssl" onchange="setDefaultSMTPPort()" tabindex="501">{$MAIL_SSL_OPTIONS}</select>
306                                 </td>
307                             </tr>
308                             <tr id="smtp_auth1">
309                                 <td width="20%" scope="row" nowrap="nowrap"><span id="mail_smtpuser_label">{$MOD.LBL_MAIL_SMTPUSER}</span> <span class="required"></span></td>
310                                 <td width="30%" ><slot><input type="text" id="mail_smtpuser" name="mail_smtpuser" size="25" maxlength="64" value="{$mail_smtpuser}" tabindex='1' ></slot></td>
311                                 <td scope="row">&nbsp;</td>
312                                 <td >&nbsp;</td>
313                             </tr>
314                             <tr id="smtp_auth2">
315                                 <td width="20%" scope="row" nowrap="nowrap"><span id="mail_smtppass_label">{$MOD.LBL_MAIL_SMTPPASS}</span> <span class="required"></span></td>
316                                 <td width="30%" ><slot><input type="password" id="mail_smtppass" name="mail_smtppass" size="25" maxlength="64" value="{$mail_smtppass}" tabindex='1'></slot></td>
317                                 <td scope="row">&nbsp;</td>
318                                 <td >&nbsp;</td>
319                             </tr>
320                             <tr>
321                                 <td width="20%" scope="row">
322                                     <span id="notify_allow_default_outbound_label">
323                                     {$MOD.LBL_ALLOW_DEFAULT_SELECTION}&nbsp;
324                                     <img border="0" onmouseout="return nd();" onmouseover="return overlib('{$MOD.LBL_ALLOW_DEFAULT_SELECTION_HELP}', FGCLASS, 'olFgClass', CGCLASS, 'olCgClass', BGCLASS, 'olBgClass', TEXTFONTCLASS, 'olFontClass', CAPTIONFONTCLASS, 'olCapFontClass', CLOSEFONTCLASS, 'olCloseFontClass', WIDTH, -1, NOFOLLOW, 'ol_nofollow')" src="index.php?entryPoint=getImage&themeName={$THEME}&imageName=helpInline.gif">
325                                     </span>
326                                 </td>
327                                 <td width="30%">
328                                      <slot>
329                                      <input type='hidden' name='notify_allow_default_outbound' value='0'>
330                                      <input id='notify_allow_default_outbound' name='notify_allow_default_outbound' value="2" tabindex='1' class="checkbox" type="checkbox" {$notify_allow_default_outbound_on}>
331                                      </slot>
332                                 </td>                
333                                 <td scope="row">&nbsp;</td>
334                                 <td >&nbsp;</td>
335                             </tr>                            
336                             <tr>
337                                 <td width="50%" cellspan="2" scope="row" nowrap>
338                                     <input title="{$APP.LBL_CLEAR_BUTTON_TITLE}"
339                                         class="button" type="button" name="btn_clear" accesskey="{$APP.LBL_CLEAR_BUTTON_KEY}" value="{$APP.LBL_CLEAR_BUTTON_LABEL}"
340                                         onclick="clearEmailFields();" />&nbsp;                                    
341                                     <input type="button" class="button" value="{$APP.LBL_EMAIL_TEST_OUTBOUND_SETTINGS}" 
342                                         onclick="testOutboundSettingsDialog();">&nbsp;
343                                 </td>
344                                 <td scope="row">&nbsp;</td>
345                                 <td >&nbsp;</td>
346                             </tr>
347                         </table>
348                      </div>
349                 </td>
350             </tr>       
351         </table>
352         </div>
353     </td>
354     </table>
355     <div class="nav-buttons">
356         <input title="{$MOD.LBL_WIZARD_BACK_BUTTON}"
357             class="button" type="button" name="next_tab1" value="  {$MOD.LBL_WIZARD_BACK_BUTTON}  "
358             onclick="SugarWizard.changeScreen('locale',true);" id="previous_tab_locale" />&nbsp;
359         <input title="{$MOD.LBL_WIZARD_CONTINUE_BUTTON}" class="button primary"
360             onclick="if(adjustEmailSettings())this.form.submit();" type="button" name="continue" value="{$MOD.LBL_WIZARD_CONTINUE_BUTTON}" id="next_tab_continue" />&nbsp;
361     </div>
362 </div>
363
364 </div>
365
366 </div>
367
368 <script>
369 addToValidate('ConfigureSettings', 'system_name', 'varchar', true,'System Name' );
370 </script>
371 </form>
372
373 <div id='upload_panel' style="display:none">
374     <form id="upload_form" name="upload_form" method="POST" action='index.php' enctype="multipart/form-data">
375         <input type="file" id="my_file_company" name="file_1" size="20" onchange="uploadCheck(false)"/>
376         {sugar_getimage name="sqsWait" ext=".gif" alt=$mod_strings.LBL_LOADING other_attributes='id="loading_img_company" style="display:none" '}
377     </form>
378 </div>
379
380 <div id="testOutboundDialog" class="yui-hidden">
381     <div id="testOutbound">
382         <form>
383         <table width="100%" border="0" cellspacing="0" cellpadding="0" class="edit view">
384             <tr>
385                 <td scope="row">
386                     {$APP.LBL_EMAIL_SETTINGS_FROM_TO_EMAIL_ADDR} 
387                     <span class="required">
388                     </span>
389                 </td>
390                 <td>
391                     <input type="text" id="outboundtest_from_address" name="outboundtest_from_address" size="35" maxlength="64" value="">
392                 </td>
393             </tr>
394             <tr>
395                 <td scope="row" colspan="2">
396                     <input type="button" class="button" value="   {$APP.LBL_EMAIL_SEND}   " onclick="javascript:sendTestEmail();">&nbsp;
397                     <input type="button" class="button" value="   {$APP.LBL_CANCEL_BUTTON_LABEL}   " onclick="javascript:EmailMan.testOutboundDialog.hide();">&nbsp;
398                 </td>
399             </tr>
400         </table>
401         </form>
402     </div>
403 </div>
404
405 {literal}
406 <script type='text/javascript'>
407 <!--
408 var SugarWizard = new function()
409 {
410     this.currentScreen = 'welcome';
411     
412     this.handleKeyStroke = function(e)
413     {
414         // get the key pressed
415         var key;
416         if (window.event) {
417             key = window.event.keyCode;
418         }
419         else if(e.which) {
420             key = e.which
421         }
422         
423         switch(key) {
424         case 13:
425             primaryButton = YAHOO.util.Selector.query('input.primary',SugarWizard.currentScreen,true);
426             primaryButton.click();
427             break;
428         }
429     }
430     
431     this.changeScreen = function(screen,skipCheck)
432     {
433         if ( !skipCheck ) {
434             clear_all_errors();
435             var form = document.getElementById('AdminWizard');
436             var isError = false;
437             
438             switch(this.currentScreen) {
439             case 'smtp':
440                 smtp_type = document.getElementById('AdminWizard').mail_smtptype.value;
441                 smtp_server_required = smtp_type == 'exchange' || smtp_type == 'other' ? true : false;
442             
443                 if(document.getElementById('mail_smtpuser').value != '' ||
444                    document.getElementById('mail_smtppass').value != '' ||
445                    document.getElementById('notify_allow_default_outbound').checked ||
446                    (smtp_server_required &&  document.getElementById('mail_smtpserver').value != '') 
447                    ) {
448                        
449                         if ( document.getElementById('mail_smtpserver').value == '' ) {
450                             add_error_style('AdminWizard',form.mail_smtpserver.name,
451                                 '{/literal}{$APP.ERR_MISSING_REQUIRED_FIELDS} {$MOD.LBL_MAIL_SMTPSERVER}{literal}' );
452                             isError = true;
453                         }
454                         if ( document.getElementById('mail_smtpauth_req').checked 
455                                 && document.getElementById('mail_smtpuser').value == '' ) {
456                             add_error_style('AdminWizard',form.mail_smtpuser.name,
457                                 '{/literal}{$APP.ERR_MISSING_REQUIRED_FIELDS} {$MOD.LBL_MAIL_SMTPUSER}{literal}' );
458                             isError = true;
459                         }
460                         
461                         if ( document.getElementById('mail_smtpauth_req').checked 
462                                 && document.getElementById('mail_smtppass').value == '' ) {
463                             add_error_style('AdminWizard',form.mail_smtppass.name,
464                                 '{/literal}{$APP.ERR_MISSING_REQUIRED_FIELDS} {$MOD.LBL_MAIL_SMTPPASS}{literal}' );
465                             isError = true;
466                         }                       
467                 }
468                 break;
469             default:
470                 document.getElementById('upload_panel').style.display="none";
471             }
472             if (isError == true)
473                 return false;
474         }
475         
476         document.getElementById(this.currentScreen).style.display = 'none';
477         document.getElementById(screen).style.display = 'block';
478         
479         this.currentScreen = screen;
480         
481         switch(screen) {
482         case 'system':
483             document.getElementById('upload_panel').style.display="inline";
484             document.getElementById('upload_panel').style.position="absolute";
485             YAHOO.util.Dom.setXY('upload_panel', YAHOO.util.Dom.getXY('container_upload'));
486             break;
487         case 'smtp':
488             if ( !SUGAR.smtpButtonGroup ) {
489                 SUGAR.smtpButtonGroup = new YAHOO.widget.ButtonGroup("smtpButtonGroup");
490                 SUGAR.smtpButtonGroup.subscribe('checkedButtonChange', function(e)
491                 {
492                     changeEmailScreenDisplay(e.newValue.get('value'));
493                     document.getElementById('smtp_settings').style.display = '';
494                     document.getElementById('AdminWizard').mail_smtptype.value = e.newValue.get('value');
495                 });
496                 YAHOO.widget.Button.addHiddenFieldsToForm(document.getElementById('AdminWizard'));
497             }
498             break;
499         default:
500             document.getElementById('upload_panel').style.display="none";
501         }
502     }
503
504 SugarWizard.changeScreen('{/literal}{$START_PAGE}{literal}');
505 document.onkeypress = SugarWizard.handleKeyStroke;
506
507 function adjustEmailSettings(){
508     var server = document.getElementById('mail_smtpserver'),
509         user = document.getElementById('mail_smtpuser'),
510         pass = document.getElementById('mail_smtppass'),
511         port = document.getElementById('mail_smtpport');
512     if( !server.value || !user.value || !pass.value || !port.value)
513     {
514             server.value = ""; 
515             user.value = ""; 
516             pass.value = ""; 
517             port.value = "";
518             return true;
519     } else {
520         if (validate['AdminWizard'])
521         {
522             removeFromValidate('AdminWizard', 'mail_smtpserver');
523             removeFromValidate('AdminWizard', 'mail_smtpuser');
524             removeFromValidate('AdminWizard', 'mail_smtppass');
525             removeFromValidate('AdminWizard', 'mail_smtpport');
526         }
527         if (server.value == "smtp.gmail.com" && !isValidEmail(user.value)) {
528             addToValidate("AdminWizard", 'mail_smtpuser', 'email', false, 
529               SUGAR.language.get('Configurator','LBL_GMAIL_SMTPUSER'));
530         }
531         else if (server.value == "plus.smtp.mail.yahoo.com" && !isValidEmail(user.value)) {
532             addToValidate("AdminWizard", 'mail_smtpuser', 'email', false, 
533               SUGAR.language.get('Configurator','LBL_YAHOOMAIL_SMTPUSER'));
534         }
535         addToValidateMoreThan("AdminWizard", 'mail_smtpport', 'int', false, 
536               document.getElementById("mail_smtpport_label").innerHTML, 1);
537         return check_form("AdminWizard");
538     }
539 }
540
541 function clearEmailFields() { 
542     document.getElementById('AdminWizard').mail_smtpuser.value = '';
543     document.getElementById('AdminWizard').mail_smtppass.value = '';
544     document.getElementById('notify_allow_default_outbound').checked = false;
545     changeEmailScreenDisplay(document.getElementById('AdminWizard').mail_smtptype.value);
546 }
547
548 function changeEmailScreenDisplay(smtptype)
549 {
550     document.getElementById("mail_smtpserver").value = '';
551     document.getElementById("mail_smtpport").value = '25';
552     document.getElementById("mail_smtpauth_req").checked = true;
553     document.getElementById("mailsettings1").style.display = '';
554     document.getElementById("mailsettings2").style.display = '';
555     document.getElementById("mail_smtppass_label").innerHTML = '{/literal}{$MOD.LBL_MAIL_SMTPPASS}{literal}';
556     document.getElementById("mail_smtpport_label").innerHTML = '{/literal}{$MOD.LBL_MAIL_SMTPPORT}{literal}';
557     document.getElementById("mail_smtpserver_label").innerHTML = '{/literal}{$MOD.LBL_MAIL_SMTPSERVER}{literal}';
558     document.getElementById("mail_smtpuser_label").innerHTML = '{/literal}{$MOD.LBL_MAIL_SMTPUSER}{literal}';
559     
560     switch (smtptype) {
561     case "yahoomail":
562         document.getElementById("mail_smtpserver").value = 'plus.smtp.mail.yahoo.com';
563         document.getElementById("mail_smtpport").value = '465';
564         document.getElementById("mail_smtpauth_req").checked = true;
565         var ssl = document.getElementById("mail_smtpssl");
566         for(var j=0;j<ssl.options.length;j++) {
567             if(ssl.options[j].text == 'SSL') {
568                 ssl.options[j].selected = true;
569                 break;
570             }
571         }
572         document.getElementById("mailsettings1").style.display = 'none';
573         document.getElementById("mailsettings2").style.display = 'none';
574         document.getElementById("mail_smtppass_label").innerHTML = '{/literal}{$MOD.LBL_YAHOOMAIL_SMTPPASS}{literal}';
575         document.getElementById("mail_smtpuser_label").innerHTML = '{/literal}{$MOD.LBL_YAHOOMAIL_SMTPUSER}{literal}';
576         break;
577     case "gmail":
578         document.getElementById("mail_smtpserver").value = 'smtp.gmail.com';
579         document.getElementById("mail_smtpport").value = '587';
580         document.getElementById("mail_smtpauth_req").checked = true;
581         var ssl = document.getElementById("mail_smtpssl");
582         for(var j=0;j<ssl.options.length;j++) {
583             if(ssl.options[j].text == 'TLS') {
584                 ssl.options[j].selected = true;
585                 break;
586             }
587         }
588         document.getElementById("mailsettings1").style.display = 'none';
589         document.getElementById("mailsettings2").style.display = 'none';
590         document.getElementById("mail_smtppass_label").innerHTML = '{/literal}{$MOD.LBL_GMAIL_SMTPPASS}{literal}';
591         document.getElementById("mail_smtpuser_label").innerHTML = '{/literal}{$MOD.LBL_GMAIL_SMTPUSER}{literal}';
592         break;
593     case "exchange":
594         document.getElementById("mail_smtpserver").value = '';
595         document.getElementById("mail_smtpport").value = '25';
596         document.getElementById("mail_smtpauth_req").checked = true;
597         document.getElementById("mailsettings1").style.display = '';
598         document.getElementById("mailsettings2").style.display = '';
599         document.getElementById("mail_smtppass_label").innerHTML = '{/literal}{$MOD.LBL_EXCHANGE_SMTPPASS}{literal}';
600         document.getElementById("mail_smtpport_label").innerHTML = '{/literal}{$MOD.LBL_EXCHANGE_SMTPPORT}{literal}';
601         document.getElementById("mail_smtpserver_label").innerHTML = '{/literal}{$MOD.LBL_EXCHANGE_SMTPSERVER}{literal}';
602         document.getElementById("mail_smtpuser_label").innerHTML = '{/literal}{$MOD.LBL_EXCHANGE_SMTPUSER}{literal}';
603         break;
604     }
605     notify_setrequired();
606     setDefaultSMTPPort();
607 }
608 //changeEmailScreenDisplay("{/literal}{$mail_smtptype}{literal}");
609
610 function uploadCheck(quotes){
611     //AJAX call for checking the file size and comparing with php.ini settings.
612     var callback = {
613         upload:function(r) {
614             eval("var file_type = " + r.responseText);
615             var forQuotes = file_type['forQuotes'];
616             document.getElementById('loading_img_'+forQuotes).style.display="none";
617             switch(file_type['data']){
618                 case 'other':
619                     alert(SUGAR.language.get('Configurator','LBL_ALERT_JPG_IMAGE'));
620                     document.getElementById('my_file_' + forQuotes).value='';
621                     break;
622                 case 'size':
623                     alert(SUGAR.language.get('Configurator','LBL_ALERT_SIZE_RATIO'));
624                     document.getElementById(forQuotes + "_logo").value=file_type['path'];
625                     document.getElementById(forQuotes + "_logo_image").src=file_type['path'];
626                     break;
627                 case 'file_error':
628                     alert(SUGAR.language.get('Configurator','ERR_ALERT_FILE_UPLOAD'));
629                     document.getElementById('my_file_' + forQuotes).value='';
630                     break;
631                 //File good
632                 case 'ok':
633                     document.getElementById(forQuotes + "_logo").value=file_type['path'];
634                     document.getElementById(forQuotes + "_logo_image").src=file_type['path'];
635                     break;
636                 //error in getimagesize because unsupported type
637                 default:
638                    alert(SUGAR.language.get('Configurator','LBL_ALERT_TYPE_IMAGE'));
639                    document.getElementById('my_file_' + forQuotes).value='';
640             }
641         },
642         failure:function(r){
643             alert(SUGAR.language.get('app_strings','LBL_AJAX_FAILURE'));
644         }
645     }
646     document.getElementById("company_logo").value='';
647     document.getElementById('loading_img_company').style.display="inline";
648     var file_name = document.getElementById('my_file_company').value;
649     postData = '&entryPoint=UploadFileCheck&forQuotes=false';
650     YAHOO.util.Connect.setForm(document.getElementById('upload_form'), true,true);
651     if(file_name){
652         if(postData.substring(0,1) == '&'){
653             postData=postData.substring(1);
654         }
655         YAHOO.util.Connect.asyncRequest('POST', 'index.php', callback, postData);
656     }
657 }
658
659 var urlStandard = 'sugar_body_only=true&to_pdf=true&module=Emails&action=EmailUIAjax';
660 UA = YAHOO.env.ua;
661
662 EmailMan = {};
663
664 function testOutboundSettings() {
665     var errorMessage = '';
666     var isError = false;
667     var fromAddress = document.getElementById("outboundtest_from_address").value;
668     var errorMessage = '';
669     var isError = false;
670     var smtpServer = document.getElementById('mail_smtpserver').value;
671     var smtpPort = document.getElementById('mail_smtpport').value;
672     var smtpssl  = document.getElementById('mail_smtpssl').value;
673     var mailsmtpauthreq = document.getElementById('mail_smtpauth_req');
674     if(trim(smtpServer) == '') {
675         isError = true;
676         errorMessage += "{/literal}{$APP.LBL_EMAIL_ACCOUNTS_SMTPSERVER}{literal}" + "<br/>";
677     }
678     if(trim(smtpPort) == '') {
679         isError = true;
680         errorMessage += "{/literal}{$APP.LBL_EMAIL_ACCOUNTS_SMTPPORT}{literal}" + "<br/>";
681     }
682     if(mailsmtpauthreq.checked) {
683         if(trim(document.getElementById('mail_smtpuser').value) == '') {
684             isError = true;
685             errorMessage += "{/literal}{$APP.LBL_EMAIL_ACCOUNTS_SMTPUSER}{literal}" + "<br/>";
686         }
687         if(trim(document.getElementById('mail_smtppass').value) == '') {
688             isError = true;
689             errorMessage += "{/literal}{$APP.LBL_EMAIL_ACCOUNTS_SMTPPASS}{literal}" + "<br/>";
690         }                
691     }
692     if(isError) {
693         overlay("{/literal}{$APP.ERR_MISSING_REQUIRED_FIELDS}{literal}", errorMessage, 'alert');
694         return false;    
695     } 
696     
697     testOutboundSettingsDialog();
698         
699 }
700
701 function sendTestEmail()
702 {
703     var fromAddress = document.getElementById("outboundtest_from_address").value;
704     
705     if (trim(fromAddress) == "") 
706     {
707         overlay("{/literal}{$APP.ERR_MISSING_REQUIRED_FIELDS}{literal}", "{/literal}{$APP.LBL_EMAIL_SETTINGS_FROM_TO_EMAIL_ADDR}{literal}", 'alert');
708         return;
709     }
710     else if (!isValidEmail(fromAddress)) {
711         overlay("{/literal}{$APP.ERR_INVALID_REQUIRED_FIELDS}{literal}", "{/literal}{$APP.LBL_EMAIL_SETTINGS_FROM_TO_EMAIL_ADDR}{literal}", 'alert');
712         return;
713     }
714     
715     //Hide the email address window and show a message notifying the user that the test email is being sent.
716     EmailMan.testOutboundDialog.hide();
717     overlay("{/literal}{$APP.LBL_EMAIL_PERFORMING_TASK}{literal}", "{/literal}{$APP.LBL_EMAIL_ONE_MOMENT}{literal}", 'alert');
718     
719     var callbackOutboundTest = {
720         success : function(o) {
721             hideOverlay();
722             overlay("{/literal}{$APP.LBL_EMAIL_TEST_OUTBOUND_SETTINGS}{literal}", "{/literal}{$APP.LBL_EMAIL_TEST_NOTIFICATION_SENT}{literal}", 'alert');
723         }
724     };    
725     var smtpServer = document.getElementById('mail_smtpserver').value;
726     var smtpPort = document.getElementById('mail_smtpport').value;
727     var smtpssl  = document.getElementById('mail_smtpssl').value;
728     var mailsmtpauthreq = document.getElementById('mail_smtpauth_req');
729     var mail_sendtype = 'SMTP'; 
730     var postDataString = 'mail_sendtype=' + mail_sendtype + '&mail_smtpserver=' + smtpServer + "&mail_smtpport=" + smtpPort + "&mail_smtpssl=" + smtpssl + "&mail_smtpauth_req=" + mailsmtpauthreq.checked + "&mail_smtpuser=" + trim(document.getElementById('mail_smtpuser').value) + "&mail_smtppass=" + trim(document.getElementById('mail_smtppass').value) + "&outboundtest_from_address=" + fromAddress;
731     YAHOO.util.Connect.asyncRequest("POST", "index.php?action=EmailUIAjax&module=Emails&emailUIAction=testOutbound&to_pdf=true&sugar_body_only=true", callbackOutboundTest, postDataString);
732 }
733 function testOutboundSettingsDialog() {
734         // lazy load dialogue
735         if(!EmailMan.testOutboundDialog) {
736             EmailMan.testOutboundDialog = new YAHOO.widget.Dialog("testOutboundDialog", {
737                 modal:true,
738                 visible:true,
739                 fixedcenter:true,
740                 constraintoviewport: true,
741                 width   : 600,
742                 shadow  : false
743             });
744             EmailMan.testOutboundDialog.setHeader("{/literal}{$APP.LBL_EMAIL_TEST_OUTBOUND_SETTINGS}{literal}");
745             YAHOO.util.Dom.removeClass("testOutboundDialog", "yui-hidden");
746         } // end lazy load
747         
748         EmailMan.testOutboundDialog.render();
749         EmailMan.testOutboundDialog.show();
750 } // fn
751
752 function overlay(reqtitle, body, type) {
753     var config = { };
754     config.type = type;
755     config.title = reqtitle;
756     config.msg = body;
757     YAHOO.SUGAR.MessageBox.show(config);
758 }
759
760 function hideOverlay() {
761     YAHOO.SUGAR.MessageBox.hide();
762 }
763
764 function notify_setrequired() {
765     document.getElementById("smtp_auth1").style.display = (document.getElementById('mail_smtpauth_req').checked) ? "" : "none";
766     document.getElementById("smtp_auth1").style.visibility = (document.getElementById('mail_smtpauth_req').checked) ? "visible" : "hidden";
767     document.getElementById("smtp_auth2").style.display = (document.getElementById('mail_smtpauth_req').checked) ? "" : "none";
768     document.getElementById("smtp_auth2").style.visibility = (document.getElementById('mail_smtpauth_req').checked) ? "visible" : "hidden";
769     return true;
770 }
771 notify_setrequired();
772
773 function setDefaultSMTPPort() 
774 {
775     useSSLPort = !document.getElementById("mail_smtpssl").options[0].selected;
776     
777     if ( useSSLPort && document.getElementById("mail_smtpport").value == '25' ) {
778         document.getElementById("mail_smtpport").value = '465';
779     }
780     if ( !useSSLPort && document.getElementById("mail_smtpport").value == '465' ) {
781         document.getElementById("mail_smtpport").value = '25';
782     }
783         
784 }
785 {/literal}
786 {$getNameJs}
787 -->
788 </script>