]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Campaigns/WizardNewsletter.html
Release 6.4.0
[Github/sugarcrm.git] / modules / Campaigns / WizardNewsletter.html
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
39  ********************************************************************************/
40 -->
41
42 {$ROLLOVERSTYLE}
43 <form  id="wizform" name="wizform" method="POST" action="index.php">
44         <input type="hidden" name="module" value="Campaigns">
45         <input type="hidden" name="record" value="{$ID}">
46         <input type="hidden" id="action" name="action">
47         <input type="hidden" name="return_module" value="{$RETURN_MODULE}">
48         <input type="hidden" name="return_id" value="{$RETURN_ID}">
49         <input type="hidden" name="return_action" value="{$RETURN_ACTION}">
50         <input type='hidden' name='campaign_type' value="{$MOD.LBL_NEWSLETTER_FORENTRY}">
51         <input type="hidden" id="wiz_total_steps" name="totalsteps" value="{$TOTAL_STEPS}">
52         <input type="hidden" id="wiz_current_step" name="currentstep" value='1'>
53         <input type="hidden" id="direction" name="wiz_direction" value='exit'>
54
55 <table class='other view' cellspacing="1">
56 <tr>
57 <td rowspan='2' width="10%" scope='row'>
58 <div id='nav' >
59 {$NAV_ITEMS}
60
61 </div>
62
63 </td>
64 <td class='tabForm' rowspan='2' width='100%'>
65 <div id="wiz_message"></div>
66 <div id=wizard>
67
68 {$STEPS}
69
70
71 </div>
72 </td>
73 <td width='5%'></td>
74 </tr>
75 </table>
76 <div id ='buttons'>
77 <table width="100%" border="0" cellspacing="0" cellpadding="0" >
78 <tr>
79         <td  align="right" width='40%'><div id='wiz_location_message'></td>
80         <td  align="right" width='30%'>
81                 <table><tr>
82                         <td><div id="back_button_div"><input id="wiz_back_button" type='button' title="{$APP.LBL_BACK}" class="button" onclick="javascript:navigate('back');"  name="back" value="  {$APP.LBL_BACK}"></div></td>
83                         <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='WizardHome'; this.form.module.value='Campaigns'; this.form.record.value='{$RETURN_ID}';" type="submit" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}"></div></td>
84                         <td nowrap="nowrap">
85                         <div id="save_button_div">
86                                 <input id="wiz_submit_button" class="button" onclick="this.form.action.value='WizardNewsletterSave';this.form.direction.value='continue';gatherTrackers();"  accesKey="{$APP.LBL_SAVE_BUTTON_TITLE}" type="{$HIDE_CONTINUE}" name="button" value="{$MOD.LBL_SAVE_CONTINUE_BUTTON_LABEL}" >
87                                 <input id="wiz_submit_finish_button" class="button" onclick="this.form.action.value='WizardNewsletterSave';this.form.direction.value='exit';gatherTrackers();"  accesKey="{$APP.LBL_SAVE_BUTTON_TITLE}" type="submit" name="button" value="{$MOD.LBL_SAVE_EXIT_BUTTON_LABEL}" >
88                         </div></td>
89                         <td><div id="next_button_div"><input id="wiz_next_button" type='button' title="{$APP.LBL_NEXT_BUTTON_LABEL}" class="button" onclick="javascript:navigate('next');" name="button" value="{$APP.LBL_NEXT_BUTTON_LABEL}"></div></td>
90                 </tr></table>
91         </td>
92 </tr>
93 </table>
94 </div>
95 </form>
96
97 {sugar_getscript file="modules/Campaigns/wizard.js"}
98 {sugar_getscript file="cache/include/javascript/sugar_grp_overlib.js"}
99 <div id='overDiv' style='position:absolute; visibility:hidden; z-index:1000;'></div>
100
101 {$WIZ_JAVASCRIPT}
102 {$DIV_JAVASCRIPT}
103 {$JAVASCRIPT}
104 <script language="javascript">
105 {$HILITE_ALL}
106 </script>
107