web/views/bookmark.py
changeset 852 105893288777
parent 0 b97547f5f1fa
child 939 ad72e06320e2
--- a/web/views/bookmark.py	Wed Feb 11 16:41:19 2009 +0100
+++ b/web/views/bookmark.py	Wed Feb 11 16:46:18 2009 +0100
@@ -68,9 +68,9 @@
                 dlink = u'[<a href="javascript:removeBookmark(%s)" title="%s">-</a>]' % (
                     bookmark.eid, _('delete this bookmark'))
                 label = '%s %s' % (dlink, label)
-            box.append(RawBoxItem(label, liclass=u'invisible'))
+            box.append(RawBoxItem(label))
         if eschema.has_perm(req, 'add') and rschema.has_perm(req, 'add', toeid=ueid):
-            boxmenu = BoxMenu(req._('manage bookmarks'), liclass=u'invisible')
+            boxmenu = BoxMenu(req._('manage bookmarks'))
             linkto = 'bookmarked_by:%s:subject' % ueid
             # use a relative path so that we can move the application without
             # loosing bookmarks