From 7a7013402fb30e8777bc09fb9971651392e65ea1 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 23 Sep 2014 11:41:17 +0800 Subject: Bug 1037663: Make custom bug entry forms more discoverable --- .../bug/create/create-presentation.html.tmpl | 222 +-------------------- 1 file changed, 7 insertions(+), 215 deletions(-) (limited to 'extensions/BMO/template/en/default/bug/create/create-presentation.html.tmpl') diff --git a/extensions/BMO/template/en/default/bug/create/create-presentation.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-presentation.html.tmpl index 104c96aa8..7819818b3 100644 --- a/extensions/BMO/template/en/default/bug/create/create-presentation.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-presentation.html.tmpl @@ -1,219 +1,11 @@ -[%# 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/ +[%# 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/. # - # 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): Reed Loden - # David Tran + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS global/variables.none.tmpl %] - -[% PROCESS global/header.html.tmpl - title = "Mozilla Corporation Mountain View Presentation Request" - javascript_urls = [ 'js/field.js', 'js/util.js' ] - style = ".yui-skin-sam .yui-calcontainer { z-index: 1; }" - yui = [ 'autocomplete', 'calendar' ] +[% PROCESS global/redirect.html.tmpl + url = "https://air.mozilla.org/requests" %] - -
Mountain View Presentation Request
- -

Mountain View Presentation Request: Please use this form if you plan on hosting a presentation so that IT will be able to properly provide support.

- -

Process:

- -
  1. Complete and submit request below.
  2. -
  3. Your request will be reviewed and assigned to the appropriate person in IT.
  4. -
- -

These requests will only be visible internally in all cases and only to the -person who submitted the request and any persons designated in the CC line.

- - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Presenter: - -
Topic: - -
Date: - - -
-
Start Time: - : - -
Intended Audience: - -
Air Mozilla Broadcasting?
Dial In?
Archive this?
Need IT to help run A/V?
CC (optional): - [% INCLUDE global/userselect.html.tmpl - id => "cc" - name => "cc" - value => cc - size => 60 - multiple => 5 - %] -
: - Please briefly describe the presentation and any specific needs you might have.
- - -
- -
- -
- -

Thanks for contacting us. - You will be notified by email of any progress made in resolving your request. - -

- - - -[% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b