]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Prospects/Popup_picker.html
Release 6.4.0
[Github/sugarcrm.git] / modules / Prospects / Popup_picker.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 <!-- BEGIN: main -->
42 <!-- BEGIN: SearchHeader -->
43 <script type="text/javascript" src="include/javascript/popup_helper.js?v={VERSION_MARK}"></script>
44
45 <table cellpadding="0" cellspacing="0" border="0" width="100%" class="edit view">
46  <tr>
47   <td>
48         <table width="100%" border="0" cellspacing="0" cellpadding="0">
49          <tr>
50       <form action="index.php" method="post" name="popup_query_form" id="popup_query_form">
51                 <td scope="row" noWrap>{MOD.LBL_LIST_FIRST_NAME}&nbsp;&nbsp;<input type=text size="20" name="first_name" class=dataField  value="{FIRST_NAME}" /></td>
52                 <td scope="row" noWrap>{MOD.LBL_LIST_LAST_NAME}&nbsp;&nbsp;<input type=text size="20" name="last_name" class=dataField  value="{LAST_NAME}" /></td>
53                 <td align="right"><input type="hidden" name="action" value="PopupProspects"/>
54                         <input type="hidden" name="query" value="true"/>
55                         <input type="hidden" name="record" value="{RECORD_VALUE}"/>
56                         <input type="hidden" name="module" value="{MODULE_NAME}" />
57                         <input type="hidden" name="action" value="Popup" />                     
58                         <input type="hidden" name="form_submit" value="{FORM_SUBMIT}" />
59                         <input type="hidden" name="request_data" value="{request_data}" />                      
60                         <input type="hidden" name="form" value="{FORM}" />
61                         <input class="button" type="submit" name="button" value="{APP.LBL_SEARCH_BUTTON_LABEL}"/></td>
62           </form>
63          </tr>
64         </table>        
65   </td>
66  </tr>
67 </table>
68
69 <!-- END: SearchHeader -->
70
71 <table width="100%" border="0" cellspacing="0" cellpadding="0" class="list view">
72 <!-- BEGIN: list_nav_row -->
73 {PAGINATION}
74 <!-- END: list_nav_row -->
75  <tr height="20">
76         <td scope="col"  NOWRAP>{CHECKALL}</td>
77         <td scope="col" width="35%" ><slot><a href="{ORDER_BY}last_name" class="listViewThLinkS1">{MOD.LBL_LIST_NAME}{arrow_start}{last_name_arrow}{arrow_end}</a></slot></td>
78         <td scope="col" width="15%" ><slot><a href="{ORDER_BY}title" class="listViewThLinkS1">{MOD.LBL_LIST_TITLE}{arrow_start}{title_arrow}{arrow_end}</a></slot></td>
79         <td scope="col" width="35%"  nowrap><slot><a href="{ORDER_BY}email1" class="listViewThLinkS1">{MOD.LBL_LIST_EMAIL_ADDRESS}{arrow_start}{email1_arrow}{arrow_end}</a></slot></td>
80         <td scope="col" width="15%" ><slot><a href="{ORDER_BY}phone_work" class="listViewThLinkS1">{MOD.LBL_LIST_PHONE}{arrow_start}{phone_work_arrow}{arrow_end}</a></slot></td>
81
82  </tr>
83 <!-- BEGIN: row -->
84  <tr height="20"  class="{ROW_COLOR}S1">
85         <td valign="top">{PREROW}</td>
86         <td scope='row' valign=TOP><slot><{TAG_TYPE} href="#"  onclick="send_back('Prospects','{PROSPECT.ID}');">{PROSPECT.FULL_NAME}</{TAG_TYPE}></slot></td>
87         <td valign=TOP><slot>{PROSPECT.TITLE}</slot></td>
88         <td valign=TOP><slot>{PROSPECT.EMAIL1}</slot></td>
89         <td nowrap="nowrap" valign="top"><slot>{PROSPECT.PHONE_WORK}</slot></td>
90  </tr>
91  <tr>
92     <td colspan="20" class="listViewHRS1"></td>
93  </tr>
94 <!-- END: row -->
95 </table>
96 {ASSOCIATED_JAVASCRIPT_DATA}
97 <!-- END: main -->