From 87634bf6da150adcee4600c097956213b504778d Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 12 Aug 2015 16:20:37 -0400 Subject: Bug 1193878 - Make a few more fields optional on the intern request form --- .../BMO/template/en/default/bug/create/comment-intern.txt.tmpl | 4 ++++ .../BMO/template/en/default/bug/create/create-intern.html.tmpl | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'extensions/BMO/template/en/default/bug/create') diff --git a/extensions/BMO/template/en/default/bug/create/comment-intern.txt.tmpl b/extensions/BMO/template/en/default/bug/create/comment-intern.txt.tmpl index 89c6a8c01..33bcf6764 100644 --- a/extensions/BMO/template/en/default/bug/create/comment-intern.txt.tmpl +++ b/extensions/BMO/template/en/default/bug/create/comment-intern.txt.tmpl @@ -32,8 +32,10 @@ Other Location: [%+ cgi.param("other_location") %] [% END %] +[% IF cgi.param("possible_mentor") %] Possible Mentor: [%+ cgi.param("possible_mentor") %] +[% END %] Business Need: [%+ @@ -59,5 +61,7 @@ Would Hire: Would like to intern again: [%+ cgi.param("would_reintern") %] +[% IF cgi.param("name") %] Name: [%+ cgi.param("name") %] +[% END %] diff --git a/extensions/BMO/template/en/default/bug/create/create-intern.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-intern.html.tmpl index 7c67ba09a..b0fd8cf05 100644 --- a/extensions/BMO/template/en/default/bug/create/create-intern.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-intern.html.tmpl @@ -208,10 +208,10 @@ $(document).ready(function() { [% INCLUDE yesno name = "onsite" %]
-
@@ -279,10 +279,10 @@ $(document).ready(function() {
-
-- cgit v1.2.3-24-g4f1b