/
var
/
www
/
html
/
sugardemo
/
modules
/
WorkFlow
/
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"> <!-- BEGIN: list_nav_row --> {PAGINATION} <!-- END: list_nav_row --> <tr height="20"> <td scope="col" scope="col" width="20%" ><slot><a href="{ORDER_BY}name" class="listViewThLinkS1">{MOD.LBL_LIST_NAME}{arrow_start}{name_arrow}{arrow_end}</a></slot></td> <td scope="col" width="15%" ><slot><a href="{ORDER_BY}type" class="listViewThLinkS1">{MOD.LBL_LIST_TYPE}{arrow_start}{type_arrow}{arrow_end}</a></slot></td> <td scope="col" width="10%" ><slot><a href="{ORDER_BY}status" class="listViewThLinkS1">{MOD.LBL_LIST_STATUS}{arrow_start}{status_arrow}{arrow_end}</a></slot></td> <td scope="col" width="10%" ><slot><a href="{ORDER_BY}base_module" class="listViewThLinkS1">{MOD.LBL_LIST_ORDER}{arrow_start}{list_order_arrow}{arrow_end}</a></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=WorkFlow&record={WORKFLOW.ID}" >{WORKFLOW.NAME}</a></slot></td> <td nowrap="nowrap" valign="top"><slot>{WORKFLOW.TYPE}</slot></td> <td nowrap="nowrap" valign="top"><slot>{WORKFLOW.STATUS}</slot></td> <td nowrap="nowrap" valign="top"><slot> <a href="{URL_PREFIX}index.php?module=WorkFlow&action=SaveSequence&workflow_id={WORKFLOW.ID}&direction=Up&return_action=ProcessListView&return_module=WorkFlow&base_module={TARGET_BASE_MODULE}" class="listViewTdToolsS1">{UPARROW_INLINE} {MOD.LBL_LIST_UP}</a> <a href="{URL_PREFIX}index.php?module=WorkFlow&action=SaveSequence&workflow_id={WORKFLOW.ID}&direction=Down&return_action=ProcessListView&return_module=WorkFlow&base_module={TARGET_BASE_MODULE}" class="listViewTdToolsS1">{DOWNARROW_INLINE} {MOD.LBL_LIST_DN}</a> </slot></td> </tr> <!-- END: row --> </table> <!-- END: main -->