/
var
/
www
/
html
/
sugardemo
/
modules
/
CampaignLog
/
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: SearchHeader --> <script type="text/javascript" src="include/javascript/popup_helper.js?v={VERSION_MARK}"></script> <table cellpadding="0" cellspacing="0" border="0" width="100%" > <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <form action="index.php" method="post" name="popup_query_form" id="popup_query_form"> {sugar_csrf_form_token} <td align="right"><input type="hidden" name="action" value="PopupProspects"/> <input type="hidden" name="query" value="true"/> <input type="hidden" name="record" value="{RECORD_VALUE.ESCAPE_HTML_ATTR}"/> <input type="hidden" name="module" value="{MODULE_NAME.ESCAPE_HTML_ATTR}" /> <input type="hidden" name="form_submit" value="{FORM_SUBMIT.ESCAPE_HTML_ATTR}" /> <input type="hidden" name="request_data" value="{request_data.ESCAPE_HTML_ATTR}" /> <input type="hidden" name="form" value="{FORM.ESCAPE_HTML_ATTR}" /> </form> </tr> </table> </td> </tr> </table> <!-- END: SearchHeader --> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="list view"> <!-- BEGIN: list_nav_row --> {PAGINATION} <!-- END: list_nav_row --> <tr height="20"> <td scope="col" NOWRAP>{CHECKALL}</td> <td scope="col" width="35%" ><slot><a href="{ORDER_BY.ESCAPE_HTML_ATTR}id" class="listViewThLinkS1">{MOD.LBL_ID.ESCAPE_HTML}{arrow_start}{campaign_name_arrow}{arrow_end}</a></slot></td> <td scope="col" width="20%" ><slot><a href="{ORDER_BY.ESCAPE_HTML_ATTR}activity_date" class="listViewThLinkS1">{MOD.LBL_LIST_ACTIVITY_DATE.ESCAPE_HTML}{arrow_start}{activity_date_arrow}{arrow_end}</a></slot></td> <td scope="col" width="45%" nowrap><slot><a href="{ORDER_BY.ESCAPE_HTML_ATTR}campaign_name1" class="listViewThLinkS1">{MOD.LBL_LIST_CAMPAIGN_NAME.ESCAPE_HTML}{arrow_start}{campaign_objective_arrow}{arrow_end}</a></slot></td> </tr> <!-- BEGIN: row --> <tr height="20" class="{ROW_COLOR.ESCAPE_HTML_ATTR}S1"> <td valign="top">{PREROW}</td> <td scope='row' valign=TOP><slot><{TAG_TYPE} href="javascript:void(0)" onclick="send_back('CampaignLog','{CAMPAIGNLOG.ID.ESCAPE_JS}');">{CAMPAIGNLOG.ID.ESCAPE_HTML}</{TAG_TYPE}></slot></td> <td valign=TOP><slot>{CAMPAIGNLOG.ACTIVITY_DATE.ESCAPE_HTML}</slot></td> <td nowrap="nowrap" valign="top"><slot>{CAMPAIGNLOG.CAMPAIGN_NAME1.ESCAPE_HTML}</slot></td> </tr> <tr> <td colspan="20" class="listViewHRS1"></td> </tr> <!-- END: row --> </table> {ASSOCIATED_JAVASCRIPT_DATA} <!-- END: main -->