web/views/startup.py
changeset 5545 25fd74c23f91
parent 5479 6ba3587c5cda
parent 5530 da21e3fbe240
child 5718 8d246203730a
--- a/web/views/startup.py	Mon May 17 11:05:37 2010 +0200
+++ b/web/views/startup.py	Tue May 18 18:18:08 2010 +0200
@@ -100,7 +100,7 @@
         if not views:
             return
         self.w(u'<ul>')
-        for v in views:
+        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('<li><a href="%s">%s</a></li>' % (