web/views/timeline.py
changeset 4252 6c4f109c2b03
parent 3460 e4843535db25
parent 4244 2c3de1953d00
child 5377 84d14ddfae13
--- a/web/views/timeline.py	Mon Jan 18 19:05:08 2010 +0100
+++ b/web/views/timeline.py	Mon Jan 18 19:21:30 2010 +0100
@@ -3,7 +3,7 @@
 cf. http://code.google.com/p/simile-widgets/
 
 :organization: Logilab
-:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
+:copyright: 2008-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
 """
@@ -105,7 +105,7 @@
     __regid__ = 'timeline'
     title = _('timeline')
     __select__ = implements(ICalendarable)
-    need_navigation = False
+    paginable = False
     def call(self, tlunit=None):
         self._cw.html_headers.define_var('Timeline_urlPrefix', self._cw.datadir_url)
         rql = self.cw_rset.printable_rql()