diff options
Diffstat (limited to 'extensions/BMO')
-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> |