# HG changeset patch # User Sylvain Thénault # Date 1264067567 -3600 # Node ID bdac9e9e76cdf7cc289a12da9dea565b86cdf263 # Parent ab3f1520502cafe764f93261325d0b332140ec4b reminder diff -r ab3f1520502c -r bdac9e9e76cd 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'))