From e184203da9763fc5d7c9363b7ebb950b07c7c3da Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 17 Feb 2017 17:08:17 +0000 Subject: Bug 1280397 - [a11y] Make the component, product, and other latches accessible --- .../template/en/default/bug_modal/edit.html.tmpl | 68 +++++++++++++--------- 1 file changed, 39 insertions(+), 29 deletions(-) (limited to 'extensions/BugModal/template/en/default/bug_modal') diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index ef2922181..a33cc541a 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -352,13 +352,17 @@ hide_on_edit = can_edit_product help = "describecomponents.cgi?product=$filtered_product" %] - -
- [% bug.product FILTER html %] -
- + + +
+ [% bug.product FILTER html %] +
+ +
[% END %] [% WRAPPER bug_modal/field.html.tmpl field = bug_fields.product @@ -391,16 +395,20 @@ help = "describecomponents.cgi?product=$filtered_product&component=$filtered_component#$filtered_component" %] - -
- [% bug.component FILTER html %] -
- + + +
+ [% bug.component FILTER html %] +
+ +
[% END %] [%# importance %] @@ -697,18 +705,20 @@ [% END %] [% IF bug.cc && bug.cc.size %] - [% IF user.id %] - - - [% END %] - - [% - IF bug.cc.size == 1; - is_cced ? "Just you" : "1 person"; - ELSE; - bug.cc.size _ " people"; - END; - %] + + [% IF user.id %] + + + [% END %] + + [% + IF bug.cc.size == 1; + is_cced ? "Just you" : "1 person"; + ELSE; + bug.cc.size _ " people"; + END; + %] + [% ELSE %] Nobody -- cgit v1.2.3-24-g4f1b