summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/hook/bug/create/create-form.html.tmpl
blob: 1b1f1d67d2a5f9a2c60a6e8813f9850453ffc62e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  <tr>
    <th>Security:</th>
    <td colspan="3">
      [% sec_group = sec_groups.${product.name} || sec_groups._default %]

      <input type="checkbox" name="groups" 
             value="[% sec_group FILTER none %]" id="groups"
        [% FOREACH g = group %]
          [% IF g.name == sec_group %]
            [% " checked=\"checked\"" IF g.checked %]
          [% END %]
        [% END %]
      >
      <label for="groups">Many users could be harmed by this security problem: 
      it should be kept hidden from the public until it is resolved.</label>
      <br><br>
    </td>
  </tr>