web/views/bookmark.py
branchtls-sprint
changeset 1739 78b0819162a8
parent 1721 694f6a50e138
child 1977 606923dff11b
--- 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'