From e4466c90fa4a4fc857caeeec1c2996fa54bd77c1 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 16 May 2012 15:36:41 +0800 Subject: Bug 752544: updates to the lost device investigation form --- .../bug/create/comment-employee-incident.txt.tmpl | 18 +++-- .../bug/create/create-employee-incident.html.tmpl | 87 ++++++++++++++-------- 2 files changed, 67 insertions(+), 38 deletions(-) (limited to 'extensions/BMO/template/en/default/bug') diff --git a/extensions/BMO/template/en/default/bug/create/comment-employee-incident.txt.tmpl b/extensions/BMO/template/en/default/bug/create/comment-employee-incident.txt.tmpl index ebd700e16..1b0902d64 100644 --- a/extensions/BMO/template/en/default/bug/create/comment-employee-incident.txt.tmpl +++ b/extensions/BMO/template/en/default/bug/create/comment-employee-incident.txt.tmpl @@ -25,14 +25,20 @@ Reporter: [% original_reporter.identity FILTER none %] [%- END -%] - [% IF !no_display_action_needed %] -Action needed: Please immediately reset the LDAP password for this user. -The user reported that their mobile or laptop device has been lost or stolen. -This ticket was automatically generated from the employee incident reporting -form. A second ticket has been filed (see blocker bugs) for InfraSec to review the -impact of this lost device. + [% IF cgi.param('display_action') %] + [% IF cgi.param('display_action') == 'ldap' %] +Action needed: Please immediately reset the LDAP password for this user. + [% ELSIF cgi.param('display_action') == 'ssh' %] +Action needed: Please immediately disable the SSH key for this user. + [% END %] + +The user reported that their mobile or laptop device has been lost or stolen. +This ticket was automatically generated from the employee incident reporting +form. An additional ticket has been filed (see blocker bugs) for InfraSec to +review the impact of this lost device. [% END %] +Type of device: [% cgi.param('device') %] Was the device encrypted?: [% cgi.param('encrypted') %] Any user data on the device?: [% cgi.param('userdata') %] [% IF cgi.param('userdata') == 'Yes' %] diff --git a/extensions/BMO/template/en/default/bug/create/create-employee-incident.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-employee-incident.html.tmpl index df7ba24df..2bbacdb12 100644 --- a/extensions/BMO/template/en/default/bug/create/create-employee-incident.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-employee-incident.html.tmpl @@ -18,19 +18,18 @@ # David Lawrence #%] -[% PROCESS global/variables.none.tmpl %] - -[% PROCESS global/header.html.tmpl - title = "Mozilla Corporation/Foundation Employee Incident" +[% PROCESS global/variables.none.tmpl %] + +[% PROCESS global/header.html.tmpl + title = "Mozilla Corporation/Foundation Employee Incident" %] - -[% USE Bugzilla %] + +[% USE Bugzilla %]

Please use this form for employee incidents only!

If you have a [% terms.bug %] to file, go here.

-

* Required Fields

+

* Required Fields

@@ -142,6 +145,7 @@ + @@ -161,7 +165,7 @@ * Summary: @@ -171,6 +175,25 @@ @@ -220,13 +243,13 @@ @@ -249,7 +272,7 @@ [% comment FILTER html %] - +
-
Stolen Details: + + + + @@ -197,10 +220,10 @@ - +
+ + + +
-
  @@ -262,4 +285,4 @@ Thanks for contacting us. You will be notified by email of any progress made in resolving your request.

-[% PROCESS global/footer.html.tmpl %] +[% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b