Changeset 253
- Timestamp:
- Fri Dec 22 11:38:51 2006
- Files:
-
- website/trunk/help/grid.html (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
website/trunk/help/grid.html
r236 r253 131 131 <td align=center><img src="icons/Delete Column.bmp"></td> 132 132 <td>Delete Column</td> 133 <td>Deletes selected columns. If any of the columns of the Gantt chart are selected the whole chart is deleted.</td>133 <td>Deletes selected columns. (If any of the columns in a Gantt chart are selected the whole chart is deleted.)</td> 133 133 </tr> 134 134 … … 137 137 <td align=center><img src="icons/Move Left.bmp"></td> 138 138 <td>Move Column Left</td> 139 <td>Moves selected columns to the left. If any of the columns of the Gantt chart are selected the whole chart is moved left.</td>139 <td>Moves selected columns to the left. (If any of the columns in a Gantt chart are selected the whole chart is moved.)</td> 139 139 </tr> 140 140 … … 143 143 <td align=center><img src="icons/Move Right.bmp"></td> 144 144 <td>Move Column Right</td> 145 <td>Moves selected columns to the right. If any of the columns of the Gantt chart are selected the whole chart is moved right.</td>145 <td>Moves selected columns to the right. (If any of the columns in a Gantt chart are selected the whole chart is moved.)</td> 145 145 </tr> 146 146 … … 155 155 <td align=center><img src="icons/Scroll Left Fast.bmp"></td> 156 156 <td>Scroll Left</td> 157 <td> Columns in selected gantt chart (or left-most if none is selected) are shifted left by seven periods (usually one week).</td>157 <td>Scrolls the selected gantt charts (or left-most, if none are selected) to the left by several units (usually one week).</td> 157 157 </tr> 158 158 … … 161 161 <td align=center><img src="icons/Scroll Left Slow.bmp"></td> 162 162 <td>Scroll Left</td> 163 <td> Columns in selected gantt chart (or left-most if none is selected) are shifted left by one period(usually one day).</td>163 <td>Scrolls the selected gantt charts to the left by one unit (usually one day).</td> 163 163 </tr> 164 164 … … 167 167 <td align=center><img src="icons/Scroll Right Slow.bmp"></td> 168 168 <td>Scroll Right</td> 169 <td> Columns in selected gantt chart (or left-most if none is selected) are shifted right by one period (usually one day).</td>169 <td>Scrolls the selected gantt charts to the right by one unit.</td> 169 169 </tr> 170 170 … … 173 173 <td align=center><img src="icons/Scroll Right Fast.bmp"></td> 174 174 <td>Scroll Right</td> 175 <td> Columns in selected gantt chart (or left-most if none is selected) are shifted right by seven periods (usually one week).</td>175 <td>Scrolls the selected gantt charts to the right by several units.</td> 175 175 </tr> 176 176 … … 179 179 <td align=center><img src="icons/Scroll to Task.bmp"></td> 180 180 <td>Scroll To Task</td> 181 <td> All gantt charts in the report are shifted so that the selected row's bar starts in the first column.</td>181 <td>Scrolls all gantt charts in the report to the selected task's start date.</td> 181 181 </tr> 182 182
