/
var
/
www
/
html
/
sugar9
/
modules
/
InboundEmail
/
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 --> <p> {MODULE_TITLE} </p> {ERROR_STRING} <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <form name="View" method="POST" action="index.php"> {sugar_csrf_form_token} <input type="hidden" name="module" value="InboundEmail"> <input type="hidden" name="action"> <input type="hidden" name="return_module" value="{RETURN_MODULE}"> <input type="hidden" name="return_action" value="{RETURN_ACTION}"> <td> <input title="{APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{APP.LBL_SAVE_BUTTON_KEY}" class="button" onclick="this.form.action.value='Save'; {CHOOSER_SCRIPT} return verify_data(View)" type="submit" name="button" value="{APP.LBL_SAVE_BUTTON_LABEL}"> <input title="{APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{APP.LBL_CANCEL_BUTTON_KEY}" class="button" onclick="this.form.action.value='{RETURN_ACTION}'; this.form.module.value='{RETURN_MODULE}';" type="submit" name="button" value="{APP.LBL_CANCEL_BUTTON_LABEL}"> </td> <td align="right" nowrap> <span class="required">{APP.LBL_REQUIRED_SYMBOL}</span> {APP.NTC_REQUIRED} </td> </tr> </table> <p> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="edit view"> <tr> <td> {CONTENT} </td> </tr> </table> </p> <!-- END: main -->