]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Emails/templates/advancedSearch.tpl
Release 6.4.0
[Github/sugarcrm.git] / modules / Emails / templates / advancedSearch.tpl
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 <form name="advancedSearchForm" id="advancedSearchForm">
39 <table cellpadding="4" cellspacing="0" border="0" id='advancedSearchTable'>
40         <tr><td>&nbsp;</td></tr>
41         <tr>
42                 <td class="advancedSearchTD">
43                         {$app_strings.LBL_EMAIL_SUBJECT}:<br/>
44                         <input type="text" class="input" name="name" id="searchSubject" size="20">
45                 </td>
46         </tr>
47         <tr>
48                 <td class="advancedSearchTD">
49                         {$app_strings.LBL_EMAIL_FROM}:<br/>
50                         <input type="text" class="input" name="from_addr" id="searchFrom" size="20">
51                 </td>
52         </tr>
53         <tr>
54                 <td class="advancedSearchTD">
55                         {$app_strings.LBL_EMAIL_TO}:<br/>
56                         <input type="text" class="input" name="to_addrs" id="searchTo" size="20">
57                 </td>
58         </tr>
59     <tr class="toggleClass visible-search-option">
60         <td ><a href="javascript:void(0);" onclick="SE.search.toggleAdvancedOptions();">{$mod_strings.LBL_MORE_OPTIONS}</a></td>
61         <td>&nbsp;</td>
62     </tr>
63         <tr class="toggleClass yui-hidden">
64                 <td class="advancedSearchTD" style="padding-bottom: 2px">
65                         {$app_strings.LBL_EMAIL_SEARCH_DATE_FROM}:&nbsp;<i>({$dateFormatExample})</i><br/>
66                         <input name='searchDateFrom' id='searchDateFrom' onblur="parseDate(this, '{$dateFormat}');" maxlength='10' size='11' value="" type="text">&nbsp;
67                         {sugar_getimage name="jscalendar" ext=".gif" alt=$app_strings.LBL_ENTER_DATE other_attributes='align="absmiddle" id="searchDateFrom_trigger" '}
68                 </td>
69         </tr>
70
71         <tr class="toggleClass yui-hidden">
72                 <td class="advancedSearchTD">
73                         {$app_strings.LBL_EMAIL_SEARCH_DATE_UNTIL}:&nbsp;<i>({$dateFormatExample})</i><br/>
74                         <input name='searchDateTo' id='searchDateTo' onblur="parseDate(this, '{$dateFormat}');" maxlength='10' size='11' value="" type="text">&nbsp;
75                         {sugar_getimage name="jscalendar" ext=".gif" alt=$app_strings.LBL_ENTER_DATE other_attributes='align="absmiddle" id="searchDateTo_trigger" '}           
76                 </td>
77         </tr>
78
79     <tr class="toggleClass yui-hidden">
80         <td class="advancedSearchTD">
81         {sugar_translate label="LBL_ASSIGNED_TO"}: <br/>
82         <input name="assigned_user_name" class="sqsEnabled" tabindex="2" id="assigned_user_name" size="" value="{$currentUserName}" type="text" >
83         <input name="assigned_user_id" id="assigned_user_id" value="{$currentUserId}" type="hidden">      
84         
85         <a href="javascript:void(0);">
86             <img src="{sugar_getimagepath file='select.gif'}" align="absmiddle" border="0" alt=$mod_strings.LBL_EMAIL_SELECTOR onclick='open_popup("Users", 600, 400, "", true, false, {literal}{"call_back_function":"set_return","form_name":"advancedSearchForm","field_to_name_array":{"id":"assigned_user_id","name":"assigned_user_name"}}{/literal}, "single", true);'>
87         </a>
88         </td>
89     </tr>
90       <tr class="toggleClass yui-hidden">
91         <td class="advancedSearchTD">
92         {$mod_strings.LBL_HAS_ATTACHMENT}<br/>
93         {html_options options=$attachmentsSearchOptions name='attachmentsSearch' id='attachmentsSearch'} 
94         </td>
95     </tr>
96     <tr class="toggleClass yui-hidden">
97         <td NOWRAP class="advancedSearchTD">
98         {$mod_strings.LBL_EMAIL_RELATE}:<br/>
99         {html_options options=$linkBeansOptions name='data_parent_type_search' id='data_parent_type_search'}
100         <input id="data_parent_id_search" name="data_parent_id_search" type="hidden" value="">
101         <br/><br/>
102         <input class="sqsEnabled" id="data_parent_name_search" name="data_parent_name_search" type="text" value="">
103         <a href="javascript:void(0);"><img src="{sugar_getimagepath file='select.gif'}" align="absmiddle" border="0" alt=$mod_strings.LBL_EMAIL_SELECTOR onclick="SUGAR.email2.composeLayout.callopenpopupForEmail2('_search',{ldelim}'form_name':'advancedSearchForm'{rdelim} );">
104          </a>
105         </td>
106     </tr>
107      <tr class="toggleClass yui-hidden">
108         <td class="visible-search-option"><a href="javascript:void(0);" onclick="SE.search.toggleAdvancedOptions();">{$mod_strings.LBL_LESS_OPTIONS}</a></td>
109         <td>&nbsp;</td>
110     </tr>
111         <tr>
112                 <td NOWRAP>
113                         <br />&nbsp;<br />
114                         <input type="button" id="advancedSearchButton" class="button" onclick="SUGAR.email2.search.searchAdvanced()" value="   {$app_strings.LBL_SEARCH_BUTTON_LABEL}   ">&nbsp;
115                         <input type="button" class="button" onclick="SUGAR.email2.search.searchClearAdvanced()" value="   {$app_strings.LBL_CLEAR_BUTTON_LABEL}   ">
116                 </td>
117         </tr>
118 </table>
119 </form>