--- a/web/views/bookmark.py Tue May 12 11:49:30 2009 +0200
+++ b/web/views/bookmark.py Tue May 12 11:56:12 2009 +0200
@@ -11,12 +11,9 @@
from cubicweb import Unauthorized
from cubicweb.selectors import implements
from cubicweb.web.htmlwidgets import BoxWidget, BoxMenu, RawBoxItem
-from cubicweb.web import uicfg, action, box, formwidgets
+from cubicweb.web import action, box
from cubicweb.web.views import primary
-uicfg.rcategories.tag_attribute('!Bookmark', 'path', 'primary')
-uicfg.rwidgets.tag_attribute('Bookmark', 'path', formwidgets.TextInput)
-
class FollowAction(action.Action):
id = 'follow'