[Vtigercrm-commits] [vtiger-commits] r7781 - /vtigercrm/trunk/Smarty/templates/GlobalListView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Jul 4 08:55:25 EDT 2006
Author: saraj
Date: Tue Jul 4 06:55:21 2006
New Revision: 7781
Log:
* Added condition to display only the current module if we click on tag from a module
Modified:
vtigercrm/trunk/Smarty/templates/GlobalListView.tpl
Modified: vtigercrm/trunk/Smarty/templates/GlobalListView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/GlobalListView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/GlobalListView.tpl Tue Jul 4 06:55:21 2006
@@ -34,6 +34,8 @@
<div id="global_list_{$SEARCH_MODULE}" style="display:block">
{elseif $MODULE eq 'Contacts' && $SEARCH_MODULE eq ''}
<div id="global_list_{$MODULE}" style="display:block">
+{elseif $SEARCH_MODULE neq ''}
+ <div id="global_list_{$MODULE}" style="display:none">
{else}
<div id="global_list_{$MODULE}" style="display:block">
{/if}
More information about the vtigercrm-commits
mailing list