equal
deleted
inserted
replaced
80 wdg = facet.get_widget() |
80 wdg = facet.get_widget() |
81 if wdg is not None: |
81 if wdg is not None: |
82 widgets.append(wdg) |
82 widgets.append(wdg) |
83 if not widgets: |
83 if not widgets: |
84 return |
84 return |
85 self.displayBookmarkLink(rset) |
85 if self.bkLinkBox_template: |
|
86 self.displayBookmarkLink(rset) |
86 w = self.w |
87 w = self.w |
87 w(u'<form method="post" id="%sForm" cubicweb:facetargs="%s" action="">' % ( |
88 w(u'<form method="post" id="%sForm" cubicweb:facetargs="%s" action="">' % ( |
88 divid, html_escape(dumps([divid, vid, paginate, self.facetargs()])))) |
89 divid, html_escape(dumps([divid, vid, paginate, self.facetargs()])))) |
89 w(u'<fieldset>') |
90 w(u'<fieldset>') |
90 hiddens = {'facets': ','.join(wdg.facet.id for wdg in widgets), |
91 hiddens = {'facets': ','.join(wdg.facet.id for wdg in widgets), |