From 7d0c10e71498f2909f466fc0ccda1890595bd3ff Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 13 Apr 2015 13:58:11 +0200 Subject: Bug 1137307: Bug reports are not valid HTML5 pages r=dkl a=glob --- template/en/default/flag/list.html.tmpl | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) (limited to 'template/en/default/flag/list.html.tmpl') diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index 047fd4425..169cf8a51 100644 --- a/template/en/default/flag/list.html.tmpl +++ b/template/en/default/flag/list.html.tmpl @@ -23,13 +23,12 @@ [% UNLESS flag_no_header %] - + [% IF any_flags_requesteeble %] - + + [% END %] + [% IF edit_multiple_bugs %] + [% END %] [% END %] @@ -57,7 +56,10 @@ [% NEXT UNLESS type.flags && type.flags.size > 0 && type.is_multiplicable && type.is_active %] [% IF !separator_displayed %] - + [% sep_length = 3 + (any_flags_requesteeble ? 1 : 0) + (edit_multiple_bugs ? 1 : 0) %] + + + [% separator_displayed = 1 %] [% END %] @@ -123,7 +125,7 @@ [% END %] [% IF !flag || (can_edit_flag && user.can_request_flag(type)) || flag.setter_id == user.id %] - + [% END %] [% IF type.is_active && can_edit_flag %] [% IF (type.is_requestable && user.can_request_flag(type)) || (flag && flag.status == "?") %] @@ -171,16 +173,19 @@ [% END %] [% END %] - + + [% END %] [% END %] -- cgit v1.2.3-24-g4f1b
- Flags: - Flags: - Requestee: - Requestee: 


- [% IF type.is_multiplicable && edit_multiple_bugs %] + [% IF edit_multiple_bugs %] + + [% IF type.is_multiplicable %] [% END %] -