summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug')
-rw-r--r--template/en/default/bug/create/create.html.tmpl6
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 %]