[Vtigercrm-commits] [vtiger-commits] r4946 - /vtigercrm/trunk/Smarty/templates/Header.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 6 09:40:28 EDT 2006
Author: saraj
Date: Thu Apr 6 07:40:24 2006
New Revision: 4946
Log:
ajaxmode=qcreate has been added
Modified:
vtigercrm/trunk/Smarty/templates/Header.tpl
Modified: vtigercrm/trunk/Smarty/templates/Header.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Header.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Header.tpl Thu Apr 6 07:40:24 2006
@@ -278,7 +278,7 @@
show("status");
var ajaxObj = new Ajax(ajaxQCreateResponse);
var module = qcoptions.options[qcoptions.options.selectedIndex].value;
- var urlstring = "module="+module+"&action="+module+"Ajax";
+ var urlstring = "module="+module+"&action="+module+"Ajax&ajaxmode=qcreate";
ajaxObj.process("index.php?",urlstring);
{rdelim}
function ajaxQCreateResponse(response)
More information about the vtigercrm-commits
mailing list