web/views/ibreadcrumbs.py
changeset 3407 da9cc8cc7c5f
parent 3377 dd9d292b6a6d
child 3451 6b46d73823f5
equal deleted inserted replaced
3406:e343f37f7013 3407:da9cc8cc7c5f
    21 
    21 
    22 class BreadCrumbEntityVComponent(Component):
    22 class BreadCrumbEntityVComponent(Component):
    23     __regid__ = 'breadcrumbs'
    23     __regid__ = 'breadcrumbs'
    24     __select__ = one_line_rset() & implements(IBreadCrumbs)
    24     __select__ = one_line_rset() & implements(IBreadCrumbs)
    25 
    25 
    26     property_defs = {
    26     cw_property_defs = {
    27         _('visible'):  dict(type='Boolean', default=True,
    27         _('visible'):  dict(type='Boolean', default=True,
    28                             help=_('display the component or not')),
    28                             help=_('display the component or not')),
    29         }
    29         }
    30     title = _('contentnavigation_breadcrumbs')
    30     title = _('contentnavigation_breadcrumbs')
    31     help = _('contentnavigation_breadcrumbs_description')
    31     help = _('contentnavigation_breadcrumbs_description')