/
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" border="0" width="100%" class="edit view"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"><tr> <form name="EditView" method="POST" action="index.php"> {sugar_csrf_form_token} <input type="hidden" name="module" value="WorkFlow"> <input type="hidden" name="record" value=""> <input type="hidden" name="action" value="ProcessListView"> <input type="hidden" name="return_module" value="WorkFlow"> <input type="hidden" name="return_id" value=""> <input type="hidden" name="return_action" value="ProcessListView"> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <form> <td scope="row" noWrap><slot>{MOD.LBL_PROCESS_SELECT} </slot> <select id='base_module' name='base_module' tabindex='2'>{BASE_MODULE}</select></td> <td scope="row" noWrap><slot> </slot> <slot> </slot></td> <td scope="row" noWrap><slot> </slot> <slot> </slot></td> <td rowspan='2' align="right"> <input title="{APP.LBL_SELECT_BUTTON_TITLE}" class="button" type="submit" name="button" value="{APP.LBL_SELECT_BUTTON_LABEL}"/> <br></td> </tr> </form> </table> </td> </tr></table> <!-- END: main -->