/
var
/
www
/
html
/
sugar14
/
modules
/
Releases
/
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 width="100%" cellspacing="0" cellpadding="0" border="0" class="edit view"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="15%" scope="row"><slot>{MOD.LBL_NAME.ESCAPE_HTML} <span class="required">{APP.LBL_REQUIRED_SYMBOL.ESCAPE_HTML}</span></slot></td> <td width="85%"><slot><input name='name' tabindex='1' size='55' maxlength='50' type="text" value="{NAME.ESCAPE_HTML_ATTR}"></slot></td> </tr><tr> <td scope="row"><slot>{MOD.LBL_STATUS.ESCAPE_HTML} <span class="required">{APP.LBL_REQUIRED_SYMBOL.ESCAPE_HTML}</span></slot></td> <td><slot><select name='status' tabindex='1'>{STATUS_OPTIONS}</select> {MOD.NTC_STATUS.ESCAPE_HTML}</slot></td> </tr><tr> <td scope="row"><slot>{MOD.LBL_LIST_ORDER.ESCAPE_HTML} <span class="required">{APP.LBL_REQUIRED_SYMBOL.ESCAPE_HTML}</span></slot></td> <td><slot><input name='list_order' tabindex='1' size='5' maxlength='4' type="text" value="{LIST_ORDER.ESCAPE_HTML_ATTR}"> {MOD.NTC_LIST_ORDER.ESCAPE_HTML}</slot></td> </tr></table> </td> </tr> </table> </form> {JAVASCRIPT} <!-- END: main -->