blob: e24a2368d20257a78121b91eed78c793c43d7331 [file] [log] [blame]
Copybara854996b2021-09-07 19:36:02 +00001[# If any value is supplied for arg0, the user will also be able
2 to edit grid preferences.]
3<h4>[if-any arg0]List and grid preferences[else]List preferences[end]</h4>
4<div class="section">
5
6 <div class="closed">
7 <div>Default query for project members:
8 <a class="ifClosed toggleHidden" href="#"
9 style="font-size:90%; margin-left:.5em">Learn more</a>
10 </div>
11
12 <div id="colhelp" class="ifOpened help">
13 <div>
14 You may enter a default query for project members. They will run
15 this query when they click on the "Issues" tab.
16 </div>
17 </div>
18 <br>
19 </div>
20
21 <input type="text" size="75" name="member_default_query"
22 value="[config.member_default_query]" id="searchq"
23 [if-any perms.EditProject][else]readonly="readonly"[end]
24 class="acob" style="margin-left:.7em">
25 <br>
26 <br>
27 <br>
28
29 <div class="closed">
30 <div>Default columns shown in list view:
31 <a class="ifClosed toggleHidden" href="#"
32 style="font-size:90%; margin-left:.5em">Learn more</a>
33 </div>
34
35 <div id="colhelp" class="ifOpened help">
36 <div>
37 You may enter a series of column names separated by spaces. The
38 columns will be displayed in order on the list view page.
39 </div>
40 <br>
41 <div>
42 Columns may be the names of built-in attributes, e.g., "Summary"
43 or "Stars". Columns may also be prefixes of the labels on items.
44 To experiment with label prefixes, label some items with
45 Key-Value labels, then click the "..." menu in the far upper right
46 heading of the list view.
47 </div>
48 </div>
49 <br>
50 </div>
51
52 <input type="text" size="75" name="default_col_spec" value="[config.default_col_spec]"
53 [if-any perms.EditProject][else]readonly="readonly"[end]
54 class="acob" style="margin-left:.7em">
55 <br>
56 <br>
57 <br>
58
59 <div class="closed">
60 <div>Default sorting order:
61 <a class="ifClosed toggleHidden" href="#"
62 style="font-size:90%; margin-left:.7em">Learn more</a>
63 </div>
64
65 <div class="ifOpened help">
66 <div>
67 You may enter a series of column names separated by spaces. Items
68 will be sorted by the first column specified. If two items have
69 the same value in the first column, the items' values in the second
70 column will be used to break the tie, and so on. Use a leading
71 minus-sign to reverse the sort order within a column.
72 </div>
73 <br>
74 <div>
75 To experiment with column sorting, click the list view header cells and
76 choose "Sort up" or "Sort down". The sorting specification used becomes
77 part of the page URL.
78 </div>
79 </div>
80 <br>
81 </div>
82
83 <input type="text" size="75" name="default_sort_spec" value="[config.default_sort_spec]"
84 [if-any perms.EditProject][else]readonly="readonly"[end]
85 class="acob" style="margin-left:.7em">
86
87
88 [if-any arg0]
89 <br>
90 <br>
91 <br>
92
93 <div class="closed">
94 <div>Default grid axes:
95 <a class="ifClosed toggleHidden" href="#"
96 style="font-size:90%; margin-left:.7em">Learn more</a>
97 </div>
98
99 <div class="ifOpened help">
100 <div>
101 You may enter one attribute name for the default grid rows and one for
102 the default grid columns. For example, "milestone" and "priority". Or,
103 you may leave each field blank.
104 </div>
105 <br>
106 <div>
107 To experiment with grid axes, click the "grid" link in the list view and
108 use the drop-down menus to select row and column attributes.
109 </div>
110 </div>
111 <br>
112 </div>
113
114 <span style="margin-left:.7em">
115 Rows: <input type="text" size="10" name="default_y_attr" value="[config.default_y_attr]"
116 [if-any perms.EditProject][else]readonly="readonly"[end]
117 class="acob">
118 </span>
119
120 <span style="margin-left:.7em">
121 Columns: <input type="text" size="10" name="default_x_attr" value="[config.default_x_attr]"
122 [if-any perms.EditProject][else]readonly="readonly"[end]
123 class="acob">
124 </span>
125
126 [end]
127
128</div>
129