/
var
/
www
/
html
/
freshsugar25
/
modules
/
DataSets
/
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 --> <!-- BEGIN: SearchHeader --> {SET_RETURN_JS} <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><slot>{MOD.LBL_NAME.ESCAPE_HTML} </slot></td> <td ><slot><input type=text size="20" name="name" class=dataField value="{LAST_SEARCH.NAME.ESCAPE_HTML}"></slot></td> <td width=80% rowspan=4 valign=top align="right"> <input type="hidden" name="action" value="Popup"/> <input type="hidden" name="query" value="true"/> <input type="hidden" name="module" value="{MODULE_NAME.ESCAPE_HTML_ATTR}" /> <input type="hidden" name="form_submit" value="{FORM_SUBMIT.ESCAPE_HTML_ATTR}" /> <input type="hidden" name="form" value="{FORM.ESCAPE_HTML_ATTR}" /> <input type="hidden" name="row_id" value="{ROW_ID.ESCAPE_HTML_ATTR}" /> <input title="{APP.LBL_SEARCH_BUTTON_TITLE.ESCAPE_HTML_ATTR}" id="search_form_submit" class="button" type="submit" name="button" value="{APP.LBL_SEARCH_BUTTON_LABEL.ESCAPE_HTML_ATTR}"/></td> </tr> </form> </table> </td></tr></table> <!-- END: SearchHeader --> <!-- BEGIN: SearchHeaderEnd --> <!-- END: SearchHeaderEnd --> <!-- BEGIN: list_nav_row --> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="list view"> {PAGINATION} <!-- END: list_nav_row --> <tr height="20"> <td scope="col" scope="col" width="20%" ><slot><a href="{ORDER_BY.ESCAPE_HTML_ATTR}name" class="listViewThLinkS1">{MOD.LBL_LIST_NAME.ESCAPE_HTML}{arrow_start}{name_arrow}{arrow_end}</a></slot></td> <td scope="col" width="10%" noWrap><slot><a href="{ORDER_BY.ESCAPE_HTML_ATTR}status" class="listViewThLinkS1">{MOD.LBL_LIST_OUTPUT_DEFAULT.ESCAPE_HTML}{arrow_start}{status_arrow}{arrow_end}</a></slot></td> <td scope="col" width="10%" nowrap><slot><a href="{ORDER_BY.ESCAPE_HTML_ATTR}discount_price" class="listViewThLinkS1">{MOD.LBL_LIST_EXPORTABLE.ESCAPE_HTML}{arrow_start}{discount_price_arrow}{arrow_end}</a></slot></td> <td scope="col" width="20%" NOWRAP><slot> {MOD.LBL_LIST_QUERY_NAME.ESCAPE_HTML}</slot></td> </tr> <!-- BEGIN: row --> <tr height="20" class="{ROW_COLOR.ESCAPE_HTML_ATTR}S1"> <td scope="row" valign=TOP><a href="#" LANGUAGE=javascript onclick='set_return("{DATA_SET.ID.ESCAPE_JS}", "{DATA_SET.NAME.ESCAPE_JS}"); window.close()'>{DATA_SET.NAME.ESCAPE_HTML}</a></slot></td> <td nowrap="nowrap" valign="top"><slot>{DATA_SET.OUTPUT_DEFAULT}</slot></td> <td nowrap="nowrap" valign="top"><slot>{DATA_SET.EXPORTABLE}</slot></td> <td nowrap="nowrap" valign="top"><slot>{DATA_SET.QUERY_NAME}</slot></td> </tr> <!-- END: row --> </table> <!-- END: main -->