web/views/searchrestriction.py
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 20 May 2009 16:36:02 +0200
branchstable
changeset 1885 c2011d238e98
parent 1802 d628defebc17
child 1977 606923dff11b
permissions -rw-r--r--
replace sideRelated with sideBox

"""contains utility functions and some visual component to restrict results of
a search

:organization: Logilab
:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
"""
__docformat__ = "restructuredtext en"

from logilab.common.deprecation import moved

insert_attr_select_relation = moved('cubicweb.web.facet',
                                    'insert_attr_select_relation')