diff options
author | Byron Jones <glob@mozilla.com> | 2015-07-07 06:42:05 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-07-07 06:42:05 +0200 |
commit | 18686c6c8688bd9fe910ca652f9c7036c6776c5e (patch) | |
tree | 4dc63345c87bc32215701c6fba75b715ded1a7d1 /extensions | |
parent | 3f3986a8db6d95459edb75b09cc3fb34b69abeb3 (diff) | |
download | bugzilla-18686c6c8688bd9fe910ca652f9c7036c6776c5e.tar.gz bugzilla-18686c6c8688bd9fe910ca652f9c7036c6776c5e.tar.xz |
Bug 1180776: Mozilla Recruiting Requisition Opening Process Template: Job Description Update
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/template/en/default/bug/create/create-recruiting.html.tmpl | 10 |
1 files changed, 8 insertions, 2 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 4a5951665..cac19e0b5 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 @@ -252,7 +252,10 @@ function jobDescToggle(what) { <td> <em>Please upload a draft of the Job Description you would like to be associated with this requisition (or <a href="javascript:jobDescToggle('text')">paste text as attachment</a>).</em><br> - <input type="file" id="data" name="data" size="60"> + <input type="file" id="data" name="data" size="60"><br> + <em>For job description formatting guidelines and help writing your job description please read the + <a href="https://mana.mozilla.org/wiki/display/globalstaffing/Best+Practices+Guide%3A+Writing+Job+Descriptions" + target="_blank">Best Practices Guide</a>.</em> </td> </tr> @@ -263,7 +266,10 @@ function jobDescToggle(what) { <td> <em>Please copy/paste a draft of the Job Description you would like to be associated with this requisition (or <a href="javascript:jobDescToggle('file')">attach a file</a>).</em><br> - <textarea id="attach_text" name="attach_text" cols="60" rows="4"></textarea> + <textarea id="attach_text" name="attach_text" cols="60" rows="4"></textarea><br> + <em>For job description formatting guidelines and help writing your job description please read the + <a href="https://mana.mozilla.org/wiki/display/globalstaffing/Best+Practices+Guide%3A+Writing+Job+Descriptions" + target="_blank">Best Practices Guide</a>.</em> </td> </tr> |