/
var
/
www
/
html
/
sugardemo
/
modules
/
MailMerge
/
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 --> <!-- BEGIN: error --> <span class="error">{ERROR.SANITIZE_HTML}</span> <!-- END: error --> <form enctype="multipart/form-data" name="MailMerge" method="POST" action="index.php"> {sugar_csrf_form_token} <input type="hidden" name="module" value="MailMerge"> <input type="hidden" name="step" value="1"> <input type="hidden" name="action" value="index"> <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}"> <p> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="edit view"> <tr> <td> <table border="0" cellspacing="0" cellpadding="0"> <tr> <th align="left" scope="row" colspan="2"><h4 class="">{MOD.LBL_STEP_5.ESCAPE_HTML}</h4></th> </tr> <!--<tr> <td scope="row"><slot>{MOD.LBL_MERGED_FILE}</slot></td> <td ><slot><a href="{MAILMERGE_FILE_URL}">{MAILMERGE_FILE_NAME}</a></slot></td> </tr>--> <tr><td> </td></tr> </table> </p> <p><table width="100%" cellpadding="2" cellspacing="0" border="0"><tr> <td align="right"> <input title="{MOD.LBL_START.ESCAPE_HTML_ATTR}" class="button" type="submit" name="button" value=" {MOD.LBL_START.ESCAPE_HTML_ATTR}"></td> </tr> </table> </p> </form> {JAVASCRIPT} <!-- END: main -->