[Vtigercrm-commits] [vtiger-commits] r6595 - /vtigercrm/trunk/modules/Leads/ConvertLead.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sun May 28 04:00:13 EDT 2006
Author: saraj
Date: Sun May 28 02:00:09 2006
New Revision: 6595
Log:
calendar popup has been removed as it gives problem in ajaxification
Modified:
vtigercrm/trunk/modules/Leads/ConvertLead.php
Modified: vtigercrm/trunk/modules/Leads/ConvertLead.php
==============================================================================
--- vtigercrm/trunk/modules/Leads/ConvertLead.php (original)
+++ vtigercrm/trunk/modules/Leads/ConvertLead.php Sun May 28 02:00:09 2006
@@ -120,14 +120,8 @@
<tr>
<td align="right" class="dvtCellLabel"><font color="red">*</font>'.$mod_strings['LBL_POTENTIAL_CLOSE_DATE'].'</td>
<td class="dvtCellInfo">
- <input name="closedate" id="jscal_field" type="text" tabindex="4" size="10" maxlength="10" value="'.$focus->closedate.'">
- <img src="'.$image_path.'calendar.gif" id="jscal_trigger">
+ <input name="closedate" class="dvtCellInfo" id="jscal_field" type="text" tabindex="4" size="10" maxlength="10" value="'.$focus->closedate.'">
<font size=1><em old="(yyyy-mm-dd)">('.$current_user->date_format.')</em></font>
- <script type="text/javascript">
- Calendar.setup ({
- inputField : "jscal_field", ifFormat :"'.parse_calendardate($app_strings['NTC_DATE_FORMAT']).'", showsTime : false, button :"jscal_trigger", singleClick : true, step : 1
- });
- </script>
</td>
</tr>
<tr>
More information about the vtigercrm-commits
mailing list