equal
deleted
inserted
replaced
175 not view.need_navigation, show_all_option, |
175 not view.need_navigation, show_all_option, |
176 page_size=page_size) |
176 page_size=page_size) |
177 View.paginate = paginate |
177 View.paginate = paginate |
178 |
178 |
179 class NextPrevNavigationComponent(EntityVComponent): |
179 class NextPrevNavigationComponent(EntityVComponent): |
180 id = 'prevnext' |
180 __regid__ = 'prevnext' |
181 # register msg not generated since no entity implements IPrevNext in cubicweb |
181 # register msg not generated since no entity implements IPrevNext in cubicweb |
182 # itself |
182 # itself |
183 title = _('contentnavigation_prevnext') |
183 title = _('contentnavigation_prevnext') |
184 help = _('contentnavigation_prevnext_description') |
184 help = _('contentnavigation_prevnext_description') |
185 __select__ = (one_line_rset() & primary_view() |
185 __select__ = (one_line_rset() & primary_view() |