web/views/old_calendar.py
changeset 4252 6c4f109c2b03
parent 3457 0924d0d08d60
parent 4244 2c3de1953d00
child 4466 8b0ca7904820
--- a/web/views/old_calendar.py	Mon Jan 18 19:05:08 2010 +0100
+++ b/web/views/old_calendar.py	Mon Jan 18 19:21:30 2010 +0100
@@ -1,7 +1,7 @@
 """html calendar views
 
 :organization: Logilab
-:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
+:copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
 """
@@ -26,7 +26,7 @@
 class _CalendarView(EntityView):
     """base calendar view containing helpful methods to build calendar views"""
     __select__ = implements(ICalendarViews,)
-    need_navigation = False
+    paginable = False
 
     # Navigation building methods / views ####################################