[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [% PROCESS global/variables.none.tmpl %] [% inline_style = BLOCK %] #doc_form th { text-align: right; } #short_desc, #details { width: 100%; } [% END %] [% inline_javascript = BLOCK %] function validateAndSubmit() { var alert_text = ''; if (!isFilledOut('type')) alert_text += 'Please select the "Request Type".\n'; if (!isFilledOut('short_desc')) alert_text += 'Please enter a "Summary".\n'; if (!isFilledOut('gecko')) alert_text += 'Please select the "Gecko Version".\n'; if (!isFilledOut('details')) alert_text += 'Please enter some "Details".\n'; if (alert_text != '') { alert(alert_text); return false; } return true; } [% END %] [% PROCESS global/header.html.tmpl title = "Developer Documentation Request" style = inline_style javascript = inline_javascript javascript_urls = [ 'extensions/BMO/web/js/form_validate.js', 'js/field.js', 'js/util.js', 'js/bug.js' ] yui = [ 'autocomplete', 'datatable', 'button' ] %] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %]
Use this form to request new documentation or corrections to existing documentation.
[ * Required Fields ]