[CalendarServer-changes] [1150] CalendarServer/trunk/twistedcaldav/extensions.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Feb 9 09:00:47 PST 2007


Revision: 1150
          http://trac.macosforge.org/projects/calendarserver/changeset/1150
Author:   cdaboo at apple.com
Date:     2007-02-09 09:00:46 -0800 (Fri, 09 Feb 2007)

Log Message:
-----------
Display property names at the top of their cells for readability.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/extensions.py

Modified: CalendarServer/trunk/twistedcaldav/extensions.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/extensions.py	2007-02-08 00:50:02 UTC (rev 1149)
+++ CalendarServer/trunk/twistedcaldav/extensions.py	2007-02-09 17:00:46 UTC (rev 1150)
@@ -273,7 +273,7 @@
 
                 output.append(
                     """<tr class="%(even)s">"""
-                    """<td>%(name)s</td>"""
+                    """<td valign="top">%(name)s</td>"""
                     """<td><pre>%(value)s</pre></td>"""
                     """</tr>"""
                     % {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070209/b351131b/attachment.html


More information about the calendarserver-changes mailing list