]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/MailMerge/Step2.html
Release 6.3.0RC3
[Github/sugarcrm.git] / modules / MailMerge / Step2.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  * {APP.LBL_CURRENCY_SYM}Header: /cvsroot/sugarcrm/sugarcrm/modules/Contacts/EditView.html,v 1.22 2004/07/16 04:04:42 sugarclint Exp {APP.LBL_CURRENCY_SYM}
39  ********************************************************************************/
40 -->
41 <!-- BEGIN: main -->
42 <!-- BEGIN: error -->
43 <span class="error">{ERROR}</span>
44 <!-- END: error -->
45
46
47                         <form enctype="multipart/form-data" name="MailMerge" method="POST" action="index.php" onsubmit='return false'>
48                         <input type="hidden" name="module" value="MailMerge">
49                         <input type="hidden" name="step" id="step" value="{STEP}">
50                         <input type="hidden" name="action" value="index">
51                         <input type="hidden" name="return_module" value="{RETURN_MODULE}">
52                         <input type="hidden" name="return_id" value="{RETURN_ID}">
53                         <input type="hidden" name="return_action" value="{RETURN_ACTION}">              
54                         <input type="hidden" name="selected_objects" id="selected_objects">
55 <p>
56 <table width="100%" border="0" cellspacing="0" cellpadding="0" class="edit view">
57 <tr>
58 <td>
59         <table border="0" cellspacing="0" cellpadding="0">
60         <tr>
61         <th align="left" scope="row" colspan="2"><h4 class="">{MAIL_MERGE_HEADER_STEP_2}</h4></th>
62         </tr>
63         <tr><td><slot>&nbsp;</slot></td></tr>
64         <tr>
65         <td><input type='text' id="searchText" name="searchText" ONKEYDOWN="javascript:return displayKeyCode(event)"></td>
66         <td><input type="submit" id="searchSubmit" value="Search" accessKey="" onClick="search();" class='button'></td>
67         </tr>
68         <tr><td>{MAIL_MERGE_CAMPAIGN_PROSPECT_SELECTOR}</td></tr>
69         </table>
70         <table>
71         <tr>
72                 <td>
73                 {MAILMERGE_PREV}
74                 <span id="result_count"></span>
75                 {MAILMERGE_NEXT}
76                 </td>
77                 </tr>
78         <tr>
79         <td  colspan='1'>
80         
81                 <table border="0" cellspacing="0" cellpadding="0">
82                         <tr>
83                                 <td scope="row">Available
84                                         <table>
85                                                 <tr>
86                                                         <td><slot><select id="display_objs" name="display_objs[]" size="10" multiple="multiple" ></select></slot></td>
87                                                 </tr>
88                                         </table>
89                                 </td>
90                         </tr>
91                 </table>
92         </td>
93         <td>
94         {MAILMERGE_LEFT_TO_RIGHT}
95         <br>
96         {MAILMERGE_RIGHT_TO_LEFT}
97         </td>
98         <td  colspan='1'>
99         
100                 <table border="0" cellspacing="0" cellpadding="0">
101                         <tr>
102                                 <td scope="row">Selected
103                                         <table>
104                                                 <tr>
105                                                         <td><slot><select id="selected_objs" name="selected_objs[]" size="10" multiple="multiple" >{MAILMERGE_PRESELECTED_OBJECTS}</select></slot></td>
106                                                 </tr>
107                                         </table>
108                                 </td>
109                         </tr>
110                 </table>
111         </td>
112         </tr>
113 </table>
114 </td>
115 </tr>
116 <tr><td>{MAIL_MERGE_CONTAINS_CONTACT_INFO}</td></tr>
117 </table>
118 </p>
119 <p><table width="100%" cellpadding="2" cellspacing="0" border="0"><tr> 
120         <td align="left"><input id="prevButton" title="{MOD.LBL_BACK}" accessKey="" class="button" type="submit" name="button" value="  {MOD.LBL_BACK}  "  onclick="this.form.step.value='1'; return submit_form();"></td>
121         <td align="right"><input id="nextButton" title="{MOD.LBL_NEXT}" accessKey="" class="button" type="submit" name="button" value="  {MOD.LBL_NEXT}  "  onclick="set_selected_items();return validateForm();"></td>
122 </tr>
123 </table>  </p>
124         </form>
125 {JAVASCRIPT}
126 <script type="text/javascript">{JSON_CONFIG_JAVASCRIPT}</script>
127 <script type="text/javascript" src="include/javascript/jsclass_base.js?s={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}"></script>
128 <script type="text/javascript" src="include/javascript/jsclass_async.js?s={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}"></script>
129
130 <script>
131 var module = "{MAILMERGE_MODULE}";
132 var mOffset = 0;
133 var max = 20;
134 var mWhere = "{MAILMERGE_WHERE}";
135 var orderBy = '';
136 var relModule = '';
137 var mTerm = '';
138
139 function submit_form()
140 {
141         document.MailMerge.submit();
142 }
143
144 function ResponseObj()
145 {
146 }
147
148 function ajaxSuccess(data)
149 {        
150     var result = YAHOO.lang.JSON.parse(data.responseText);
151     result = result.result;
152         var prevButton = document.getElementById("prevButton");
153         var nextButton = document.getElementById("nextButton");
154         
155         var prevItems = document.getElementById("prevItems");
156         var nextItems= document.getElementById("nextItems");
157         var dispCount = max;
158         var dispMin = mOffset;
159         if(result.result_count < max)
160         {
161                 dispCount = result.result_count;
162                 nextItems_disabled = true;
163         }
164         if(result.result_count < (mOffset + max))
165         {
166                 nextItems_disabled = true;
167         }
168         else
169         {
170                 nextItems_disabled = false;
171         }
172         if(mOffset == 0)
173         {
174                 prevItems_disabled = true;
175         }
176         else
177         {
178                 prevItems_disabled = false;
179         }
180         if(result.result_count > 0)
181         {
182                 dispMin = mOffset + 1;
183         }
184     var spanMax = 0 + parseInt(mOffset,10) + parseInt(dispCount,10);
185     if ( spanMax > parseInt(result.result_count,10) ) {
186         spanMax = parseInt(result.result_count);
187     }
188         var spanText = "("+(dispMin) + " - " + spanMax + " of " + result.result_count+")";
189         document.getElementById("result_count").innerHTML = spanText;
190         var displayObjs = document.getElementById("display_objs");
191         displayObjs.options.length = 0;
192         var isLeadOrContact = false;
193         if(module == 'Contacts' || module == 'Leads' || module == 'CampaignProspects')
194         {
195                 isLeadOrContact = true;
196         }
197         for (i = 0; i < result.entry_list.length; i++)
198         {
199                 var id = '';
200                 var name = '';
201                 var name1 = '';
202                 var name2 = '';
203                 id = result.entry_list[i]['name_value_list'].id.value;
204                 if(isLeadOrContact)
205                 {
206                         name1 = result.entry_list[i]['name_value_list'].first_name.value;
207                         name2 = result.entry_list[i]['name_value_list'].last_name.value;
208                 }
209                 else
210                 {
211                         name1 = '';
212                         name2 = result.entry_list[i]['name_value_list'].name.value;
213                 }
214                 name = name1 + ' ' + name2;
215                 displayObjs.options[displayObjs.length] = new Option(name, id);
216         }
217             
218         prevButton.disabled = false;
219         nextButton.disabled = false;
220 }
221 function increaseOffset()
222 {
223     if(!nextItems_disabled) {
224         mOffset += 20;
225         getObjects();
226     }
227 }
228
229 function decreaseOffset()
230 {
231     if(!prevItems_disabled) {
232             mOffset -= 20;
233         getObjects();
234     }
235 }
236
237 function getObjects()
238 {
239         var prevButton = document.getElementById("prevButton");
240         var nextButton = document.getElementById("nextButton");
241         
242         prevButton.disabled = true;
243         nextButton.disabled = true;
244         getOrderBy();
245         
246         //rrs
247     var qs = 'index.php?module=MailMerge&action=search&qModule='+module+'&rel_module='+relModule+'&term='+mTerm+'&max='+max+'&order_by='+orderBy+'&offset='+mOffset;
248         var cObj = YAHOO.util.Connect.asyncRequest('GET', qs,{success: ajaxSuccess, failure: ajaxSuccess}, null);
249
250
251 }
252
253 function moveRight()
254 {
255         var displayObjs =  document.getElementById("display_objs");
256         var selObjs = document.getElementById("selected_objs");
257         
258         for (i=0;i<displayObjs.options.length;i++)
259         {
260                 if(displayObjs[i].selected)
261                 {
262                         var current = displayObjs.options[i];
263                         selObjs.options.add(new Option(current.text, current.value));
264                 }
265         }
266         //remove them now
267         for (i = displayObjs.length - 1; i>=0; i--) {
268         try
269         {
270                 if(displayObjs.options[i].selected)
271                 {
272                         displayObjs.remove(i);          
273                 }
274         }
275                 catch(e){}
276                 
277         }
278 }
279
280 function moveLeft()
281 {
282         var selObjs = document.getElementById("selected_objs");
283         var displayObjs =  document.getElementById("display_objs");
284         for (i=0;i<selObjs.options.length;i++)
285         {
286                 if(selObjs[i].selected)
287                 {
288                         var current = selObjs.options[i];
289                         displayObjs.options.add(new Option(current.text, current.value));
290                 }
291         }
292         for (i = selObjs.length - 1; i>=0; i--) {
293         try
294         {
295                 if(selObjs.options[i].selected)
296                 {
297                         selObjs.remove(i);
298
299                 }
300         }
301                 catch(e){}
302                 
303         }
304 }
305
306 function set_selected_items()
307 {
308 var selObjs = document.getElementById("selected_objs");
309
310 var containsContactInfo = document.getElementById("contains_contact_info");
311 var step = document.getElementById("step");
312 var selected_objects = '';
313
314 for(i=0; i < selObjs.options.length ;i++)
315 {
316          selected_objects += selObjs.options[i].value+"="+selObjs.options[i].text.replace(/&/g, "##")+"&";
317 }
318
319         document.MailMerge.selected_objects.value = selected_objects;
320 //BEGIN CHANGE 38959 -- raagaard
321         if(containsContactInfo != null && containsContactInfo.options[containsContactInfo.selectedIndex].value)
322 //END CHANGE 38959 -- raagaard
323         {
324                 step.value = "3";
325         }
326         else
327         {
328                 step.value = "4";
329         }
330
331 }
332
333 function displayKeyCode(evt)
334  {
335          var charCode = (evt.which) ? evt.which : event.keyCode;
336          if(charCode=='13')
337          {
338                  search();
339          }
340  }
341
342 function search(searchText)
343 {
344         var searchInput = document.getElementById("searchText");
345         searchText = searchInput.value;
346         var where = '';
347         if(searchText != '')
348         {
349         mTerm = searchText;
350                 if(module == 'CampaignProspects'){
351                         var prospectType = document.getElementById("campaign_prospect_type");
352                         var lmodule = prospectType.value.toLowerCase();
353             relModule = lmodule;
354                 }
355         }
356     mOffset = 0;
357         getObjects();
358 }
359
360 function getOrderBy()
361 {
362         var order = '';
363         if(module == 'Contacts' || module == 'Leads')
364         {
365                 order = module+".last_name";
366         }
367         else
368         {
369                 order = module+".name";
370         }
371         
372         orderBy = order.toLowerCase();
373 }
374 function validateForm()
375 {
376         var selObjs = document.getElementById("selected_objs");
377         
378         if(selObjs.options.length > 0)
379         {
380                 document.MailMerge.submit();
381                 return true;
382         }
383         else
384         {
385                 alert("Please select at least one item.");
386                 return false;
387         }       
388 }
389 if({MAILMERGE_GET_OBJECTS}){
390         getObjects();
391 }
392 </script>
393 <!-- END: main -->