/
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 --> {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.ESCAPE_HTML_ATTR}"> <input type="hidden" name="action"> <input type="hidden" name="return_module" value="{RETURN_MODULE.ESCAPE_HTML_ATTR}"> <input type="hidden" name="return_id" value="{RETURN_ID.ESCAPE_HTML_ATTR}"> <input type="hidden" name="return_action" value="{RETURN_ACTION.ESCAPE_HTML_ATTR}"> <input type="hidden" name="old_record_id" value="{OLD_ID.ESCAPE_HTML_ATTR}"> <input type="hidden" name="is_duplicate" value="{IS_DUPLICATE.ESCAPE_HTML_ATTR}"> <td>{ACTION_MENU}</td> <td align="right" nowrap><span class="required">{APP.LBL_REQUIRED_SYMBOL.ESCAPE_HTML}</span> {APP.NTC_REQUIRED.ESCAPE_HTML}</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.ESCAPE_HTML} <span class="required">{APP.LBL_REQUIRED_SYMBOL.ESCAPE_HTML}</span></slot></td> <td width="25%" ><slot><input name='name' id='name' tabindex='1' size='40' maxlength='50' type="text" value="{NAME.ESCAPE_HTML_ATTR}"></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.ESCAPE_HTML} <span class="required">{APP.LBL_REQUIRED_SYMBOL.ESCAPE_HTML}</span></slot></td> <td ><slot><select name='type' tabindex='2' {DISABLE_TYPE}>{TYPE}</select></slot></td> <td scope="row"><slot>{MOD.LBL_STATUS.ESCAPE_HTML}</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.ESCAPE_HTML} <span class="required">{APP.LBL_REQUIRED_SYMBOL.ESCAPE_HTML}</span></slot></td> <td ><slot><select name='{BASE_MODULE_FIELDNAME.ESCAPE_HTML_ATTR}' tabindex='2' {DISABLE_BASE_MODULE}>{BASE_MODULE}</select>{DUPLICATE_BASE_MODULE}</slot></td> <td scope="row"><slot>{MOD.LBL_RECORD_TYPE.ESCAPE_HTML}</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.ESCAPE_HTML}</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.ESCAPE_HTML}</slot></td> <td colspan='3'><slot><textarea name='description' tabindex='3' cols="60" rows="4">{DESCRIPTION.SANITIZE_HTML}</textarea></slot></td> </tr></table> </td></tr></table></div> </form> {JAVASCRIPT} <!-- END: main -->