mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2024-11-21 23:47:57 +00:00
34eb8562c6
Copyright notice update for hotfix branch Changes: - Year - Double spaces - Brand fix for SalesAgility Ltd. (was Salesagility Ltd) Created from latest hotfix branch.
108 lines
6.0 KiB
HTML
Executable File
108 lines
6.0 KiB
HTML
Executable File
<!--
|
|
/**
|
|
*
|
|
* SugarCRM Community Edition is a customer relationship management program developed by
|
|
* SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
|
|
*
|
|
* SuiteCRM is an extension to SugarCRM Community Edition developed by SalesAgility Ltd.
|
|
* Copyright (C) 2011 - 2018 SalesAgility Ltd.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify it under
|
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
|
* Free Software Foundation with the addition of the following permission added
|
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
|
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
|
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
|
*
|
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
|
* details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License along with
|
|
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
|
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
|
* 02110-1301 USA.
|
|
*
|
|
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
|
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
|
*
|
|
* The interactive user interfaces in modified source and object code versions
|
|
* of this program must display Appropriate Legal Notices, as required under
|
|
* Section 5 of the GNU Affero General Public License version 3.
|
|
*
|
|
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
|
* these Appropriate Legal Notices must retain the display of the "Powered by
|
|
* SugarCRM" logo and "Supercharged by SuiteCRM" logo. If the display of the logos is not
|
|
* reasonably feasible for technical reasons, the Appropriate Legal Notices must
|
|
* display the words "Powered by SugarCRM" and "Supercharged by SuiteCRM".
|
|
*/
|
|
|
|
/**
|
|
* {APP.LBL_CURRENCY_SYM}Header: /cvsroot/sugarcrm/sugarcrm/modules/Cases/SearchForm.html,v 1.4 2004/07/02 04:34:05 sugarjacob Exp {APP.LBL_CURRENCY_SYM}
|
|
*/
|
|
-->
|
|
<!-- BEGIN: main -->
|
|
|
|
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="edit view">
|
|
<tr><td>
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<form>
|
|
<td scope="row" noWrap><span>{MOD.LBL_NUMBER}</span> <span><input type=text size="15" name="case_number" class=dataField value="{CASE_NUMBER}" /></span>
|
|
</td>
|
|
<td scope="row" noWrap><span>{MOD.LBL_SUBJECT}</span> <span><input type=text size="20" name="name" class=dataField value="{NAME}" /></span></td>
|
|
<td scope="row" noWrap><span>{MOD.LBL_ACCOUNT_NAME}</span> <span><input type=text size="20" name="account_name" class=dataField value="{ACCOUNT_NAME}" /></span></td>
|
|
<td scope="row">{APP.LBL_CURRENT_USER_FILTER} <input name='current_user_only' onchange='this.form.submit();' class="checkbox" type="checkbox" {CURRENT_USER_ONLY}></td>
|
|
<td align="right"><input type="hidden" name="action" value="index"/>
|
|
<input type="hidden" name="query" value="true"/>
|
|
<input type="hidden" name="module" value="Cases" />
|
|
<input title="{APP.LBL_SEARCH_BUTTON_TITLE}" class="button" type="submit" name="button" value="{APP.LBL_SEARCH_BUTTON_LABEL}" id="search_form_submit"/>
|
|
<input title="{APP.LBL_CLEAR_BUTTON_TITLE}" onclick="clear_form(this.form);" class="button" type="button" name="clear" value=" {APP.LBL_CLEAR_BUTTON_LABEL} " id="search_form_clear"/>
|
|
<br>
|
|
<a href='index.php?module=Cases&action=index&advanced=true' class="tabFormAdvLink">{ADVANCED_SEARCH_PNG}</a> <a href='index.php?module=Cases&action=index&advanced=true' class="tabFormAdvLink">{APP.LNK_ADVANCED_FILTER}</a>
|
|
</td>
|
|
</tr>
|
|
|
|
</form>
|
|
</table>
|
|
</td></tr></table>
|
|
{JAVASCRIPT}
|
|
<!-- END: main -->
|
|
|
|
<!-- BEGIN: advanced -->
|
|
|
|
<form>
|
|
<input type="hidden" name="module" value="Cases">
|
|
<input type="hidden" name="action" value='index'>
|
|
<input type="hidden" name="query" value="true"/>
|
|
<input type="hidden" name="advanced" value="true"/>
|
|
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="edit view">
|
|
<tr>
|
|
<td>
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td width="20%" scope="row"><span>{MOD.LBL_SUBJECT}</span></td>
|
|
<td width="25%" ><span><input name='name' type="text" tabindex='1' size='25' maxlength='50' value="{NAME}"></span></td>
|
|
<td width="20%" scope="row"><span>{MOD.LBL_CASE_NUMBER}</span></td>
|
|
<td width="25%" ><span><input name='case_number' tabindex='2' size='15' type="text" value='{CASE_NUMBER}'></span></td>
|
|
<td width="10%" rowspan="3" scope="row" align="right" ><span><input title="{APP.LBL_SEARCH_BUTTON_TITLE}" class="button" type="submit" name="button" value="{APP.LBL_SEARCH_BUTTON_LABEL}"/> <input title="{APP.LBL_CLEAR_BUTTON_TITLE}" onclick="clear_form(this.form);" class="button" type="button" name="clear" value=" {APP.LBL_CLEAR_BUTTON_LABEL} "/>
|
|
<br><a href='index.php?module=Cases&action=index&query=true' class="tabFormAdvLink">{BASIC_SEARCH_PNG}</a> <a href='index.php?module=Cases&action=index&query=true' class="tabFormAdvLink">{APP.LNK_BASIC_FILTER}</a>
|
|
</span></td>
|
|
</tr><tr>
|
|
<td scope="row"><span>{MOD.LBL_ACCOUNT_NAME}</span></td>
|
|
<td ><span><input name='account_name' tabindex='1' type='text' value="{ACCOUNT_NAME}"></span></td>
|
|
<td scope="row"><span>{MOD.LBL_STATUS}</span></td>
|
|
<td ><span><select tabindex='2' size="3" name='status[]' multiple="true">{STATUS_OPTIONS}</select></span></td>
|
|
</tr><tr>
|
|
<td scope="row"><span>{APP.LBL_ASSIGNED_TO}</span></td>
|
|
<td ><span><select size="3" tabindex='1' name='assigned_user_id[]' multiple="multiple">{USER_FILTER}</select></span></td>
|
|
<td scope="row"><span>{MOD.LBL_PRIORITY}</span></td>
|
|
<td ><span><select tabindex='2' size="3" name='priority[]' multiple="true">{PRIORITY_OPTIONS}</select></span></td>
|
|
</tr></table>
|
|
</td></tr></table>
|
|
</form>
|
|
{JAVASCRIPT}
|
|
<!-- END: advanced -->
|