]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Leads/tpls/ConvertLeadFooter.tpl
Release 6.5.0
[Github/sugarcrm.git] / modules / Leads / tpls / ConvertLeadFooter.tpl
1 {*
2 /*********************************************************************************
3  * SugarCRM Community Edition is a customer relationship management program developed by
4  * SugarCRM, Inc. Copyright (C) 2004-2012 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 {literal}
39 <script type="text/javascript">
40     var accountText = document.getElementById('account_name');
41
42     // add focus() to the onclick event handler of the clear account name button
43     // because we need onblur to be triggered after account name is cleared
44     var clearButton = document.getElementById('btn_clr_account_name');
45     if (clearButton && accountText) {
46         clearButton.attributes['onclick'].value = "accountText.focus();" + clearButton.attributes['onclick'].value + "clearButton.focus();";
47     }
48
49     // add onblur event handler to the account name text to update the module dropdown
50     var account_name = document.getElementById('account_name');
51
52     function onBlurKeyUpHandler() {
53         var dropdown = document.getElementById('lead_conv_ac_op_sel');
54         if (!dropdown || !account_name) {
55             return;
56         }
57         var found = false;
58         var i;
59         var module = 'Accounts';
60         for (i=dropdown.options.length-1; i>=0; i--) {
61             if (dropdown.options[i].value == module) {
62                 found = true;
63                 if (account_name.value == '') {
64                     dropdown.remove(i);
65                 }
66                 break;
67             }
68         }
69         if (!found && account_name.value != '') {
70             var opt = document.createElement("option");
71             opt.text = SUGAR.language.get('app_list_strings', "moduleListSingular")[module];
72             opt.value = module;
73             opt.label = opt.text;
74             dropdown.options.add(opt);
75         }
76     }
77     if (account_name) {
78         account_name.onblur = onBlurKeyUpHandler;
79         account_name.onkeyup = onBlurKeyUpHandler;
80     }
81 </script>
82 {/literal}
83
84 {if $lead_conv_activity_opt == 'move'}
85 <table width="100%" border="0" cellspacing="1" cellpadding="0"  class="{$def.templateMeta.panelClass|default:'edit view'}" id ="lead_conv_ac_op">
86 <tr>
87     <td width="15%" class="rssItemDate">
88         {sugar_translate label='LBL_ACTIVITIES_MOVE' module='Leads'}:&nbsp;{sugar_help text=$MOD.LBL_ACTIVITIES_MOVE_HELP}
89     </td>
90     <td>
91         <select id="lead_conv_ac_op_sel" name="lead_conv_ac_op_sel">
92             {$convertModuleListOptions}
93         </select>
94     </td>
95 </tr>
96 </table>
97 {elseif $lead_conv_activity_opt == 'copy' || $lead_conv_activity_opt == ''}
98 <table width="100%" border="0" cellspacing="1" cellpadding="0"  class="{$def.templateMeta.panelClass|default:'edit view'}" id ="lead_conv_ac_op">
99 <tr>
100     <td width="15%" class="rssItemDate">
101         {sugar_translate label='LBL_ACTIVITIES_COPY' module='Leads'}:&nbsp;{sugar_help text=$MOD.LBL_ACTIVITIES_COPY_HELP}
102     </td>
103     <td>
104         <select id="lead_conv_ac_op_sel" name="lead_conv_ac_op_sel[]" size="5" multiple="">
105             {$convertModuleListOptions}
106         </select>
107     </td>
108 </tr>
109 </table>
110 {/if}
111
112 <table width="100%" cellpadding="0" cellspacing="0" border="0">
113 <tr>
114 <td class="buttons">
115 {if $bean->aclAccess("save")}
116     <input title='{sugar_translate label="LBL_SAVE_BUTTON_LABEL"}' class="button primary"
117         onclick="return check_form('{$form_name}');"
118         type="submit" name="button" id="SAVE_FOOTER" value="{sugar_translate label='LBL_SAVE_BUTTON_LABEL'}">
119 {/if}
120
121 {if !empty($smarty.request.return_action) && ($smarty.request.return_action == "DetailView" && !empty($record_id))}
122     <input title="{sugar_translate label='LBL_CANCEL_BUTTON'}"  class="button"
123         onclick="this.form.action.value='DetailView'; this.form.module.value='{$smarty.request.return_module}'; this.form.record.value='{$smarty.request.return_id}';"
124         type="submit" id="CANCEL_FOOTER" name="button" value="{sugar_translate label='LBL_CANCEL_BUTTON_LABEL'}">
125 {elseif !empty($smarty.request.return_action) && ($smarty.request.return_action == "DetailView" && !empty($smarty.request.return_id))}';
126     <input title="{sugar_translate label='LBL_CANCEL_BUTTON_TITLE'}" class="button"
127         onclick="this.form.action.value='DetailView'; this.form.module.value='{$smarty.request.return_module}'; this.form.record.value='{$smarty.request.return_id}';"
128         type="submit" id="CANCEL_FOOTER" name="button" value="{sugar_translate label='LBL_CANCEL_BUTTON_LABEL'}">
129 {else}
130     <input title="{sugar_translate label='LBL_CANCEL_BUTTON_TITLE'}"  class="button"
131         onclick="this.form.action.value='DetailView'; this.form.module.value='Leads'; this.form.record.value='{$smarty.request.record}';"
132         type="submit" id="CANCEL_FOOTER" name="button" value="{sugar_translate label='LBL_CANCEL_BUTTON_LABEL'}">
133 {/if}
134 </td>
135 </tr>
136 </table>