[Vtigercrm-commits] [vtiger-commits] r7020 - /vtigercrm/trunk/Smarty/templates/GlobalListView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Jun 13 06:31:45 EDT 2006


Author: saraj
Date: Tue Jun 13 04:31:41 2006
New Revision: 7020

Log:
* Modified to display all the module search lists defaultly

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 Jun 13 04:31:41 2006
@@ -35,7 +35,7 @@
 {elseif $MODULE eq 'Contacts' && $SEARCH_MODULE eq ''}
 	<div id="global_list_{$MODULE}" style="display:block">
 {else}
-	<div id="global_list_{$MODULE}" style="display:none">
+	<div id="global_list_{$MODULE}" style="display:block">
 {/if}
 <table border=0 cellspacing=0 cellpadding=0 width=98% align=center>
      <form name="massdelete" method="POST">





More information about the vtigercrm-commits mailing list