OLD | NEW |
(Empty) | |
| 1 [# 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 columns shown in list view: |
| 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 series of column names separated by spaces. The |
| 15 columns will be displayed in order on the list view page. |
| 16 </div> |
| 17 <br> |
| 18 <div> |
| 19 Columns may be the names of built-in attributes, e.g., "Summary" |
| 20 or "Stars". Columns may also be prefixes of the labels on items. |
| 21 To experiment with label prefixes, label some items with |
| 22 Key-Value labels, then click the "..." menu in the far upper right |
| 23 heading of the list view. |
| 24 </div> |
| 25 </div> |
| 26 <br> |
| 27 </div> |
| 28 |
| 29 <input type="text" size="75" name="default_col_spec" value="[config.default_col
_spec]" |
| 30 [if-any perms.EditProject][else]readonly="readonly"[end] |
| 31 class="acob" style="margin-left:.7em"> |
| 32 <br> |
| 33 <br> |
| 34 <br> |
| 35 |
| 36 <div class="closed"> |
| 37 <div>Default sorting order: |
| 38 <a class="ifClosed toggleHidden" href="#" |
| 39 style="font-size:90%; margin-left:.7em">Learn more</a> |
| 40 </div> |
| 41 |
| 42 <div class="ifOpened help"> |
| 43 <div> |
| 44 You may enter a series of column names separated by spaces. Items |
| 45 will be sorted by the first column specified. If two items have |
| 46 the same value in the first column, the items' values in the second |
| 47 column will be used to break the tie, and so on. Use a leading |
| 48 minus-sign to reverse the sort order within a column. |
| 49 </div> |
| 50 <br> |
| 51 <div> |
| 52 To experiment with column sorting, click the list view header cells and |
| 53 choose "Sort up" or "Sort down". The sorting specification used becomes |
| 54 part of the page URL. |
| 55 </div> |
| 56 </div> |
| 57 <br> |
| 58 </div> |
| 59 |
| 60 <input type="text" size="75" name="default_sort_spec" value="[config.default_so
rt_spec]" |
| 61 [if-any perms.EditProject][else]readonly="readonly"[end] |
| 62 class="acob" style="margin-left:.7em"> |
| 63 |
| 64 |
| 65 [if-any arg0] |
| 66 <br> |
| 67 <br> |
| 68 <br> |
| 69 |
| 70 <div class="closed"> |
| 71 <div>Default grid axes: |
| 72 <a class="ifClosed toggleHidden" href="#" |
| 73 style="font-size:90%; margin-left:.7em">Learn more</a> |
| 74 </div> |
| 75 |
| 76 <div class="ifOpened help"> |
| 77 <div> |
| 78 You may enter one attribute name for the default grid rows and one for |
| 79 the default grid columns. For example, "milestone" and "priority". Or, |
| 80 you may leave each field blank. |
| 81 </div> |
| 82 <br> |
| 83 <div> |
| 84 To experiment with grid axes, click the "grid" link in the list view and |
| 85 use the drop-down menus to select row and column attributes. |
| 86 </div> |
| 87 </div> |
| 88 <br> |
| 89 </div> |
| 90 |
| 91 <span style="margin-left:.7em"> |
| 92 Rows: <input type="text" size="10" name="default_y_attr" value="[config.defau
lt_y_attr]" |
| 93 [if-any perms.EditProject][else]readonly="readonly"[end] |
| 94 class="acob"> |
| 95 </span> |
| 96 |
| 97 <span style="margin-left:.7em"> |
| 98 Columns: <input type="text" size="10" name="default_x_attr" value="[config.de
fault_x_attr]" |
| 99 [if-any perms.EditProject][else]readonly="readonly"[end] |
| 100 class="acob"> |
| 101 </span> |
| 102 |
| 103 [end] |
| 104 |
| 105 </div> |
| 106 |
OLD | NEW |