Skip to content

Commit f90bf20

Browse files
Dylan William Hardisondylanwh
authored andcommitted
Bug 1172614: Revise VP list in from created in bug 1121594
1 parent e780610 commit f90bf20

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

extensions/BMO/template/en/default/bug/create/create-recruiting.html.tmpl

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -138,20 +138,7 @@ function jobDescToggle(what) {
138138
<td>
139139
<select required id="vp_authority" name="vp_authority">
140140
<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" %]
155142
</select>
156143
</td>
157144
</tr>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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>

0 commit comments

Comments
 (0)