/[web]/templates/bugzilla/trunk/admin/params/query.html.tmpl
ViewVC logotype

Contents of /templates/bugzilla/trunk/admin/params/query.html.tmpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 48 - (show annotations) (download)
Fri Nov 26 14:56:29 2010 UTC (13 years, 5 months ago) by dmorgan
File size: 2739 byte(s)
Add custom template with identity support
1 [%# The contents of this file are subject to the Mozilla Public
2 # License Version 1.1 (the "License"); you may not use this file
3 # except in compliance with the License. You may obtain a copy of
4 # the License at http://www.mozilla.org/MPL/
5 #
6 # Software distributed under the License is distributed on an "AS
7 # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
8 # implied. See the License for the specific language governing
9 # rights and limitations under the License.
10 #
11 # The Original Code is the Bugzilla Bug Tracking System.
12 #
13 # The Initial Developer of the Original Code is Netscape Communications
14 # Corporation. Portions created by Netscape are
15 # Copyright (C) 1998 Netscape Communications Corporation. All
16 # Rights Reserved.
17 #
18 # Contributor(s): Dave Miller <justdave@bugzilla.org>
19 # Frédéric Buclin <LpSolit@gmail.com>
20 #%]
21 [%
22 title = "Query Defaults"
23 desc = "Default options for query and $terms.bug lists"
24 %]
25
26 [% param_descs = {
27 quip_list_entry_control => "Controls how easily users can add entries to the quip list.
28 <ul>
29 <li>
30 open - Users may freely add to the quip list, and
31 their entries will immediately be available for viewing.
32 </li>
33 <li>
34 moderated - quips can be entered, but need to be approved
35 by an admin before they will be shown.
36 </li>
37 <li>
38 closed - no new additions to the quips list are allowed.
39 </li>
40 </ul>",
41
42 mostfreqthreshold => "The minimum number of duplicates $terms.abug needs to show up on the " _
43 "<a href=\"duplicates.cgi\">most frequently reported $terms.bugs page</a>. " _
44 "If you have a large database and this page takes a long time to " _
45 "load, try increasing this number.",
46
47 mybugstemplate => "This is the URL to use to bring up a simple 'all of my $terms.bugs' " _
48 "list for a user. %userid% will get replaced with the login name of a user.",
49
50 defaultquery => "This is the default query that initially comes up when you " _
51 "access the advanced query page. It's in URL parameter " _
52 "format, which makes it hard to read. Sorry!",
53
54 specific_search_allow_empty_words =>
55 "Whether to allow a search on the 'Simple Search' page with an empty"
56 _ " 'Words' field.",
57
58 } %]

  ViewVC Help
Powered by ViewVC 1.1.30