File tree Expand file tree Collapse file tree 2 files changed +19
-14
lines changed
extensions/BMO/template/en/default/bug/create Expand file tree Collapse file tree 2 files changed +19
-14
lines changed Original file line number Diff line number Diff line change @@ -138,20 +138,7 @@ function jobDescToggle(what) {
138
138
<td>
139
139
<select required id="vp_authority" name="vp_authority">
140
140
<option value="">Select..</option>
141
- <option value="Andreas Gal">Andreas Gal</option>
142
- <option value="Chris Beard">Chris Beard</option>
143
- <option value="Darren Herman">Darren Herman</option>
144
- <option value="David Bryant">David Bryant</option>
145
- <option value="David Slater">David Slater</option>
146
- <option value="Denelle Dixon Thayer">Denelle Dixon Thayer</option>
147
- <option value="Jim Cook">Jim Cook</option>
148
- <option value="Johnath Nightingale">Johnath Nightingale</option>
149
- <option value="Li Gong">Li Gong</option>
150
- <option value="Mark Mayo">Mark Mayo</option>
151
- <option value="Mary Ellen Muckerman">Mary Ellen Muckerman</option>
152
- <option value="Pete Scanlon">Pete Scanlon</option>
153
- <option value="Rick Fant">Rick Fant</option>
154
- <option value="Sylvie Veilleux">Sylvie Veilleux</option>
141
+ [% INCLUDE "bug/create/vp-authority.html.tmpl" %]
155
142
</select>
156
143
</td>
157
144
</tr>
Original file line number Diff line number Diff line change
1
+ [%# This Source Code Form is subject to the terms of the Mozilla Public
2
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
3
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
+ #
5
+ # This Source Code Form is "Incompatible With Secondary Licenses", as
6
+ # defined by the Mozilla Public License, v. 2.0.
7
+ #%]
8
+
9
+ <option value="Chris Beard">Chris Beard</option>
10
+ <option value="Darren Herman">Darren Herman</option>
11
+ <option value="David Bryant">David Bryant</option>
12
+ <option value="David Slater">David Slater</option>
13
+ <option value="Denelle Dixon Thayer">Denelle Dixon Thayer</option>
14
+ <option value="Jascha KaykasWolff">Jascha KaykasWolff</option>
15
+ <option value="Jim Cook">Jim Cook</option>
16
+ <option value="Mark Mayo">Mark Mayo</option>
17
+ <option value="Mary Ellen Muckerman">Mary Ellen Muckerman</option>
18
+ <option value="Sylvie Veilleux">Sylvie Veilleux</option>
You can’t perform that action at this time.
0 commit comments