phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [18599] Temporary Fix for bg colors, we still need to


From: Caeies
Subject: [Phpgroupware-cvs] [18599] Temporary Fix for bg colors, we still need to close <tbody>, and I don't known how ...
Date: Wed, 04 Jun 2008 18:03:36 +0000

Revision: 18599
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18599
Author:   Caeies
Date:     2008-06-04 18:03:36 +0000 (Wed, 04 Jun 2008)

Log Message:
-----------
Temporary Fix for bg colors, we still need to close <tbody>, and I don't known 
how ...

Modified Paths:
--------------
    trunk/calendar/templates/base/preference_acl_row.tpl
    trunk/calendar/templates/base/preference_colspan.tpl

Modified: trunk/calendar/templates/base/preference_acl_row.tpl
===================================================================
--- trunk/calendar/templates/base/preference_acl_row.tpl        2008-06-04 
17:46:26 UTC (rev 18598)
+++ trunk/calendar/templates/base/preference_acl_row.tpl        2008-06-04 
18:03:36 UTC (rev 18599)
@@ -1,5 +1,5 @@
 <!-- $Id$ -->
-   <tr bgcolor="{row_color}">
+   <tr class="{row_color}">
     <td>{user}</td>
     <td align="center"><input type="checkbox" name="{read}" 
value="Y"{read_selected}></td>
     <td align="center"><input type="checkbox" name="{add}" 
value="Y"{add_selected}></td>

Modified: trunk/calendar/templates/base/preference_colspan.tpl
===================================================================
--- trunk/calendar/templates/base/preference_colspan.tpl        2008-06-04 
17:46:26 UTC (rev 18598)
+++ trunk/calendar/templates/base/preference_colspan.tpl        2008-06-04 
18:03:36 UTC (rev 18599)
@@ -1,4 +1,5 @@
-  <tr bgcolor="{bg_color}">
+<thead>
+  <tr class="{bg_color}">
     <td>{string}</td>
     <td align="center">{lang_read}</td>
     <td align="center">{lang_add}</td>
@@ -6,3 +7,5 @@
     <td align="center">{lang_delete}</td>
     <td align="center">{lang_private}</td>
   </tr>
+</thead>
+<tbody>






reply via email to

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