[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Mozilla Corporation. # Portions created by Mozilla are Copyright (C) 2008 Mozilla # Corporation. All Rights Reserved. # # Contributor(s): Mark Smith # Reed Loden #%] [% PROCESS global/variables.none.tmpl %] [% inline_style = BLOCK %] #heading { font-size: 2em; font-weight: bold; } .row { padding-bottom: 10px; } label.required:before { content: "* "; color: red; } .required_star { color: red; } [% END %] [% inline_javascript = BLOCK %] $(function() { $('#nameForm').submit(function () { var short_desc = $('#short_desc'); var name = $('#name_choice').val(); var business_unit = $('#business_unit').val(); short_desc.val('New Name Clearance Request for ' + encodeURIComponent(name) + ' for ' + encodeURIComponent(business_unit)); }); $('#other_company_name').on('change', function() { if ($('#other_company_name').val() == 'Yes') { $('#other_companies_row').show(); $('#other_companies').attr('disabled', false); } else { $('#other_companies_row').hide(); $('#other_companies').attr('disabled', true); } }); }); [% END %] [% PROCESS global/header.html.tmpl title = "Name Clearance" generate_api_token = 1 style = inline_style javascript = inline_javascript %]
Name Clearance

Note: Do NOT add non-employees to this [% terms.bug %]. To maintain attorney-client privilege and confidentiality, legal [% terms.bugs %] are only visible to the reporter, the legal team, and the cc list.

[ * Required Field ]

[% IF user.in_group('canconfirm') %] [% END %]
[% PROCESS global/footer.html.tmpl %]