/
var
/
www
/
html
/
sugar25
/
modules
/
Activities
/
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: open_activity --> <table cellpadding="0" cellspacing="0" width="100%" border="0" class="list view"> <tr height="20" > <td scope="col" width="2%" ><slot> </slot></td> <td scope="col" width="6%" ><slot>{MOD.LBL_LIST_CLOSE}</slot></td> <td scope="col" width="35%" ><slot>{MOD.LBL_LIST_SUBJECT}</slot></td> <td scope="col" width="15%" ><slot>{MOD.LBL_LIST_STATUS}</slot></td> <td scope="col" width="25%" ><slot>{MOD.LBL_LIST_RELATED_TO}</slot></td> <td scope="col" width="12%" ><slot>{MOD.LBL_LIST_DUE_DATE}</slot></td> <td scope="col" width="5%" ><slot> </slot></td> </tr> <!-- BEGIN: row --> <tr height="20" class="{ROW_COLOR}S1"> <td nowrap="nowrap" valign="top"><slot>{ACTIVITY_MODULE_PNG}</slot></td> <td nowrap valign=TOP align='center' bgcolor="{BG_COLOR}" class="{ROW_COLOR}S1"><slot>{ACTIVITY.SET_COMPLETE}</slot></td> <td scope='row' valign=TOP bgcolor="{BG_COLOR}" class="{ROW_COLOR}S1"><slot><a href="{URL_PREFIX}index.php?action=DetailView&module={ACTIVITY.MODULE}&record={ACTIVITY.ID}{RETURN_URL}" >{ACTIVITY.NAME}</a></slot></td> <td nowrap="nowrap" valign="top"><slot>{ACTIVITY.TYPE} {ACTIVITY.STATUS}</slot></td> <td valign="top"><slot><a href="{URL_PREFIX}index.php?action=DetailView&module={ACTIVITY.PARENT_MODULE}&record={ACTIVITY.PARENT_ID}{RETURN_URL}" >{ACTIVITY.PARENT_NAME}</a></slot></td> <td nowrap="nowrap" valign="top"><slot>{ACTIVITY.DATE}</slot></td> <td nowrap align="center" valign=TOP bgcolor="{BG_COLOR}" class="{ROW_COLOR}S1"><slot><a class="listViewTdToolsS1" href="{URL_PREFIX}index.php?action=EditView&module={ACTIVITY.MODULE}&record={ACTIVITY.ID}{RETURN_URL}">{EDIT_INLINE_PNG}</a> <a class="listViewTdToolsS1" href="{URL_PREFIX}index.php?action=EditView&module={ACTIVITY.MODULE}&record={ACTIVITY.ID}{RETURN_URL}">{APP.LNK_EDIT}</a> <a class="listViewTdToolsS1" onclick="return confirm('{MOD.LBL_DELETE_ACTIVITY}')" href="{URL_PREFIX}index.php?action=Delete&module={ACTIVITY.MODULE}&record={ACTIVITY.ID}{RETURN_URL}">{DELETE_INLINE_PNG}</a> <a class="listViewTdToolsS1" onclick="return confirm('{MOD.LBL_DELETE_ACTIVITY}')" href="{URL_PREFIX}index.php?action=Delete&module={ACTIVITY.MODULE}&record={ACTIVITY.ID}{RETURN_URL}">{APP.LNK_DELETE}</a></slot></td> </tr> <!-- END: row --> </table> <!-- END: open_activity --> <!-- BEGIN: history --> <table cellpadding="0" cellspacing="0" width="100%" border="0" class="list view"> <tr height="20" > <td width="2%" ><slot> </slot></td> <td width="35%" ><slot>{MOD.LBL_LIST_SUBJECT}</slot></td> <td width="15%" ><slot>{MOD.LBL_LIST_STATUS}</slot></td> <td width="25%" ><slot>{MOD.LBL_LIST_RELATED_TO}</slot></td> <td width="15%" norap><slot>{MOD.LBL_LIST_LAST_MODIFIED}</slot></td> <td width="8%" ><slot> </slot></td> </tr> <!-- BEGIN: row --> <tr height="20" class="{ROW_COLOR}S1"> <td nowrap="nowrap" valign="top"><slot>{ACTIVITY_MODULE_PNG}</slot></td> <td valign="top"><slot><a href="{URL_PREFIX}index.php?action=DetailView&module={ACTIVITY.MODULE}&record={ACTIVITY.ID}{RETURN_URL}" >{ACTIVITY.NAME}</a> {ACTIVITY.ATTACHMENT}</slot></td> <td nowrap="nowrap" valign="top"><slot>{ACTIVITY.TYPE} {ACTIVITY.STATUS}</slot></td> <td valign="top"><slot><a href="{URL_PREFIX}index.php?action=DetailView&module={ACTIVITY.PARENT_MODULE}&record={ACTIVITY.PARENT_ID}{RETURN_URL}" >{ACTIVITY.PARENT_NAME}</a></slot></td> <td nowrap="nowrap" valign="top"><slot>{ACTIVITY.DATE}</slot></td> <td nowrap align="center" valign=TOP bgcolor="{BG_COLOR}" class="{ROW_COLOR}S1"><slot><a class="listViewTdToolsS1" href="{URL_PREFIX}index.php?action=EditView&module={ACTIVITY.MODULE}&record={ACTIVITY.ID}{RETURN_URL}">{EDIT_INLINE_PNG}</a> <a class="listViewTdToolsS1" href="{URL_PREFIX}index.php?action=EditView&module={ACTIVITY.MODULE}&record={ACTIVITY.ID}{RETURN_URL}">{APP.LNK_EDIT}</a> <a class="listViewTdToolsS1" onclick="return confirm('{MOD.LBL_DELETE_ACTIVITY}')" href="{URL_PREFIX}index.php?action=Delete&module={ACTIVITY.MODULE}&record={ACTIVITY.ID}{RETURN_URL}">{DELETE_INLINE_PNG}</a> <a class="listViewTdToolsS1" onclick="return confirm('{MOD.LBL_DELETE_ACTIVITY}')" href="{URL_PREFIX}index.php?action=Delete&module={ACTIVITY.MODULE}&record={ACTIVITY.ID}{RETURN_URL}">{APP.LNK_DELETE}</a></slot></td> </tr> <!-- END: row --> </table> <!-- END: history -->