diff options
author | David Lawrence <dkl@mozilla.com> | 2015-07-09 03:52:25 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-07-09 03:52:25 +0200 |
commit | 51689c00f62c5826544842ada75b1122eed3b06f (patch) | |
tree | 0c6acaffab2fb3767d997183f918dc95c3179bef /template/en/default/bug | |
parent | 5cc7059954467225ef8055df8a1623bea926f216 (diff) | |
download | bugzilla-51689c00f62c5826544842ada75b1122eed3b06f.tar.gz bugzilla-51689c00f62c5826544842ada75b1122eed3b06f.tar.xz |
Bug 1178031: Add an "applies to all platforms" link next to "use my platform"
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index b3619f993..98290f1c2 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -345,8 +345,10 @@ TUI_hide_default('attachment_text_field'); <span id="rep_hw_os"> (<a href="javascript:void(0)" onclick="$('#rep_platform').val('[% rep_platform FILTER js FILTER html %]'); - $('#op_sys').val('[% rep_op_sys FILTER js FILTER html %]'); - $('#rep_hw_os').css('visibility', 'hidden')">use my platform</a>) + $('#op_sys').val('[% rep_op_sys FILTER js FILTER html %]')">use my platform</a>) + (<a href="javascript:void(0)" + onclick="$('#rep_platform').val('All'); + $('#op_sys').val('All')">applies to all platforms</a>) </span> </div> [% needs_extra_tr = 0 %] |