From c230ed48168bf5dfaa76f2f5cdecf3f45e899b83 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 9 Jul 2015 15:44:46 +0800 Subject: Bug 1181637: Update Req Opening Process (Cost Center list on 2015-07-08) --- .../en/default/bug/create/cost-centers.html.tmpl | 196 +++++++++++---------- 1 file changed, 101 insertions(+), 95 deletions(-) (limited to 'extensions/BMO/template/en/default/bug') diff --git a/extensions/BMO/template/en/default/bug/create/cost-centers.html.tmpl b/extensions/BMO/template/en/default/bug/create/cost-centers.html.tmpl index 5ee1496fb..592ee9d7c 100644 --- a/extensions/BMO/template/en/default/bug/create/cost-centers.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/cost-centers.html.tmpl @@ -6,98 +6,104 @@ # defined by the Mozilla Public License, v. 2.0. #%] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +[% + cost_centers = [ + "900 - Mozilla Foundation" + "901 - MoFo NSF" + "1000 - Support Services" + "1001 - Office of Chair" + "1002 - Participation" + "1010 - Office of CTO" + "1011 - Research" + "1012 - Tech Evangelism" + "1013 - Advanced Technology Lab" + "1014 - Technology Strategy" + "1020 - Chief of Staff" + "1100 - Policy" + "1120 - Legal" + "1150 - Business Development" + "1210 - Finance and Accounting" + "1211 - Accounting" + "1212 - Finance" + "1213 - Payroll" + "1250 - Facilities" + "1320 - People Operations" + "1340 - People" + "1350 - Recruiting" + "1360 - Metrics" + "1400 - IT and Network" + "1500 - General Content Services" + "1501 - Engineering" + "1502 - Sales" + "1503 - Product" + "1700 - Strategic Initiative" + "2000 - Engagement" + "2200 - PR" + "2300 - Community Engagement" + "2320 - MDN" + "2400 - Brand Engagement" + "2500 - Engagement Websites" + "2600 - SUMO" + "3000 - Cloud and Services" + "3100 - Infrastructure (servers)" + "3110 - Production Cloud Infra" + "3120 - Development Cloud Infra" + "3130 - Production DC Infra" + "3210 - Services and Engineering Operations" + "3220 - Cloud Services Operation" + "3240 - Cloud Services Product and Project Management" + "3290 - Identity Services" + "5000 - Firefox" + "5100 - Firefox Product Marketing" + "5200 - Firefox Desktop" + "5210 - Firefox Desktop Engineering" + "5220 - Firefox Desktop UX" + "5230 - Firefox Desktop Product Management" + "5250 - Firefox Hello" + "5300 - Firefox Mobile" + "5310 - Firefox Android Engineering" + "5320 - Firefox Android UX" + "5330 - Firefox Android Product Management" + "5400 - Firefox Dev Tools" + "5500 - Firefox iOS" + "5600 - Firefox Program Management" + "6000 - Mobile" + "6110 - Firefox OS Engineering I" + "6140 - Firefox OS Automation" + "6150 - Firefox OS Engineering Program Management" + "6160 - Firefox OS QA" + "6200 - Firefox OS Product Management" + "6220 - Firefox OS Product Marketing" + "6300 - Firefox OS UX" + "6500 - Mobile Business Development" + "7000 - Mobile Planning and Ecosystem" + "7110 - Mobile Partner Engineering" + "7120 - Mobile Planning" + "7130 - Mobile Apps Engineering" + "7150 - Mobile Partners Contents" + "7200 - Mobile Ecosystem Program Management" + "7220 - Mobile Partner Products" + "7500 - Reviews and Community" + "8000 - Engineering Platform" + "8100 - Release Engineering" + "8300 - Engineering Program Management" + "8400 - Platform PKI" + "8410 - Platform Network" + "8420 - Platform Security" + "8430 - Platform Fuzzing" + "8440 - Platform DOM" + "8450 - Platform Rendering, Media and Graphics" + "8460 - Platform Android" + "8470 - Platform WebRTC" + "8480 - Platform e10s" + "8490 - Platform Accessibility" + "8510 - Platform QE" + "8600 - Development Tools and Automation" + "8700 - JavaScript" + "8750 - Localization (l10n)" + ]; +%] + +[% FOREACH cost_center IN cost_centers %] + +[% END %] -- cgit v1.2.3-24-g4f1b