web/views/startup.py
changeset 5819 1017163825c7
parent 5718 8d246203730a
child 5849 9db65b381028
--- a/web/views/startup.py	Mon Jun 21 16:01:57 2010 +0200
+++ b/web/views/startup.py	Mon Jun 21 16:13:41 2010 +0200
@@ -99,7 +99,7 @@
         views = self._cw.vreg['views'].possible_views(self._cw, None)
         if not views:
             return
-        self.w(u'<ul>')
+        self.w(u'<ul class="startup">')
         for v in sorted(views, key=lambda x: self._cw._(x.title)):
             if v.category != 'startupview' or v.__regid__ in ('index', 'tree', 'manage'):
                 continue