/
var
/
www
/
html
/
sugar13
/
modules
/
SavedSearch
/
Upload File
HOME
<!-- /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ --> <!-- 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 name='search_form'> {sugar_csrf_form_token} <td scope="row" noWrap><slot>{MOD.LBL_LIST_NAME}: <input type=text tabindex='1' size="10" name="name" class=dataField value="{NAME}" /></slot></td> <td scope="row" noWrap><slot>{MOD.LBL_LIST_MODULE}: <input type=text tabindex='1' size="10" name="search_module" class=dataField value='{SEARCH_MODULE}' /></slot></td> <td rowspan='2' align="right"><input type="hidden" name="action" value="index"/> <input type="hidden" name="query" value="true"/> <input type="hidden" name="module" value="SavedSearch" /> <input tabindex='2' title="{APP.LBL_SEARCH_BUTTON_TITLE}" class="button" type="submit" name="button" value="{APP.LBL_SEARCH_BUTTON_LABEL}"/> <input tabindex='2' title="{APP.LBL_CLEAR_BUTTON_TITLE}" onclick="clear_form(this.form);" class="button" type="button" name="clear" value=" {APP.LBL_CLEAR_BUTTON_LABEL} "/> </td> </tr> </form> </table> </td> </tr></table> {JAVASCRIPT} <!-- END: main -->