]> git.ipfire.org Git - thirdparty/bugzilla.git/blob
889543c0cd4585c8a5c5b74637b910993a932954
[thirdparty/bugzilla.git] /
1 [%# This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4 #
5 # This Source Code Form is "Incompatible With Secondary Licenses", as
6 # defined by the Mozilla Public License, v. 2.0.
7 #%]
8
9 [% USE Bugzilla %]
10 [% cgi = Bugzilla.cgi %]
11
12 > Request Type
13 [%+ cgi.param('data_comp_request_type') %]
14
15 > Area
16 [%+ cgi.param('data_comp_area') %]
17
18 > Description
19 [%+ cgi.param('data_comp_desc') %]
20
21 > Does this request involve a change in data collection or handling?
22 [%+ cgi.param('data_comp_handling_change') %]
23
24 > Does this request involve a change in to the business unit's data practices?
25 [%+ cgi.param('data_comp_practice_change') %]
26
27 > Other Information
28 [%+ cgi.param('data_comp_other') || "None" %]