/
var
/
www
/
html
/
sugardemo
/
modules
/
ProjectTask
/
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_PERCENT_COMPLETE}</slot></td> <td scope="col" ><slot>{MOD.LBL_LIST_STATUS}</slot></td> <td scope="col" ><slot>{MOD.LBL_LIST_ASSIGNED_USER_ID}</slot></td> <td scope="col" ><slot>{MOD.LBL_LIST_DATE_DUE}</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=ProjectTask&action=DetailView&record={project_task.ID}&return_module=Project&return_action=DetailView&return_id={project_task.PARENT_ID}" >{project_task.NAME}</a></slot></td> <td><slot>{project_task.PERCENT_COMPLETE}</slot></td> <td><slot>{project_task.STATUS}</slot></td> <td><slot>{project_task.ASSIGNED_USER_NAME}</slot></td> <td><slot>{project_task.DATE_DUE}</slot></td> <td nowrap align="right"><slot><a class="listViewTdToolsS1" href="{URL_PREFIX}index.php?module=ProjectTask&action=EditView&record={project_task.ID}{RETURN_URL}" >{EDIT_INLINE_PNG}</a> <a class="listViewTdToolsS1" href="{URL_PREFIX}index.php?module=ProjectTask&action=EditView&record={project_task.ID}{RETURN_URL}" >{APP.LNK_EDIT}</a></slot></td> </tr> <!-- END: row --> </table> <!-- END: main -->