0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
vtiger
/
5.0.4
/
custom
/
12120000
/
files
/
Smarty
/
templates
/
[
Home
]
File: SimpleList.tpl
{*<!-- /********************************************************************************* ** The contents of this file are subject to the vtiger CRM Public License Version 1.0 * ("License"); You may not use this file except in compliance with the License * The Original Code is: vtiger CRM Open Source * The Initial Developer of the Original Code is vtiger. * Portions created by vtiger are Copyright (C) vtiger. * All Rights Reserved. * ********************************************************************************/ -->*} {if $smarty.request.ajax neq ''} &#&#&#{$ERROR}&#&#&# {/if} <table border=0 cellspacing=0 cellpadding=0 width=98% align=center> <tr> <td class="showPanelBg" valign=top width=100%> <div class="small" style="padding:10px"> <form name="massdelete" method="POST" id="massdelete"> <!-- List View Master Holder starts --> <table border=0 cellspacing=1 cellpadding=0 width=100% class="lvtBg"> <tr><strong>Please click on the campaign name to select the campaign participants that you would like to send an email to.</strong> <!-- Record Counts --> <td style="padding-right:20px" class="small" nowrap>{$RECORD_COUNTS}</td> <!-- Page Navigation --> <td nowrap > <table border=0 cellspacing=0 cellpadding=0 class="small"> <tr>{$NAVIGATION}</tr> </table> </td> <div> <table border=0 cellspacing=1 cellpadding=3 width=100% class="lvt small"> <!-- Table Headers --> <tr> {foreach name="listviewforeach" item=header from=$LISTHEADER} {if $header neq 'Action'} <td class="lvtCol">{$header}</td> {/if} {/foreach} </tr> <!-- Table Contents --> {foreach item=entity key=entity_id from=$SIMPLELIST} <tr bgcolor=white onMouseOver="this.className='lvtColDataHover'" onMouseOut="this.className='lvtColData'" id="row_{$entity_id}"> {foreach item=data from=$entity} <td>{$data}</td> {/foreach} </tr> {/foreach} </table> </div> </form> </div> </td></tr> </table>