reminder
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 21 Jan 2010 10:52:47 +0100
changeset 4309 bdac9e9e76cd
parent 4308 ab3f1520502c
child 4310 a139b98b6af5
reminder
web/views/bookmark.py
--- a/web/views/bookmark.py	Thu Jan 21 10:52:24 2010 +0100
+++ b/web/views/bookmark.py	Thu Jan 21 10:52:47 2010 +0100
@@ -100,6 +100,8 @@
             # use a relative path so that we can move the instance without
             # loosing bookmarks
             path = req.relative_path()
+            # XXX if vtitle specified in params, extract it and use it as default value
+            # for bookmark's title
             url = self.create_url(self.etype, __linkto=linkto, path=path)
             boxmenu.append(self.mk_action(req._('bookmark this page'), url,
                                           category='manage', id='bookmark'))