[Vtigercrm-commits] [vtiger-commits] r6653 - /vtigercrm/trunk/Smarty/templates/DetailView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon May 29 04:06:33 EDT 2006
Author: saraj
Date: Mon May 29 02:06:29 2006
New Revision: 6653
Log:
file has been included in url string
Modified:
vtigercrm/trunk/Smarty/templates/DetailView.tpl
Modified: vtigercrm/trunk/Smarty/templates/DetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/DetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/DetailView.tpl Mon May 29 02:06:29 2006
@@ -29,7 +29,7 @@
function callConvertLeadDiv(id)
{ldelim}
var ajaxObj = new Ajax(ajaxSaveResponse);
- var urlstring = "module=Leads&action=LeadsAjax&ajxaction=convertlead&record="+id;
+ var urlstring = "module=Leads&action=LeadsAjax&file=ConvertLead&record="+id;
ajaxObj.process("index.php?",urlstring);
{rdelim}
function tagvalidate()
More information about the vtigercrm-commits
mailing list