/
var
/
www
/
html
/
sugar13-old
/
modules
/
WorkFlowActionShells
/
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" width="7%" >{MOD.LBL_DETAILS}</td> <td scope="col" width="15%" ><slot>{MOD.LBL_LIST_TYPE}</td> <td scope="col" width="15%" ><slot> </td> <td scope="col" width="60%" ><slot>{MOD.LBL_LIST_STATEMENT}</td> <td scope="col" width="5%" ><slot> </td> <td scope="col" width="5%" ><slot><img src="include/images/blank.gif?v={VERSION_MARK}" widht="1" height="1" alt=""></slot></td> </tr> <!-- BEGIN: row --> <tr height="20" class="{ROW_COLOR}S1"> <td scope='row' nowrap valign=TOP bgcolor="{BG_COLOR}" class="{ROW_COLOR}S1" ><slot><a class="listViewTdToolsS1" onclick="toggle_div('{ACTION.ID}')"><span id='span_{ACTION.ID}'><img src='index.php?entryPoint=getImage&themeName={THEME}&imageName=advanced_search.gif' width='8' height='8' alt='Advanced' border='0'> {MOD.LBL_SHOW}</span></a></slot></td> <td scope='row' valign=TOP bgcolor="{BG_COLOR}" class="{ROW_COLOR}S1" ><slot>{ACTION.TYPE}</slot></td> <td scope='row' valign=TOP bgcolor="{BG_COLOR}" class="{ROW_COLOR}S1" ><slot><a href={ACTION.COMPONENT_HREF_EDIT}>{ACTION.COMPONENT_STATEMENT}</a></slot></td> <td scope='row' valign=TOP bgcolor="{BG_COLOR}" class="{ROW_COLOR}S1" ><slot>{ACTION.STATEMENT_NOTICE}<a href={ACTION.HREF_EDIT}>{ACTION.STATEMENT}</a></slot></td> <td nowrap align="center" valign=TOP bgcolor="{BG_COLOR}" class="{ROW_COLOR}S1" ><slot><a href={ACTION.HREF_EDIT} >{EDIT_INLINE_PNG} {APP.LNK_EDIT}</a></td> <td nowrap align="center" valign=TOP><slot><a class="listViewTdToolsS1" onclick="return confirm('{MOD.NTC_REMOVE_ACTION}')" href="{URL_PREFIX}{ACTION.HREF_DELETE}{RETURN_URL}">{DELETE_INLINE_PNG} {APP.LNK_REMOVE}</a></slot></td> </tr> <span><tr><td colspan="5">{ACTION.DETAILS_TABLE}</td></tr></span> <!-- END: row --> <script type="text/javascript" src="include/workflow/jutils.js?v={VERSION_MARK}"></script> <script> function get_popup(workflow_id, id, action, plugin_action, plugin_module, width, height){ window.open('index.php?module=WorkFlowActionShells&action=' + action +'&sugar_body_only=true&workflow_id=' + workflow_id + '&record=' + id + '&plugin_module=' + plugin_module +'&plugin_action='+ plugin_action +'','new','width=' + width + ',height='+ height +',resizable=1,scrollbars=1'); } </script> </table> <!-- END: main -->