web/views/igeocodable.py
changeset 4252 6c4f109c2b03
parent 3998 94cc7cad3d2d
parent 4244 2c3de1953d00
child 4451 65f4665233e6
--- a/web/views/igeocodable.py	Mon Jan 18 19:05:08 2010 +0100
+++ b/web/views/igeocodable.py	Mon Jan 18 19:21:30 2010 +0100
@@ -1,7 +1,7 @@
 """Specific views for entities implementing IGeocodable
 
 :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
 """
@@ -70,7 +70,8 @@
     __regid__ = 'gmap-view'
     __select__ = implements(IGeocodable)
 
-    need_navigation = False
+    __select__ = implements(IGeocodable)
+    paginable = False
 
     def call(self, gmap_key, width=400, height=400, uselabel=True, urlparams=None):
         self._cw.demote_to_html()