phpgroupware-developers
[Top][All Lists]
Advanced

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

Re: [Phpgroupware-developers] Timecard recording


From: Bob Schader
Subject: Re: [Phpgroupware-developers] Timecard recording
Date: Sat, 23 Mar 2002 11:46:01 -0500

Thanks for the patches. I am currently involved in a really intensive consulting
job for the next 1-2 weeks on top of my regular fulltime job, so I will probably
not have time to personally deal with any timetrack issues (see previous
email regarding Postgresql probs) until after that job is done.
 
Though I think the PostgreSQL issues might be due to the version as I have
been testing it on Postgres 7.2 under Windows. It could also have something
to do with (since I see it was a German language install) date encoding in use
at the site, but this would all need to be verified. If nothing else, I may have to
seriously look at the possibility of converting the date fields to regular text fields
but I am not sure some of my current date based queries would work with that
field type.
 
Bob Schader
----- Original Message -----
Sent: Saturday, March 23, 2002 10:54 AM
Subject: [Phpgroupware-developers] Timecard recording

We have this running fine with the latest CVS code against MySQL.
We did find one UI problem on the Jobs list page.  The actual list of jobs was pushed to the bottom of the page due to some missing tags.
 
Here is a patch of what we did to fix it if not already fixed:
 
Index: jobslist.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/timetrack/templates/default/jobslist.tpl,v
retrieving revision 1.1
diff -u -r1.1 jobslist.tpl
--- jobslist.tpl 12 Nov 2001 18:24:44 -0000 1.1
+++ jobslist.tpl 23 Mar 2002 15:29:55 -0000
@@ -5,8 +5,10 @@
 
  <center>
  <table border="0" width="90%" align="center">
-  <tr bgcolor="{bg_color}">
+  <tr bgcolor="{th_bg}">
+   <th>
    {next_matchs}
+   </th>
   </tr>
  </table><!-- End Next Matchs -->
  </center>

reply via email to

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