diff --git a/core/templates/core/payroll_dashboard.html b/core/templates/core/payroll_dashboard.html index 378a33a..e02efb8 100644 --- a/core/templates/core/payroll_dashboard.html +++ b/core/templates/core/payroll_dashboard.html @@ -744,9 +744,11 @@ - {# --- Sort state (column-header clicks will set these via JS in Task 9) --- #} + {# --- Sort state (column-header clicks set these via JS) --- #} + {# --- Group-by state (keeps Flat/By Type/By Worker across Apply) --- #} + {# --- Apply / Clear buttons --- #}
@@ -875,8 +877,9 @@
- {# --- Pagination (hrefs go through `url_replace` so `page=` doesn't stack) --- #} - {% if adj_page.has_other_pages %} + {# --- Pagination: flat view only. When grouped, group headers act as --- #} + {# --- their own navigation and totals cover the whole filtered set. --- #} + {% if adj_page.has_other_pages and not adj_groups %}