web/views/startup.py
branchstable
changeset 5530 da21e3fbe240
parent 5424 8ecbcbff9777
child 5545 25fd74c23f91
child 5839 53cbdc5e0426
--- 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>' % (