0byt3m1n1
Path:
/
data
/
applications
/
aps
/
sugarcrm
/
6.5.16-25
/
standard
/
htdocs
/
modules
/
Campaigns
/
[
Home
]
File: WizardEmailSetup.html
<!-- /********************************************************************************* * SugarCRM Community Edition is a customer relationship management program developed by * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc. * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License version 3 as published by the * Free Software Foundation with the addition of the following permission added * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more * details. * * You should have received a copy of the GNU Affero General Public License along with * this program; if not, see http://www.gnu.org/licenses or write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA. * * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road, * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com. * * The interactive user interfaces in modified source and object code versions * of this program must display Appropriate Legal Notices, as required under * Section 5 of the GNU Affero General Public License version 3. * * In accordance with Section 7(b) of the GNU Affero General Public License version 3, * these Appropriate Legal Notices must retain the display of the "Powered by * SugarCRM" logo. If the display of the logo is not reasonably feasible for * technical reasons, the Appropriate Legal Notices must display the words * "Powered by SugarCRM". ********************************************************************************/ /********************************************************************************* ********************************************************************************/ --> {$ROLLOVER} {$ERROR} <form id="wizform" name="wizform" method="POST" action="index.php"> <input type="hidden" name="module" value="Campaigns"> <input type="hidden" name="record" value="{$ID}"> <input type="hidden" name="action"> <input type="hidden" name="return_module" value="{$RETURN_MODULE}"> <input type="hidden" name="return_id" value="{$RETURN_ID}"> <input type="hidden" name="return_action" value="{$RETURN_ACTION}"> <input type='hidden' name='campaign_type' value="{$MOD.LBL_NEWSLETTER}"> <input type="hidden" id="wiz_total_steps" name="totalsteps" value="3"> <input type="hidden" id="wiz_current_step" name="currentstep" value='0'> <input type="hidden" id="wiz_summary_step" name="wiz_summary_step" value='create_email_setup_summary'> <p> <div id ='buttons'> <table width="100%" border="0" cellspacing="0" cellpadding="0" > <tr> <td align="left" width='30%'> <table border="0" cellspacing="0" cellpadding="0" ><tr> <td><div id="back_button_div"><input id="wiz_back_button" type='button' title="{$APP.LBL_BACK}" class="button" onclick="navigate('back');" name="back" value=" {$APP.LBL_BACK}"></div></td> <td><div id="cancel_button_div"><input id="wiz_cancel_button" title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="button" onclick="this.form.action.value='{$RETURN_ACTION}'; this.form.module.value='{$RETURN_MODULE}'; this.form.record.value='{$RETURN_ID}'" type="submit" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}"></div></td> <td><div id="save_button_div"><input id="wiz_submit_button" title="{$APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="button" onclick="this.form.action.value='WizardEmailSetupSave';" type="submit" name="button" value="{$APP.LBL_SAVE_BUTTON_LABEL}" > </div></td> <td><div id="next_button_div"><input id="wiz_next_button" type='button' title="{$APP.LBL_NEXT_BUTTON_LABEL}" class="button" onclick="navigate('next');create_summary();" name="button" value="{$APP.LBL_NEXT_BUTTON_LABEL}"></div></td> </tr></table> </td> <td align="right" width='40%'><div id='wiz_location_message'></td> </tr> </table> </div> </p> <table class='other view' width="100%" border="0" cellspacing="3" cellpadding="0"> <tr> <td width="10%" style="vertical-align: top;"> <div id='nav'> <table border="0" cellspacing="0" cellpadding="0" width="100%" > <tr><td scope='row' nowrap><div id='nav_step1'>{$MOD.LBL_NAVIGATION_MENU_SETUP}</div></td></tr> <tr><td scope='row' nowrap><div id='nav_step2'>{$MOD.LBL_NAVIGATION_MENU_NEW_MAILBOX}</div></td></tr> <tr><td scope='row' nowrap><div id='nav_step3'>{$MOD.LBL_NAVIGATION_MENU_SUMMARY}</div></td></tr> </table> </div> </td> <td class='edit view' width='100%'> <div id="wiz_message"></div> <div id=wizard> <div id='step1'><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <th colspan="2" align="left" ><h4>{$MOD.LBL_NAVIGATION_MENU_SETUP}</h4></th> </tr> <tr> <td scope="row"><span sugar='slot1'> {$EMAILSETUP}{$MOD.LBL_EMAIL_SETUP_DESC} </span sugar='slot'></td></tr> <tr><td> </td></tr> <tr><td> <table width="100%" border="0" cellspacing="0" cellpadding="0" > <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20%" scope="row">{$MOD.LBL_WIZ_FROM_NAME} <span class="required">{$APP.LBL_REQUIRED_SYMBOL}</span></td> <td width="30%" ><input name="wiz_step1_notify_fromname" tabindex='1' size='25' maxlength='128' type="text" id="notify_fromname" value="{$notify_fromname}" title="{$MOD.LBL_WIZ_FROM_NAME}"></td> </tr> <tr> <td scope="row">{$MOD.LBL_MAIL_SENDTYPE}</td> <td > <select id="mail_sendtype" name="wiz_step1_mail_sendtype" title="{$MOD.LBL_MAIL_SENDTYPE}" onChange="notify_setrequired();" tabindex="1">{$mail_sendtype_options}</select> </td> </tr> <tr> <td scope="row">{$MOD.LBL_WIZ_FROM_ADDRESS} <span class="required">{$APP.LBL_REQUIRED_SYMBOL}</span></td> <td ><input name='wiz_step1_notify_fromaddress' id='notify_fromaddress' tabindex='1' size='25' maxlength='128' type="text" value="{$notify_fromaddress}" title="{$MOD.LBL_WIZ_FROM_ADDRESS}"></td></tr> <tr> <td colspan="4"> <div id="smtp_settings"> <table width="100%" cellpadding="0" cellspacing="0"> <tr> <td width="20%" scope="row">{$MOD.LBL_MAIL_SMTPSERVER} <span class="required">{$APP.LBL_REQUIRED_SYMBOL}</span></td> <td width="30%" ><input type="text" title="{$MOD.LBL_MAIL_SMTPSERVER}" name="wiz_step1_mail_smtpserver" id='mail_smtpserver' tabindex="1" size="25" maxlength="64" value="{$mail_smtpserver}"></td> <td width="20%" scope="row">{$MOD.LBL_MAIL_SMTPPORT} <span class="required">{$APP.LBL_REQUIRED_SYMBOL}</span></td> <td width="30%" ><input type="text" id='mail_smtpport' name="wiz_step1_mail_smtpport" title="{$MOD.LBL_MAIL_SMTPPORT}" tabindex="1" size="5" maxlength="5" value="{$mail_smtpport}"></td> </tr> <tr> <td scope="row"> {$MOD.LBL_MAIL_SMTPAUTH_REQ} </td> <td> <input title ="{$MOD.LBL_MAIL_SMTPAUTH_REQ}" id='mail_smtpauth_req' name='wiz_step1_mail_smtpauth_req' type="checkbox" class="checkbox" value="1" tabindex='1' onclick="notify_setrequired();" {$mail_smtpauth_req}> </td> <td width="15%" scope="row"> {$APP.LBL_EMAIL_SMTP_SSL_OR_TLS}:</td> <td width="35%" > <select id="mail_smtpssl" title="{$APP.LBL_EMAIL_SMTP_SSL_OR_TLS}" name="mail_smtpssl" tabindex="1">{$MAIL_SSL_OPTIONS}</select> </td> </tr> <tr> <td colspan="4"> <div id="smtp_auth"> <table width="100%" cellpadding="0" cellspacing="0"> <tr> <td width="20%" scope="row">{$MOD.LBL_MAIL_SMTPUSER} <span class="required">{$APP.LBL_REQUIRED_SYMBOL}</span></td> <td width="30%" ><input type="text" name="wiz_step1_mail_smtpuser" id='mail_smtpuser' title='{$MOD.LBL_MAIL_SMTPUSER}' size="25" maxlength="64" value="{$mail_smtpuser}" tabindex='1' ></td> <td width="20%" scope="row">{$MOD.LBL_MAIL_SMTPPASS} <span class="required">{$APP.LBL_REQUIRED_SYMBOL}</span></td> <td width="30%" ><input type="password" title="{$MOD.LBL_MAIL_SMTPPASS}" name="wiz_step1_mail_smtppass" id='mail_smtppass' size="25" maxlength="64" value="{$mail_smtppass}" tabindex='1'></td> </tr> </table> </div> </td> </tr> </table> </div> </td> </tr> </table> </td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr><td> </td></tr> <tr><td> </td></tr> <tr><td><h4>{$MOD.LBL_MASS_MAILING_TITLE}</h4></td></tr> <tr><td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="40%" scope="row">{$MOD.LBL_EMAILS_PER_RUN} <span class="required">{$APP.LBL_REQUIRED_SYMBOL}</span></td> <td width="50%" ><input name='wiz_step1_massemailer_campaign_emails_per_run' id='massemailer_campaign_emails_per_run' title="{$MOD.LBL_EMAILS_PER_RUN}"tabindex='1' maxlength='128' type="text" value="{$EMAILS_PER_RUN}"></td> </tr><tr> <td scope="row">{$MOD.LBL_LOCATION_TRACK} <span class="required">{$APP.LBL_REQUIRED_SYMBOL}</span></td> <td ><input type='radio' onclick="change_state(this);" name='wiz_step1_massemailer_tracking_entities_location_type' id='massemailer_tracking_entities_location_type' title="{$MOD.LBL_DEFAULT_LOCATION}" value="1" {$DEFAULT_CHECKED}>{$MOD.LBL_DEFAULT_LOCATION} <input type='radio' {$USERDEFINED_CHECKED} onclick="change_state(this);" name='wiz_step1_massemailer_tracking_entities_location_type' id='massemailer_tracking_entities_location_type' title="{$MOD.LBL_CUSTOM_LOCATION}" value="2">{$MOD.LBL_CUSTOM_LOCATION} </tr><tr> <td scope="row"></td> <td ><input name='wiz_step1_massemailer_tracking_entities_location' id='massemailer_tracking_entities_location' title="{$MOD.LBL_LOCATION_TRACK}" {$TRACKING_ENTRIES_LOCATION_STATE} maxlength='128' type="text" value="{$TRACKING_ENTRIES_LOCATION}"></td> </tr> <tr> <td scope="row"> <div id="rollover"> {$MOD.LBL_CAMP_MESSAGE_COPY} <span class="required">{$APP.LBL_REQUIRED_SYMBOL}</span> <a href="#" class="rollover"><span>{$MOD.LBL_CAMP_MESSAGE_COPY_DESC}</span><img border="0" src="{sugar_getimagepath file='helpInline.gif'}"></a> </div> </td> <td > <input type='radio' name='massemailer_email_copy' value="1" {$YES_CHECKED}>{$MOD.LBL_YES} <input type='radio' {$NO_CHECKED} name='massemailer_email_copy' value="2">{$MOD.LBL_NO} </td> </tr> </table> </td></tr></table> </td></tr></table> <script type="text/javascript" > {literal} function change_state(radiobutton) { if (radiobutton.value == '1') { radiobutton.form['wiz_step1_massemailer_tracking_entities_location'].disabled=true; {/literal} radiobutton.form['wiz_step1_massemailer_tracking_entities_location'].value='{$MOD.TRACKING_ENTRIES_LOCATION_DEFAULT_VALUE}'; {literal} } else { radiobutton.form['wiz_step1_massemailer_tracking_entities_location'].disabled=false; radiobutton.form['wiz_step1_massemailer_tracking_entities_location'].value='{/literal}{$SITEURL}{literal}'; } }{/literal} </script> </div> <div id='step2'><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="2"><h3>{$MOD.LBL_NAVIGATION_MENU_NEW_MAILBOX}</h3></td> <td colspan="2"> </td> </tr> <tr> <td scope="row" colspan ='3'>{$MAILBOXES_DETECTED_MESSAGE}</td></td> </td> </tr> <tr><td scope="row"><input type='hidden' id='wiz_new_mbox' name='wiz_new_mbox' value='0'> <input title ="{$MOD.LBL_MAIL_SMTPAUTH_REQ}" id='create_mbox' name='wiz_create_mbox' type="checkbox" class="checkbox" onclick="notify_setrequired();" {$MBOX_NEEDED}> {$MOD.LBL_CREATE_MAILBOX}</td> <td colspan='3'> </td></tr> </table> <div id="new_mbox"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" scope="row" width="20%" NOWRAP> <slot>{$MOD.LBL_MAILBOX_NAME} <span class="required">{$APP.LBL_REQUIRED_SYMBOL}</span> </slot></td> <td valign="top" width="30%"> <slot><input id='name' name='wiz_step2_name' title='{$MOD.LBL_MAILBOX_NAME}' tabindex='10' size='30' maxlength='255' type="text" value="" ></slot></td> <td valign="top" scope="row" width="20%" NOWRAP> <slot>{$MOD.LBL_FROM_ADDR}: </slot></td> <td valign="top" width="30%" NOWRAP> <slot><input name="wiz_step2_from_addr" id="from_addr" title='{$MOD.LBL_FROM_ADDR}' size='30'> </slot></td> </tr> <tr> <td valign="top" scope="row"> <slot>{$MOD.LBL_SERVER_URL}: <span class="required">{$APP.LBL_REQUIRED_SYMBOL}</span> </slot></td> <td valign="top" width="30%"> <slot><input title='{$MOD.LBL_SERVER_URL}' name='wiz_step2_server_url' id='server_url' tabindex='20' size='30' maxlength='100' type="text" value="" ></slot></td> <td valign="top" scope="row"> <slot>{$MOD.LBL_LOGIN}: <span class="required">{$APP.LBL_REQUIRED_SYMBOL}</span> </slot></td> <td valign="top" width="30%"> <slot><input title="{$MOD.LBL_LOGIN}" name='wiz_step2_email_user' id='email_user' tabindex='70' size='30' maxlength='100' type="text" value="" ></slot></td> </tr> <tr> <td valign="top" scope="row" width="20%" NOWRAP> <slot>{$MOD.LBL_SERVER_TYPE}: <span class="required">{$APP.LBL_REQUIRED_SYMBOL}</span> </slot></td> <td valign="top" width="30%"> <slot> <select title='{$MOD.LBL_SERVER_TYPE}' name='wiz_step2_protocol' id='protocol' tabindex='30' onchange="toggle_monitored_folder(this); setPortDefault();" >{$PROTOCOL}</select></slot></td> <td valign="top" scope="row"> <slot>{$MOD.LBL_PASSWORD}: <span class="required">{$APP.LBL_REQUIRED_SYMBOL} </slot></td> <td valign="top" width="30%"> <slot><input id='email_password' title="{$MOD.LBL_PASSWORD}" name='wiz_step_email_password' tabindex='80' size='30' maxlength='100' type="password" value="{$PASSWORD}" {$IE_DISABLED}></span></slot></td> </tr> <tr> <td valign="top" scope="row" width="20%" NOWRAP> <slot>{$MOD.LBL_PORT}: <span class="required">{$APP.LBL_REQUIRED_SYMBOL}</span> </slot></td> <td valign="top" width="30%"> <slot> <input title="{$MOD.LBL_PORT}" type='text' name='wiz_step2_port' id='port' tabindex="40" value="{$PORT}" size='10'> <td valign="top" scope="row" width="20%" NOWRAP> <slot><div id='label_inbox' style="{$DISPLAY}">{$MOD.LBL_MAILBOX}: <span class="required">{$APP.LBL_REQUIRED_SYMBOL}</div></span> </slot></td> <td valign="top" width="30%"> <slot><div id='inbox' style="{$DISPLAY}"><input id="mailbox" name='mailbox' title="{$MOD.LBL_MAILBOX}" tabindex='90' size='30' maxlength='50' type="text" value="{$MOD.LBL_MAILBOX_DEFAULT}"></div> </slot></td> </tr> <tr> <td valign="top" scope="row" width="1%" NOWRAP> <div class="maybe"> <slot>{$MOD.LBL_SSL}: </slot> </div> </td> <td valign="top" width="33%"> <slot> <div class="maybe"> <div id="rollover"> <a href="#" class="rollover"><span>{$MOD.LBL_SSL_DESC}</span><img border="0" src="{sugar_getimagepath file='helpInline.gif'}"></a> </div> <input name='ssl' id='ssl' tabindex='45' type='checkbox' class="checkbox" value="1" onClick="setPortDefault();" title="{$MOD.LBL_SSL}" {$IE_DISABLED}> </div> </slot> </td> </tr> </table> </div> </div> <div id='step3'> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr><td> <h3>{$MOD.LBL_NAVIGATION_MENU_SUMMARY}</h3> </td></tr> <tr><td> <div id='wiz_summ'></div> </td></tr> </table> </div> </div> </td> </tr> </table> </form> <input id="mark_read" type='hidden'> <div id='pop3_warn'></div> {sugar_getscript file="modules/Campaigns/wizard.js"} {sugar_getscript file="modules/InboundEmail/InboundEmail.js"} {$WIZ_JAVASCRIPT} {$DIV_JAVASCRIPT} {$JAVASCRIPT}