[Vtigercrm-commits] [vtiger-commits] r7819 - /vtigercrm/trunk/Smarty/templates/ShowAuditTrailContents.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Jul 5 02:06:27 EDT 2006
Author: saraj
Date: Wed Jul 5 00:06:23 2006
New Revision: 7819
Log:
updated file
Modified:
vtigercrm/trunk/Smarty/templates/ShowAuditTrailContents.tpl
Modified: vtigercrm/trunk/Smarty/templates/ShowAuditTrailContents.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ShowAuditTrailContents.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ShowAuditTrailContents.tpl Wed Jul 5 00:06:23 2006
@@ -1,7 +1,11 @@
<table width="100%" border="0">
<tr class="small">
- <td align="left" >{$RECORD_COUNTS}</td>
+ <td align="left" >
+ {if $LIST_ENTRIES neq ''}
+ {$RECORD_COUNTS}
+ {/if}
+ </td>
{$NAVIGATION}
</tr>
</table>
@@ -18,6 +22,11 @@
<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>
More information about the vtigercrm-commits
mailing list