phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] calendar/templates/probusiness/month_header.tpl, 1.1.


From: nomail
Subject: [Phpgroupware-cvs] calendar/templates/probusiness/month_header.tpl, 1.1.2.4
Date: Fri, 21 May 2004 07:49:17 -0000

Update of /calendar/templates/probusiness
Modified Files:
        Branch: Version-0_9_16-branch
          month_header.tpl

date: 2004/04/23 14:18:30;  author: fipsfuchs;  state: Exp;  lines: +8 -6

Log Message:
code review by danielb and fips
=====================================================================
Index: calendar/templates/probusiness/month_header.tpl
diff -u calendar/templates/probusiness/month_header.tpl:1.1.2.3 
calendar/templates/probusiness/month_header.tpl:1.1.2.4
--- calendar/templates/probusiness/month_header.tpl:1.1.2.3     Mon Mar  1 
09:49:31 2004
+++ calendar/templates/probusiness/month_header.tpl     Fri Apr 23 14:18:30 2004
@@ -1,15 +1,17 @@
-
 <!-- BEGIN monthly_header -->
-  <tr colspan="{cols}" width="{col_width}%">
+  <tr colspan="{cols}">
    {column_header}
   </tr>
 <!-- END monthly_header -->
+
 <!-- BEGIN column_title -->
-  <th width="11%" class="header">{col_title}</th>
+  <th class="header">
+       {col_title}
+  </th>
 <!-- END column_title -->
+
 <!-- BEGIN month_column -->
-  <td class="calendarMonth_header" colspan="1" width="{col_width}%"{extra}>
-{column_data}
+  <td class="calendar_day" {extra}>
+               {column_data}
   </td>
 <!-- END month_column -->
-




reply via email to

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