[Vtigercrm-commits] [vtiger-commits] r5640 - in /vtigercrm/trunk: Smarty/templates/GlobalListView.tpl modules/Home/UnifiedSearch.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue May 2 04:25:03 EDT 2006
Author: saraj
Date: Tue May 2 02:24:55 2006
New Revision: 5640
Log:
* Modified to display the search criteria in Header and added the function docs
Modified:
vtigercrm/trunk/Smarty/templates/GlobalListView.tpl
vtigercrm/trunk/modules/Home/UnifiedSearch.php
Modified: vtigercrm/trunk/Smarty/templates/GlobalListView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/GlobalListView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/GlobalListView.tpl Tue May 2 02:24:55 2006
@@ -49,7 +49,7 @@
<td>
<table border=0 cellspacing=0 cellpadding=2 width=100% class="small">
<tr>
- <td style="padding-right:20px" nowrap><b>{$MODULE}</b></td>
+ <td style="padding-right:20px" nowrap><b>{$MODULE}</b>{$SEARCH_CRITERIA}</td>
<!-- Not used, may be used in future when we do the pagination and customeviews
<td style="padding-right:20px" class="small" nowrap>{$RECORD_COUNTS}</td>
<td nowrap >
@@ -73,13 +73,13 @@
<td class="lvtCol">{$header}</td>
{/foreach}
{else}
- <td colspan=$HEADERCOUNT> Please try another search criteria for this module</td>
+ <td colspan=$HEADERCOUNT> No Data Found </td>
{/if}
</tr>
{foreach item=entity key=entity_id from=$LISTENTITY}
<tr bgcolor=white onMouseOver="this.className='lvtColDataHover'" onMouseOut="this.className='lvtColData'" >
{foreach item=data from=$entity}
- <td>{$data}</td>
+ <td>{$data}</td>
{/foreach}
</tr>
{/foreach}
Modified: vtigercrm/trunk/modules/Home/UnifiedSearch.php
==============================================================================
Binary files - no diff available.
More information about the vtigercrm-commits
mailing list