Code

fixed use of stylesheet
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sat, 28 Jul 2001 08:17:09 +0000 (08:17 +0000)
committerrichard <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

index 4f819a33f0785972b0e61914db0a8d69dbc233b7..c7075b3150dd3360a848028afdd81c348cc92fa0 100644 (file)
@@ -1,4 +1,4 @@
-# $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
 
@@ -610,8 +610,8 @@ def index(client, templates, db, classname, filterspec={}, filter=[],
                         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
 
@@ -795,6 +795,10 @@ def newitem(client, templates, db, classname, form, replace=re.compile(
 
 #
 # $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