diff options
author | Dylan William Hardison <dylan@mozilla.com> | 2015-06-10 22:17:34 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2015-06-10 22:18:14 +0200 |
commit | f90bf2052bcfc571647f01afed1e58a9c52953e0 (patch) | |
tree | 7712f7f33b1c967350eaa6257d2f331c0f09188a /extensions | |
parent | e780610fa12d0d7f57646e5f6086302d83355190 (diff) | |
download | bugzilla-f90bf2052bcfc571647f01afed1e58a9c52953e0.tar.gz bugzilla-f90bf2052bcfc571647f01afed1e58a9c52953e0.tar.xz |
Bug 1172614: Revise VP list in from created in bug 1121594
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/template/en/default/bug/create/create-recruiting.html.tmpl | 15 | ||||
-rw-r--r-- | extensions/BMO/template/en/default/bug/create/vp-authority.html.tmpl | 18 |
2 files changed, 19 insertions, 14 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/create-recruiting.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-recruiting.html.tmpl index 621bed533..4a5951665 100644 --- a/extensions/BMO/template/en/default/bug/create/create-recruiting.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-recruiting.html.tmpl @@ -138,20 +138,7 @@ function jobDescToggle(what) { <td> <select required id="vp_authority" name="vp_authority"> <option value="">Select..</option> - <option value="Andreas Gal">Andreas Gal</option> - <option value="Chris Beard">Chris Beard</option> - <option value="Darren Herman">Darren Herman</option> - <option value="David Bryant">David Bryant</option> - <option value="David Slater">David Slater</option> - <option value="Denelle Dixon Thayer">Denelle Dixon Thayer</option> - <option value="Jim Cook">Jim Cook</option> - <option value="Johnath Nightingale">Johnath Nightingale</option> - <option value="Li Gong">Li Gong</option> - <option value="Mark Mayo">Mark Mayo</option> - <option value="Mary Ellen Muckerman">Mary Ellen Muckerman</option> - <option value="Pete Scanlon">Pete Scanlon</option> - <option value="Rick Fant">Rick Fant</option> - <option value="Sylvie Veilleux">Sylvie Veilleux</option> + [% INCLUDE "bug/create/vp-authority.html.tmpl" %] </select> </td> </tr> diff --git a/extensions/BMO/template/en/default/bug/create/vp-authority.html.tmpl b/extensions/BMO/template/en/default/bug/create/vp-authority.html.tmpl new file mode 100644 index 000000000..ed2d3478a --- /dev/null +++ b/extensions/BMO/template/en/default/bug/create/vp-authority.html.tmpl @@ -0,0 +1,18 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + +<option value="Chris Beard">Chris Beard</option> +<option value="Darren Herman">Darren Herman</option> +<option value="David Bryant">David Bryant</option> +<option value="David Slater">David Slater</option> +<option value="Denelle Dixon Thayer">Denelle Dixon Thayer</option> +<option value="Jascha KaykasWolff">Jascha KaykasWolff</option> +<option value="Jim Cook">Jim Cook</option> +<option value="Mark Mayo">Mark Mayo</option> +<option value="Mary Ellen Muckerman">Mary Ellen Muckerman</option> +<option value="Sylvie Veilleux">Sylvie Veilleux</option> |