From 84b390d25f1427f7f10265f70e19157689c924c5 Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Mon, 29 Sep 2014 17:32:12 -0400 Subject: Bug 1072981 - User activity labels & params conflate "sort" and "group" --- .../en/default/pages/user_activity.html.tmpl | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'extensions/BMO/template/en') diff --git a/extensions/BMO/template/en/default/pages/user_activity.html.tmpl b/extensions/BMO/template/en/default/pages/user_activity.html.tmpl index ef2115bcb..c9b46b2eb 100644 --- a/extensions/BMO/template/en/default/pages/user_activity.html.tmpl +++ b/extensions/BMO/template/en/default/pages/user_activity.html.tmpl @@ -64,12 +64,12 @@
- Sort: + Group by: - + + @@ -111,12 +111,12 @@ [% IF who_count > 1 %] Who [% END %] - [% IF sort == 'when' %] - [% INCLUDE sort_when_link %] - [% INCLUDE sort_bug_link %] + [% IF group == 'when' %] + [% INCLUDE group_when_link %] + [% INCLUDE group_bug_link %] [% ELSE %] - [% INCLUDE sort_bug_link %] - [% INCLUDE sort_when_link %] + [% INCLUDE group_bug_link %] + [% INCLUDE group_when_link %] [% END %] What Removed @@ -131,7 +131,7 @@ [% IF who_count > 1 %] [% operation.who FILTER email FILTER html %] [% END %] - [% IF sort == 'when' %] + [% IF group == 'when' %] [% change.when FILTER time FILTER no_break %] [% operation.bug FILTER bug_link(operation.bug) FILTER none %] [% ELSE %] @@ -143,7 +143,7 @@   [% END %]   - [% IF sort == 'when' %] + [% IF group == 'when' %]   [% ELSE %] [% change.when FILTER time FILTER no_break %] @@ -213,18 +213,18 @@ [% INCLUDE global/footer.html.tmpl %] -[% BLOCK sort_when_link %] +[% BLOCK group_when_link %] When + [%~%]group=when">When [% END %] -[% BLOCK sort_bug_link %] +[% BLOCK group_bug_link %] [% terms.Bug %] + [%~%]group=bug">[% terms.Bug %] [% END %] -- cgit v1.2.3-24-g4f1b