[Vtigercrm-commits] [vtiger-commits] r4671 - /vtigercrm/trunk/modules/Accounts/ListView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 29 06:33:24 EST 2006


Author: saraj
Date: Wed Mar 29 04:33:17 2006
New Revision: 4671

Log:
Added the 2nd argument - modulename in the showDefaultCustomView function

Modified:
    vtigercrm/trunk/modules/Accounts/ListView.php

Modified: vtigercrm/trunk/modules/Accounts/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Accounts/ListView.php (original)
+++ vtigercrm/trunk/modules/Accounts/ListView.php Wed Mar 29 04:33:17 2006
@@ -131,7 +131,7 @@
 }
 	$customviewstrings='<td>'.$app_strings[LBL_VIEW].'</td>
 			<td style="padding-left:5px;padding-right:5px">
-                        <SELECT NAME="viewname" class="small" onchange="showDefaultCustomView(this)">
+                        <SELECT NAME="viewname" class="small" onchange="showDefaultCustomView(this,\'Account\')">
 				'.$customviewcombo_html.'
                         </SELECT></td>
 			'.$cvHTML;





More information about the vtigercrm-commits mailing list