/
var
/
www
/
html
/
sugar25
/
modules
/
Project
/
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" ><slot>{MOD.LBL_LIST_NAME}</slot></td> <td scope="col" ><slot>{MOD.LBL_LIST_ASSIGNED_USER_ID}</slot></td> <td scope="col" ><slot>{MOD.LBL_LIST_TOTAL_ESTIMATED_EFFORT}</slot></td> <td scope="col" ><slot>{MOD.LBL_LIST_TOTAL_ACTUAL_EFFORT}</slot></td> <td scope="col" ><slot> </slot></td> </tr> <!-- BEGIN: row --> <tr height="20" class="{ROW_COLOR}S1"> <td scope="row"><slot><a href="{URL_PREFIX}index.php?module=Project&action=DetailView&record={PROJECT.ID}" >{PROJECT.NAME}</a></slot></td> <td><slot>{PROJECT.ASSIGNED_USER_NAME}</slot></td> <td><slot>{PROJECT.TOTAL_ESTIMATED_EFFORT}</slot></td> <td><slot>{PROJECT.TOTAL_ACTUAL_EFFORT}</slot></td> <td nowrap align="center"><slot><a class="listViewTdToolsS1" href="{URL_PREFIX}index.php?module=Project&action=EditView&record={PROJECT.ID}{RETURN_URL}" >{EDIT_INLINE_PNG}</a> <a class="listViewTdToolsS1" href="{URL_PREFIX}index.php?module=Project&action=EditView&record={PROJECT.ID}{RETURN_URL}" >{APP.LNK_EDIT}</a></slot></td> </tr> <!-- END: row --> </table> <!-- END: main -->