[Vtigercrm-commits] [vtiger-commits] r4304 - /vtigercrm/trunk/modules/Calendar/script.js
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Mar 20 01:18:40 EST 2006
Author: saraj
Date: Sun Mar 19 23:18:35 2006
New Revision: 4304
Log:
return action has been modified
Modified:
vtigercrm/trunk/modules/Calendar/script.js
Modified: vtigercrm/trunk/modules/Calendar/script.js
==============================================================================
--- vtigercrm/trunk/modules/Calendar/script.js (original)
+++ vtigercrm/trunk/modules/Calendar/script.js Sun Mar 19 23:18:35 2006
@@ -109,7 +109,7 @@
x = document.SharedList.selected_id.length;
idstring = "";
-
+ xx = 0;
if ( x == undefined)
{
@@ -125,7 +125,6 @@
}
else
{
- xx = 0;
for(i = 0; i < x ; i++)
{
if(document.SharedList.selected_id[i].checked)
@@ -146,7 +145,7 @@
}
if(confirm("Are you sure you want to disable sharing for selected "+xx+" user(s) ?"))
{
- document.SharedList.action="index.php?module=Calendar&action=disable_sharing&return_module=Calendar&return_action=index&sel=share";
+ document.SharedList.action="index.php?module=Calendar&action=disable_sharing&return_module=Calendar&return_action=calendar_share";
}
else
{
More information about the vtigercrm-commits
mailing list