--- a/web/views/startup.py Mon May 17 17:30:28 2010 +0200
+++ b/web/views/startup.py Mon May 17 17:30:52 2010 +0200
@@ -97,7 +97,8 @@
self.startupviews_table()
def startupviews_table(self):
- for v in self._cw.vreg['views'].possible_views(self._cw, None):
+ views = self._cw.vreg['views'].possible_views(self._cw, None)
+ for v in sorted(views, key=lambda x: self._cw._(x.title)):
if v.category != 'startupview' or v.__regid__ in ('index', 'tree', 'manage'):
continue
self.w('<p><a href="%s">%s</a></p>' % (