phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] calendar/templates/base edit.tpl


From: Sigurd Nes
Subject: [Phpgroupware-cvs] calendar/templates/base edit.tpl
Date: Fri, 21 Sep 2007 18:08:35 +0000

CVSROOT:        /sources/phpgroupware
Module name:    calendar
Changes by:     Sigurd Nes <sigurdne>   07/09/21 18:08:35

Modified files:
        templates/base : edit.tpl 

Log message:
        class vs bgcolor

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/calendar/templates/base/edit.tpl?cvsroot=phpgroupware&r1=1.1&r2=1.2

Patches:
Index: edit.tpl
===================================================================
RCS file: /sources/phpgroupware/calendar/templates/base/edit.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- edit.tpl    28 Jul 2006 03:30:43 -0000      1.1
+++ edit.tpl    21 Sep 2007 18:08:35 -0000      1.2
@@ -1,4 +1,4 @@
-<!-- $Id: edit.tpl,v 1.1 2006/07/28 03:30:43 skwashd Exp $ -->
+<!-- $Id: edit.tpl,v 1.2 2007/09/21 18:08:35 sigurdne Exp $ -->
 <!-- BEGIN edit_entry -->
 <script language="JavaScript">
        self.name="phpgw_calendar_edit";
@@ -33,7 +33,7 @@
 </center>
 <!-- END edit_entry -->
 <!-- BEGIN list -->
- <tr bgcolor="{tr_color}">
+ <tr class="{tr_color}">
   <td valign="top" width="35%">&nbsp;<b>{field}:</b></td>
   <td valign="top" width="65%">{data}</td>
  </tr>




reply via email to

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