[Vtigercrm-commits] [vtiger-commits] r3952 - /vtigercrm/trunk/Smarty/templates/CreateView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Feb 27 09:20:52 EST 2006


Author: saraj
Date: Mon Feb 27 07:20:43 2006
New Revision: 3952

Log:
Segreated the product modules information into Basic & More

Modified:
    vtigercrm/trunk/Smarty/templates/CreateView.tpl

Modified: vtigercrm/trunk/Smarty/templates/CreateView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/CreateView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/CreateView.tpl Mon Feb 27 07:20:43 2006
@@ -117,7 +117,7 @@
 				<table border=0 cellspacing=0 cellpadding=3 width=100% class="small">
 				<tr>
 					<td class="dvtTabCache" style="width:10px" nowrap>&nbsp;</td>
-					{if $MODULE eq 'Leads' || $MODULE eq 'Accounts' || $MODULE eq 'Contacts' || $MODULE eq 'Potentials'}	
+					{if $MODULE eq 'Leads' || $MODULE eq 'Accounts' || $MODULE eq 'Contacts' || $MODULE eq 'Potentials' || $MODULE eq 'Products'}	
 						<td width=75 style="width:15%" align="center" nowrap="nowrap" class="dvtSelectedCell" id="bi" onclick="fnLoadValues('bi','mi','basicTab','moreTab')"><b>Basic Information</b></td>
                     				<td class="dvtUnSelectedCell" style="width: 100px;" align="center" nowrap="nowrap" id="mi" onclick="fnLoadValues('mi','bi','moreTab','basicTab')"><b>More Information </b></td>
                    				<td class="dvtTabCache" style="width:100%" nowrap="nowrap">&nbsp;</td>





More information about the vtigercrm-commits mailing list