web/views/basetemplates.py
branchstable
changeset 6678 5726677f0ae7
parent 6582 8eb7883b4223
child 6697 ffc644fafcb4
--- a/web/views/basetemplates.py	Fri Nov 05 10:41:56 2010 +0100
+++ b/web/views/basetemplates.py	Fri Nov 05 10:49:33 2010 +0100
@@ -339,8 +339,7 @@
         """build the top menu with authentification info and the rql box"""
         w = self.w
         w(u'<table id="header"><tr>\n')
-        for colid, context in (('firstcolumn', 'header-left'),
-                               ('headtext', 'header-center'),
+        for colid, context in (('headtext', 'header-left'),
                                ('header-right', 'header-right'),
                                ):
             w(u'<td id="%s">' % colid)