Skip to content

Commit

Permalink
Bug 1183899 - Restricting access of bugs submitted from the FSA Budge…
Browse files Browse the repository at this point in the history
…t Request form
  • Loading branch information
globau committed Jul 16, 2015
1 parent 028d280 commit 9e60299
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -9,9 +9,6 @@
[% PROCESS global/variables.none.tmpl %]

[% inline_style = BLOCK %]
#fsa_form {
width: 60%;
}
#fsa_form .required:after {
content: " *";
color: red;
Expand Down Expand Up @@ -99,6 +96,7 @@ function validateAndSubmit() {
<input type="hidden" name="bug_severity" id="bug_severity" value="normal">
<input type="hidden" name="short_desc" id="short_desc" value="">
<input type="hidden" name="cc" id="cc" value="">
<input type="hidden" name="groups" value="mozilla-employee-confidential">
<input type="hidden" name="token" value="[% token FILTER html %]">

<div class="form_section">
Expand Down

0 comments on commit 9e60299

Please sign in to comment.