[Vtigercrm-commits] [vtiger-commits] r9052 - /vtigercrm/trunk/Smarty/templates/DetailView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Aug 21 10:15:44 EDT 2006


Author: saraj
Date: Mon Aug 21 08:15:41 2006
New Revision: 9052

Log:
changes made to get jscalendar popup in convertlead  --Minnie

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 Aug 21 08:15:41 2006
@@ -37,6 +37,7 @@
                         postBody: 'module=Leads&action=LeadsAjax&file=ConvertLead&record='+id,
                         onComplete: function(response) {
                                 $("convertleaddiv").innerHTML=response.responseText;
+				eval($("conv_leadcal").innerHTML);
                         }
                 }
         );





More information about the vtigercrm-commits mailing list