From 5d9ef79dda657769f21833b030c9ed154468e0ab Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Wed, 23 Oct 2013 16:24:44 -0400 Subject: Bug 930117 - IT request page is broken --- .../en/default/bug/create/create-itrequest.html.tmpl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'extensions/BMO/template/en/default/bug') diff --git a/extensions/BMO/template/en/default/bug/create/create-itrequest.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-itrequest.html.tmpl index 5fd0b0473..5bc0cf576 100644 --- a/extensions/BMO/template/en/default/bug/create/create-itrequest.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-itrequest.html.tmpl @@ -34,7 +34,7 @@ 'Desktop/Laptop/Printer/Phone/Tablet/License problem/order/request'; function setcompdesc(theRadio) { - if (theRadio.id == 'componentmvd') { + if (theRadio.id == 'componentsd') { [%# helpdesk issue/request %] document.getElementById('main_form').style.display = 'none'; document.getElementById('service_now_form').style.display = ''; @@ -44,7 +44,7 @@ document.getElementById('service_now_form').style.display = 'none'; var theValue = theRadio.value; var compDescText = compdesc[theValue]; - if (theRadio.id == 'componentso') { + if (theRadio.id == 'componentio') { compDescText = compDescText + '

' + serviceNowText; } document.getElementById('compdescription').innerHTML = compDescText; @@ -52,7 +52,7 @@ } function on_submit() { - if (document.getElementById('componentmvd').checked) { + if (document.getElementById('componentsd').checked) { [%# redirect desktop issues to service-now #%] document.location.href = 'https://mozilla.service-now.com/'; return false; @@ -85,7 +85,7 @@
- + @@ -118,15 +118,15 @@ Request Type: - -
- + +
+
- +
- +
- +
Mailing list requests should be filed here instead. -- cgit v1.2.3-24-g4f1b