phpgroupware-developers
[Top][All Lists]
Advanced

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

[Phpgroupware-developers] Timecard recording


From: Rob Richards
Subject: [Phpgroupware-developers] Timecard recording
Date: Sat, 23 Mar 2002 10:54:01 -0500

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]