From 5f52ea9a2d70e9e386ae2aecbd0382d21c16566d Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Fri, 8 Nov 2002 12:21:10 +0000 Subject: Fix for bug 171480: make output for non requestee-specific requests look better in the request queue. r=joel a=justdave --- template/en/default/request/queue.html.tmpl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'template/en/default/request') diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl index edd87c455..a3449da8e 100644 --- a/template/en/default/request/queue.html.tmpl +++ b/template/en/default/request/queue.html.tmpl @@ -63,8 +63,13 @@ No requests.

[% ELSE %] + [% PROCESS start_new_table %] [% FOREACH request = requests %] - [% PROCESS start_new_table IF request.$group_field != group_value %] + [% IF request.$group_field != group_value %] + + [% PROCESS start_new_table %] + [% group_value = request.$group_field %] + [% END %] [% FOREACH column = display_columns %] [% NEXT IF column == group_field || excluded_columns.contains(column) %] @@ -146,8 +151,7 @@ [% PROCESS global/footer.html.tmpl %] [% BLOCK start_new_table %] - [% "" UNLESS group_value == "" %] -

[% column_headers.$group_field %]: [% request.$group_field FILTER html %]

+

[% column_headers.$group_field %]: [% (request.$group_field || "None") FILTER html %]

[% FOREACH column = display_columns %] @@ -155,7 +159,6 @@ [% END %] - [% group_value = request.$group_field %] [% END %] [% BLOCK display_type %] -- cgit v1.2.3-24-g4f1b
[% column_headers.$column %]