summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/params/bugfields.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/params/bugfields.html.tmpl')
-rw-r--r--template/en/default/admin/params/bugfields.html.tmpl61
1 files changed, 0 insertions, 61 deletions
diff --git a/template/en/default/admin/params/bugfields.html.tmpl b/template/en/default/admin/params/bugfields.html.tmpl
deleted file mode 100644
index 58b08f6..0000000
--- a/template/en/default/admin/params/bugfields.html.tmpl
+++ /dev/null
@@ -1,61 +0,0 @@
-[%# 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/
- #
- # 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 Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@bugzilla.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- #%]
-[%
- title = "$terms.Bug Fields"
- desc = "Choose fields you want to display"
-%]
-
-[% param_descs = {
- useclassification => "If this is on, $terms.Bugzilla will associate each product with a " _
- "specific classification. But you must have 'editclassification' " _
- "permissions enabled in order to edit classifications.",
-
- usetargetmilestone => "Do you wish to use the Target Milestone field?",
-
- useqacontact => "Do you wish to use the QA Contact field?",
-
- usestatuswhiteboard => "Do you wish to use the Status Whiteboard field?",
-
- usebugaliases => "Do you wish to use $terms.bug aliases, which allow you to assign " _
- "$terms.bugs an easy-to-remember name by which you can refer to them?",
-
- use_see_also =>
- "Do you wish to use the See Also field? It allows you refer to"
- _ " $terms.bugs in other installations. Even if you disable this field,"
- _ " $terms.bug relationships (URLs) already set on $terms.bugs will"
- _ " still appear and can be removed.",
-
- defaultpriority => "This is the priority that newly entered $terms.bugs are set to.",
-
- defaultseverity => "This is the severity that newly entered $terms.bugs are set to.",
-
- defaultplatform => "This is the platform that is preselected on the $terms.bug " _
- "entry form.<br> " _
- "You can leave this empty: " _
- "$terms.Bugzilla will then use the platform that the browser " _
- "reports to be running on as the default.",
-
- defaultopsys => "This is the operating system that is preselected on the $terms.bug " _
- "entry form.<br> " _
- "You can leave this empty: " _
- "$terms.Bugzilla will then use the operating system that the browser " _
- "reports to be running on as the default." }
-%]