[Vtigercrm-commits] [vtiger-commits] r9417 - /vtigercrm/trunk/Smarty/templates/ListView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Sep 11 10:48:22 EDT 2006


Author: jerrydgeorge
Date: Mon Sep 11 08:48:15 2006
New Revision: 9417

Log:
inconsistency in mass delete has been fixed --Jeri.Fixes #2162.

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

Modified: vtigercrm/trunk/Smarty/templates/ListView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ListView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ListView.tpl Mon Sep 11 08:48:15 2006
@@ -329,7 +329,7 @@
 function ajaxChangeStatus(statusname)
 {
 	$("status").style.display="inline";
-	var viewid = document.massdelete.viewname.value;
+	var viewid = document.getElementById('viewname').options[document.getElementById('viewname').options.selectedIndex].value;
 	var idstring = document.getElementById('idlist').value;
 	if(statusname == 'status')
 	{





More information about the vtigercrm-commits mailing list