-
- Downloads
[IMP] website_(profile, slides): add custom pager to show on all users / courses pages
If there are too much users to show on the page and to avoid performance issues, a pager is now applied on the all users page. A new pager based on website_pager is added in order to ease the navigation through the potential high number of pages. 'Go to first page' and 'Go to last page' buttons have been added and the design of the pager have been adapted to be more integrated into the new eLearning platform. Also add the pager on the slide page if search category is applied. The pager was already computed in the controller but not displayed. Task ID : 1946160 PR #31697
Showing
- addons/portal/controllers/portal.py 8 additions, 0 deletionsaddons/portal/controllers/portal.py
- addons/website_profile/controllers/main.py 1 addition, 0 deletionsaddons/website_profile/controllers/main.py
- addons/website_profile/static/src/scss/website_profile.scss 37 additions, 0 deletionsaddons/website_profile/static/src/scss/website_profile.scss
- addons/website_profile/views/website_profile.xml 23 additions, 2 deletionsaddons/website_profile/views/website_profile.xml
- addons/website_slides/controllers/main.py 6 additions, 4 deletionsaddons/website_slides/controllers/main.py
- addons/website_slides/views/website_slides_templates_course.xml 5 additions, 0 deletions.../website_slides/views/website_slides_templates_course.xml
Loading
Please register or sign in to comment