]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Users/Popup_Users_picker.html
Release 6.5.0
[Github/sugarcrm.git] / modules / Users / Popup_Users_picker.html
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
39  ********************************************************************************/
40 -->
41 <!-- BEGIN: main -->
42 <!-- BEGIN: SearchHeader -->
43
44 {SET_RETURN_JS}
45
46 <table cellpadding="0" cellspacing="0" border="0" width="100%">
47 <tr><td>
48 <table width="100%" border="0" cellspacing="0" cellpadding="0">
49 <tr>
50 <form class="edit view">
51 <td scope="row" nowrap="nowrap"><slot>{MOD.LBL_FIRST_NAME}</slot></td>
52 <td ><slot><input type="text" size="10" tabindex='1' name="first_name"  value="{LAST_SEARCH.FIRST_NAME}" /></slot></td>
53 <td scope="row" valign="top" nowrap="nowrap"><slot>{MOD.LBL_USER_NAME}</slot></td>
54 <td ><slot><input type="text" size="10" tabindex='2' name="user_name"  value="{LAST_SEARCH.USER_NAME}" /></slot></td>
55 <td rowspan='2' valign="top" align="right"><input type="hidden" name="action" value="PopupUsers"/>
56 <input type="hidden" name="query" value="true"/>
57 <input type="hidden" name="module" value="{MODULE_NAME}" />
58 <input type="hidden" name="record" value="{RECORD_VALUE}" />
59 <input type="hidden" name="form_submit" value="{FORM_SUBMIT}" />
60 <input type="hidden" name="form" value="{FORM}" />
61 <input type="hidden" name="parent_id" value="{parent_id}" />
62 <input type="hidden" name="parent_name" value="{parent_name}" />
63 <input class="button" type="submit" name="button" tabindex='2' value="{APP.LBL_SEARCH_BUTTON_LABEL}" /></slot></td>
64 </tr><tr>
65 <td scope="row" nowrap="nowrap"><slot>{MOD.LBL_LAST_NAME}</slot></td>
66 <td ><slot><input type="text" size="10" tabindex='1' name="last_name"  value="{LAST_SEARCH.LAST_NAME}" /></slot></td>
67 <td scope="row" nowrap="nowrap"><slot>&nbsp;</slot></td>
68 <td ><slot>&nbsp;</slot></td>
69 </form>
70 </tr>
71 </table>
72 </td></tr></table>
73 <!-- END: SearchHeader -->
74 <!-- BEGIN: SearchHeaderEnd -->
75
76 </td></tr>
77 </table>
78 </td></tr></table>
79 </form>
80 <!-- END: SearchHeaderEnd -->
81
82 <table cellpadding="0" cellspacing="0" width="100%" border="0" class="list view">
83 <!-- BEGIN: list_nav_row -->
84 {PAGINATION}
85 <!-- END: list_nav_row -->
86 <tr height="20" >
87 <td scope="col"  nowrap="nowrap">{CHECKALL}</td>
88 <td scope="col" width="50%"  nowrap="nowrap"><slot><a href="{ORDER_BY}last_name" class="listViewThLinkS1">{MOD.LBL_LIST_NAME}{arrow_start}{first_name_arrow}{arrow_end}</a></slot></td>
89 <td scope="col" width="50%"  nowrap="nowrap"><slot><a href="{ORDER_BY}user_name" class="listViewThLinkS1" >{MOD.LBL_LIST_USER_NAME}{arrow_start}{user_name_arrow}{arrow_end}</a></slot></td>
90 </tr>
91
92 <!-- BEGIN: row -->
93 <tr height="20" class="{ROW_COLOR}S1">
94 <td valign="top">{PREROW}</td>
95 <td scope='row' valign="top" ><slot>{USER.FIRST_NAME} {USER.LAST_NAME}</slot></td>
96 <td valign="top" ><slot>{USER.USER_NAME}</slot></td>
97 </tr>
98
99 <!-- END: row -->
100 </form>
101 </table>
102 <!-- END: main -->