/
var
/
www
/
html
/
sugar9
/
modules
/
Opportunities
/
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" width="100%" border="0" class="list view"> <tr height="20" > <td scope="col" scope="col" width="50%" ><slot>{MOD.LBL_LIST_OPPORTUNITY_NAME}</slot></td> <td scope="col" width="30%" ><slot>{MOD.LBL_LIST_ACCOUNT_NAME}</slot></td> <td scope="col" width="20%" ><slot>{MOD.LBL_DATE_CLOSED}</slot></td> <td scope="col" width="20%" ><slot> </slot></td> </tr> <!-- BEGIN: row --> <tr height="20" class="{ROW_COLOR}S1"> <td scope="row" valign=TOP><slot><a href="{URL_PREFIX}index.php?action=DetailView&module=Opportunities&record={OPPORTUNITY.ID}" >{OPPORTUNITY.NAME}</a></slot></td> <td valign=TOP><slot><a href="{URL_PREFIX}index.php?action=DetailView&module=Accounts&record={OPPORTUNITY.ACCOUNT_ID}" >{OPPORTUNITY.ACCOUNT_NAME}</A></slot></td> <td valign=TOP><slot>{OPPORTUNITY.DATE_CLOSED}</slot></td> <td nowrap align="center" valign=TOP><slot><a class="listViewTdToolsS1" href="{URL_PREFIX}index.php?action=EditView&module=Opportunities&record={OPPORTUNITY.ID}{RETURN_URL}">{EDIT_INLINE_PNG}</a> <a class="listViewTdToolsS1" href="{URL_PREFIX}index.php?action=EditView&module=Opportunities&record={OPPORTUNITY.ID}{RETURN_URL}">{APP.LNK_EDIT}</a></slot></td> </tr> <!-- END: row --> </table> <!-- END: main -->