web/views/bookmark.py
changeset 6548 fd36c1049eed
parent 6141 b8287e54b528
child 6582 8eb7883b4223
--- a/web/views/bookmark.py	Tue Oct 19 13:17:10 2010 +0200
+++ b/web/views/bookmark.py	Tue Oct 19 13:19:50 2010 +0200
@@ -99,7 +99,7 @@
         for bookmark in self.bookmarks_rset.entities():
             label = self.build_link(bookmark.title, bookmark.action_url())
             if self.can_delete:
-                dlink = u'[<a href="javascript:removeBookmark(%s)" title="%s">-</a>]' % (
+                dlink = u'[<a class="action" href="javascript:removeBookmark(%s)" title="%s">-</a>]' % (
                     bookmark.eid, _('delete this bookmark'))
                 label = '<div>%s %s</div>' % (dlink, label)
             self.append(label)