phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: timetrack newcustomer.php,1.7.2.2,1.7.2.3


From: Bob Schader <address@hidden>
Subject: [Phpgroupware-cvs] CVS: timetrack newcustomer.php,1.7.2.2,1.7.2.3
Date: Fri, 15 Mar 2002 16:55:53 -0500

Update of /cvsroot/phpgroupware/timetrack
In directory subversions:/tmp/cvs-serv3183

Modified Files:
      Tag: Version-0_9_14-branch
        newcustomer.php 
Log Message:
more bad date rep fix for pgsql

Index: newcustomer.php
===================================================================
RCS file: /cvsroot/phpgroupware/timetrack/newcustomer.php,v
retrieving revision 1.7.2.2
retrieving revision 1.7.2.3
diff -C2 -r1.7.2.2 -r1.7.2.3
*** newcustomer.php     15 Mar 2002 20:26:23 -0000      1.7.2.2
--- newcustomer.php     15 Mar 2002 21:55:48 -0000      1.7.2.3
***************
*** 76,79 ****
--- 76,82 ----
  else
   {
+    inc_cal(); // Init js calendar datepicker
+    inc_myutil(); // validation routines, etc for form inputs
+ 
    ?>
  
***************
*** 118,128 ****
  
      <tr>
!      <td width="30%"><?php echo lang("Last Job"); ?></td>
!      <td width="70%"><input name="lastjobnum" value="<?php echo $lastjobnum; 
?>"></td>
      </tr>
  
      <tr>
       <td width="30%"><?php echo lang("Date Finished"); ?></td>
!      <td width="70%"><input name="lastjobfinished" value="<?php echo 
$lastjobfinished; ?>"></td>
      </tr>
  
--- 121,134 ----
  
      <tr>
!      <td width="30%"><?php echo lang("Last Job Number"); ?></td>
!      <td width="70%"><input name="lastjobnum" 
onBlur="CheckNum(this,0,99999);" value="<?php echo $lastjobnum; ?>"></td>
      </tr>
  
      <tr>
       <td width="30%"><?php echo lang("Date Finished"); ?></td>
!      <td width="70%">
!      <?php 
!          CalDateSelector("addcust","lastjobfinished",0,"");
!      ?></td>
      </tr>
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]