web/views/bookmark.py
changeset 4309 bdac9e9e76cd
parent 4306 01e5efc0d823
child 4311 e9e93967b7b5
--- 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'))