[Vtigercrm-commits] [vtiger-commits] r10504 - /vtigercrm/branches/5.0.3/modules/Calendar/addEventUI.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 20 10:55:46 EDT 2007


Author: saraj
Date: Tue Mar 20 08:55:42 2007
New Revision: 10504

Log:
validation for task due date. --MInnie

Modified:
    vtigercrm/branches/5.0.3/modules/Calendar/addEventUI.php

Modified: vtigercrm/branches/5.0.3/modules/Calendar/addEventUI.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Calendar/addEventUI.php (original)
+++ vtigercrm/branches/5.0.3/modules/Calendar/addEventUI.php Tue Mar 20 08:55:42 2007
@@ -866,9 +866,9 @@
 	</td></tr></table>
   </form>
   <script>
-  	var fieldname = new Array('task_subject','task_date_start','task_time_start','taskstatus');
-	var fieldlabel = new Array('Subject','Date','Time','Status');
-	var fielddatatype = new Array('V~M','D~M~time_start','T~O','V~O');
+  	var fieldname = new Array('task_subject','task_date_start','task_time_start','task_due_date','taskstatus');
+	var fieldlabel = new Array('<?php echo $mod_strings['LBL_LIST_SUBJECT']?>','<?php echo $mod_strings['LBL_START_DATE']?>','<?php echo $mod_strings['LBL_TIME']?>','<?php echo $mod_strings['LBL_DUE_DATE']?>','<?php echo $mod_strings['LBL_STATUS']?>');
+	var fielddatatype = new Array('V~M','D~M~time_start','T~O','D~M~OTH~GE~date_start~Start Date & Time','V~O');
   </script>
   </div>
 





More information about the vtigercrm-commits mailing list