From 667bd7470425d0cc4fec792a3aaa266426bdaa51 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Tue, 8 Jan 2013 13:08:47 -0500 Subject: Bug 788775 - Need to have options removed --- .../en/default/bug/create/create-mozlist.html.tmpl | 280 +++++---------------- 1 file changed, 68 insertions(+), 212 deletions(-) (limited to 'extensions/BMO/template/en/default/bug/create/create-mozlist.html.tmpl') diff --git a/extensions/BMO/template/en/default/bug/create/create-mozlist.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-mozlist.html.tmpl index bccca2509..38c08c72f 100644 --- a/extensions/BMO/template/en/default/bug/create/create-mozlist.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-mozlist.html.tmpl @@ -9,104 +9,23 @@ [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl - title = "Mozilla Discussion Forum / Mailing List Requests" + title = "Mozilla Discussion Forum" javascript_urls = [ 'extensions/BMO/web/js/form_validate.js', 'js/field.js' ] yui = [ 'autocomplete' ] + style = ".mandatory{color:red;font-size:80%;}" %] +

+ Create a Mozilla Discussion Forum
+ This option gives you a Mozilla Discussion Forum. + These are the normal mechanism for public discussion in the Mozilla + project. They are made up of a mailing list on + lists.mozilla.org, a newsgroup on news.mozilla.org and + a Google Group (which maintains the list archives), all linked + together. Users can add and remove themselves. +

+ +
+ Note: + You must use Service Now + to request a distribution list or a standard mailing list. +
+
+
@@ -141,104 +69,50 @@ - + - - - - - - + + - - + + - - + + - - - + - - - + + - - + + - - + + - - - - - +
List Type: -
-
- - -
-
- -
-
- - -
-
- -
-
- - -
-
- -
-
-
-
+ * List Name: + -
- - -
+ The desired name for the newsgroup. Should start with 'mozilla.' and fit somewhere + in the hierarchy described here.
+
+ * List Administrator: + + Note:The list administrator is also initially considered to be the list moderator + and will be responsible for moderation tasks unless delegated to someone else. For + convenience, [% terms.Bugzilla %] user accounts will autocomplete but it does not have + to be a [% terms.Bugzilla %] account.
[% INCLUDE global/userselect.html.tmpl - id => "listAdmin" - name => "listAdmin" - value => "" - size => 60 + id => "listAdmin" + name => "listAdmin" + value => "" + size => 60 multiple => 5 %] -
- Note:The list administrator is also initially considered to be the list moderator - and will be responsible for moderation tasks unless delegated to someone else. For - convenience, [% terms.Bugzilla %] user accounts will autocomplete. The administrator is not required - to have a [% terms.Bugzilla %] account, and you can enter an address that doesn't autocomplete if - necessary.
Short Description: -
- - -
+ This will be shown to users on the index of lists on the server.
+
Long Description: + + This will be shown at the top of the list's listinfo page.
[% INCLUDE global/textarea.html.tmpl name = 'listLongDesc' id = 'listLongDesc' @@ -247,13 +121,11 @@ cols = constants.COMMENT_COLS defaultcontent = listLongDesc %] -
This will be shown at the top of the list's listinfo page. -
Additional Comments: Justification for the list, special instructions, etc.
[% INCLUDE global/textarea.html.tmpl name = 'comment' @@ -263,11 +135,10 @@ cols = constants.COMMENT_COLS defaultcontent = comment %] -
CC: [% INCLUDE global/userselect.html.tmpl id => "cc" @@ -278,44 +149,29 @@ %]
URL:
  + + -
- - - +
-
+ + +

+ 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