From b27fc452f2a923dc5e9d30fc2e197da78b1712b6 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 8 Nov 2016 00:17:53 +0000 Subject: Bug 1314168 - Update to form for Recruiting Product --- .../default/bug/create/comment-recruiting.txt.tmpl | 23 +++- .../default/bug/create/create-recruiting.html.tmpl | 130 ++++++++++++++++++--- 2 files changed, 133 insertions(+), 20 deletions(-) (limited to 'extensions/BMO/template/en/default/bug/create') diff --git a/extensions/BMO/template/en/default/bug/create/comment-recruiting.txt.tmpl b/extensions/BMO/template/en/default/bug/create/comment-recruiting.txt.tmpl index 077697b32..5bedfb6a6 100644 --- a/extensions/BMO/template/en/default/bug/create/comment-recruiting.txt.tmpl +++ b/extensions/BMO/template/en/default/bug/create/comment-recruiting.txt.tmpl @@ -17,23 +17,35 @@ [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] +Position Job Family Title: +[%+ cgi.param('position_job_family_title') %] + Cost Center: [%+ cgi.param('cost_center') %] Hiring Manager: [%+ cgi.param('hiring_manager_name') %] +Hiring Manager Workday Title: +[%+ cgi.param('hiring_manager_workday_title') %] + +Director Authority: +[%+ cgi.param('director_authority') %] + VP Authority: [%+ cgi.param('vp_authority') %] HRBP: [%+ cgi.param('hrbp_name') %] -Regular or Seasonal? -[%+ cgi.param('reg_or_seasonal') %] +Employment Type: +[%+ cgi.param('employment_type') %] -Desired Location: -[%+ cgi.param("desired_location") %] +Desired Locations: +[%+ cgi.param("desired_location").join(', ') %] + +Job Level: +[%+ cgi.param('job_level') %] Comp Grade: [%+ cgi.param("comp_grade") %] @@ -41,6 +53,9 @@ Comp Grade: Is this new headcount or backfill? [%+ cgi.param("new_or_backfill") %] +Name of Backfill: +[%+ cgi.param('backfill_name') %] + Are you hiring multiple of this position this year? [%+ cgi.param("multiple") %] 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 342c5b879..c30fbd940 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 @@ -45,13 +45,13 @@ label.required:before { function jobDescToggle(what) { switch (what) { case 'text': - YAHOO.util.Dom.removeClass('jobDescText', 'bz_default_hidden'); - YAHOO.util.Dom.addClass('jobDescFile', 'bz_default_hidden'); + $('#jobDescText').show(); + $('#jobDescFile').hide(); break; case 'file': - YAHOO.util.Dom.addClass('jobDescText', 'bz_default_hidden'); - YAHOO.util.Dom.removeClass('jobDescFile', 'bz_default_hidden'); + $('#jobDescText').hide(); + $('#jobDescFile').show(); break; } } @@ -103,13 +103,22 @@ function jobDescToggle(what) { + + + + + + + + + + + + + + + - + + + + + @@ -223,6 +310,17 @@ function jobDescToggle(what) { + + + + + - + -- cgit v1.2.3-24-g4f1b
- +
+ + + +
@@ -134,6 +143,24 @@ function jobDescToggle(what) {
+ + + +
+ + + +
@@ -163,24 +190,27 @@ function jobDescToggle(what) {
- + - - - + + + + + +
- + + - @@ -201,12 +231,69 @@ function jobDescToggle(what) {
+ + +
- +
+ + + +
@@ -272,7 +370,7 @@ function jobDescToggle(what) {