/
var
/
www
/
html
/
sugar13
/
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 --> {PAGE_TITLE} <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="{ID}"> <input type="hidden" name="action"> <input type="hidden" name="return_module" value="{RETURN_MODULE}"> <input type="hidden" name="return_id" value="{RETURN_ID}"> <input type="hidden" name="return_action" value="{RETURN_ACTION}"> <input type="hidden" name="old_record_id" value="{OLD_ID}"> <input type="hidden" name="is_duplicate" value="{IS_DUPLICATE}"> <td>{ACTION_MENU}</td> <td align="right" nowrap><span class="required">{APP.LBL_REQUIRED_SYMBOL}</span> {APP.NTC_REQUIRED}</td> <td align='right'>{ADMIN_EDIT}</td> </tr> </table> <div class="edit view"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="25%" scope="row"><slot>{MOD.LBL_NAME} <span class="required">{APP.LBL_REQUIRED_SYMBOL}</span></slot></td> <td width="25%" ><slot><input name='name' id='name' tabindex='1' size='40' maxlength='50' type="text" value="{NAME}"></slot></td> <td width="25%" scope="row"><slot> </slot></td> <td width="25%" ><slot> </slot></td> </tr> <tr> <td scope="row"><slot> </slot></td> <td ><slot> </slot></td> <td scope="row"><slot> </slot></td> <td ><slot> </slot></td> </tr><tr> <td scope="row"><slot>{MOD.LBL_TYPE} <span class="required">{APP.LBL_REQUIRED_SYMBOL}</span></slot></td> <td ><slot><select name='type' tabindex='2' {DISABLE_TYPE}>{TYPE}</select></slot></td> <td scope="row"><slot>{MOD.LBL_STATUS}</slot></td> <td ><slot><select name='status' tabindex='2'>{STATUS}</select></slot></td> </tr><tr> </tr><tr> <td scope="row"><slot>{MOD.LBL_BASE_MODULE} <span class="required">{APP.LBL_REQUIRED_SYMBOL}</span></slot></td> <td ><slot><select name='{BASE_MODULE_FIELDNAME}' tabindex='2' {DISABLE_BASE_MODULE}>{BASE_MODULE}</select>{DUPLICATE_BASE_MODULE}</slot></td> <td scope="row"><slot>{MOD.LBL_RECORD_TYPE}</slot></td> <td ><slot><select name='record_type' tabindex='2'>{RECORD_TYPE}</select></slot></td> </tr><tr> <td scope="row"><slot>{MOD.LBL_FIRE_ORDER}</slot></td> <td ><slot><select name='fire_order' tabindex='2'>{FIRE_ORDER}</select></slot></td> <td scope="row"><slot> </slot></td> <td ><slot> </slot></td> </tr><tr> <td scope="row"><slot> </slot></td> <td ><slot> </slot></td> <td scope="row"><slot> </slot></td> <td ><slot> </slot></td> </tr><tr> <td valign="top" scope="row"><slot>{MOD.LBL_DESCRIPTION}</slot></td> <td colspan='3'><slot><textarea name='description' tabindex='3' cols="60" rows="4">{DESCRIPTION}</textarea></slot></td> </tr></table> </td></tr></table></div> </form> {JAVASCRIPT} <!-- END: main -->