0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
vtiger
/
5.0.4
/
standard
/
htdocs
/
Smarty
/
templates
/
[
Home
]
File: ShowAuditTrailContents.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. * ********************************************************************************/ -->*} <table width="100%" border="0"> <tr class="small"> <td align="left" > {if $LIST_ENTRIES neq ''} {$RECORD_COUNTS} {/if} </td> {$NAVIGATION} </tr> </table> <table border=0 cellspacing=1 cellpadding=5 width=100% style="background-color:#cccccc;" class="small"> <tr style="background-color:#efefef"> {foreach item=header from=$LIST_HEADER} <td class="lvtCol">{$header}</td> {/foreach} </tr> {foreach item=entity key=entity_id from=$LIST_ENTRIES} <tr bgcolor=white onMouseOver="this.className='lvtColDataHover'" onMouseOut="this.className='lvtColData'" > {foreach item=data from=$entity} <td>{$data}</td> {/foreach} </tr> {foreachelse} <tr bgcolor=white> <td colspan="4" height="300px" align="center"><b><font size="6px">{$MOD.LBL_NO_DATA}</font></b> </td> </tr> {/foreach} </table>