Refactor the 'select all checkboxes' javascript into a separate file so it can...
Refactor the 'select all checkboxes' javascript into a separate file so it can be used on other tables easily. Add a test for the select all checkboxes javascript. Remove the label from the 'delete' column (which is now a 'select all' column as we may have other actions) and move it to the first column as per balsamic mockups.
Showing
- django/website/hid/assets.py 2 additions, 1 deletiondjango/website/hid/assets.py
- django/website/hid/static/hid/js/select_all_checkbox.js 53 additions, 0 deletionsdjango/website/hid/static/hid/js/select_all_checkbox.js
- django/website/hid/tables.py 1 addition, 1 deletiondjango/website/hid/tables.py
- django/website/hid/templates/hid/tests/select_all_checkbox.html 56 additions, 0 deletions.../website/hid/templates/hid/tests/select_all_checkbox.html
- django/website/hid/templates/hid/view.html 0 additions, 50 deletionsdjango/website/hid/templates/hid/view.html
- django/website/hid/tests/util_javascript_tests.py 16 additions, 0 deletionsdjango/website/hid/tests/util_javascript_tests.py
- django/website/media/less/view-edit.less 3 additions, 3 deletionsdjango/website/media/less/view-edit.less
Please register or sign in to comment