summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3603226)
raw | patch | inline | side by side (parent: 3603226)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 28 Jul 2001 08:17:09 +0000 (08:17 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 28 Jul 2001 08:17:09 +0000 (08:17 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@122 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/htmltemplate.py | patch | blob | history |
index 4f819a33f0785972b0e61914db0a8d69dbc233b7..c7075b3150dd3360a848028afdd81c348cc92fa0 100644 (file)
--- a/roundup/htmltemplate.py
+++ b/roundup/htmltemplate.py
-# $Id: htmltemplate.py,v 1.4 2001-07-28 07:59:53 richard Exp $
+# $Id: htmltemplate.py,v 1.5 2001-07-28 08:17:09 richard Exp $
import os, re, StringIO, urllib, cgi, errno
if value is None:
value = '[empty %s]'%name
l.append(value)
- w('<tr class="list-header">'
- '<td align=left colspan=%s><strong>%s</strong></td></tr>'%(
+ w('<tr class="section-bar">'
+ '<td align=middle colspan=%s><strong>%s</strong></td></tr>'%(
len(columns), ', '.join(l)))
old_group = this_group
#
# $Log: not supported by cvs2svn $
+# Revision 1.4 2001/07/28 07:59:53 richard
+# Replaced errno integers with their module values.
+# De-tabbed templatebuilder.py
+#
# Revision 1.3 2001/07/25 03:39:47 richard
# Hrm - displaying links to classes that don't specify a key property. I've
# got it defaulting to 'name', then 'title' and then a "random" property (first