1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!DOCTYPE chapter PUBLIC |
---|
3 | "-//Dawid Weiss//DTD DocBook V3.1-Based Extension for XML and graphics inclusion//EN" |
---|
4 | "../../../../lib/docbook/preprocess/dweiss-docbook-extensions.dtd"> |
---|
5 | <!-- |
---|
6 | $Id: webclient.xml 3353 2007-05-21 09:42:56Z nicklas $ |
---|
7 | |
---|
8 | Copyright (C) Authors contributing to this file. |
---|
9 | |
---|
10 | This file is part of BASE - BioArray Software Environment. |
---|
11 | Available at http://base.thep.lu.se/ |
---|
12 | |
---|
13 | BASE is free software; you can redistribute it and/or |
---|
14 | modify it under the terms of the GNU General Public License |
---|
15 | as published by the Free Software Foundation; either version 2 |
---|
16 | of the License, or (at your option) any later version. |
---|
17 | |
---|
18 | BASE is distributed in the hope that it will be useful, |
---|
19 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
20 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
21 | GNU General Public License for more details. |
---|
22 | |
---|
23 | You should have received a copy of the GNU General Public License |
---|
24 | along with this program; if not, write to the Free Software |
---|
25 | Foundation, Inc., 59 Temple Place - Suite 330, |
---|
26 | Boston, MA 02111-1307, USA. |
---|
27 | --> |
---|
28 | |
---|
29 | <chapter id="webclient"> |
---|
30 | <?dbhtml dir="webclient"?> |
---|
31 | <title>Using the web client</title> |
---|
32 | <sect1 id="webclient.introduction"> |
---|
33 | <title>Introduction</title> |
---|
34 | |
---|
35 | <sect2 id="webclient.intro.login"> |
---|
36 | <title>Logging in</title> |
---|
37 | <para> |
---|
38 | There are three things that you need to know |
---|
39 | before you can use BASE: |
---|
40 | </para> |
---|
41 | |
---|
42 | <orderedlist> |
---|
43 | <listitem><simpara>The address (URL) to a BASE server</simpara></listitem> |
---|
44 | <listitem><simpara>A username to login with</simpara></listitem> |
---|
45 | <listitem><simpara>A password</simpara></listitem> |
---|
46 | </orderedlist> |
---|
47 | |
---|
48 | <para> |
---|
49 | You may, for example, try the BASE 2 demo server. Go to the |
---|
50 | URL <ulink url="http://base2.thep.lu.se:8080/demo/">http://base2.thep.lu.se:8080/demo/</ulink> |
---|
51 | and enter <userinput>base2</userinput> for the login and <userinput>base2</userinput> |
---|
52 | for the password. |
---|
53 | </para> |
---|
54 | |
---|
55 | <para> |
---|
56 | You need to get all three things from an administrator |
---|
57 | of the BASE server. If you know only the address to the |
---|
58 | BASE server, you may check the front page if the administrator |
---|
59 | has added any information about how to get a username/password |
---|
60 | there. Look for the <guilabel>Get an account!</guilabel> link on |
---|
61 | the front page. |
---|
62 | </para> |
---|
63 | |
---|
64 | <para> |
---|
65 | Logging in is simple, just enter your <guilabel>login</guilabel> |
---|
66 | and <guilabel>password</guilabel> in the form on the front page |
---|
67 | and click the <guibutton>Login</guibutton> button. There is |
---|
68 | a checkbox which allows you to <guilabel>encrypt the password</guilabel> |
---|
69 | before it is sent to the BASE server. It is checked by default, and |
---|
70 | it is a good idea to leave it checked unless you have problems logging |
---|
71 | in. If you are sure you are entering the correct login and password, |
---|
72 | but still can't log in, try unchecking the encryption option. |
---|
73 | If the checkbox isn't visible, which happens if the server is |
---|
74 | using an external authentication server, the password is not encrypted. |
---|
75 | </para> |
---|
76 | </sect2> |
---|
77 | |
---|
78 | <sect2 id="webclient.intro.forgotten_password"> |
---|
79 | <title>Forgotten password</title> |
---|
80 | <para> |
---|
81 | If you forget your password you will need to get a new one. |
---|
82 | BASE stores the passwords in an encrypted form that doesn't allow |
---|
83 | anyone, not even the server administrator, to find out the |
---|
84 | un-encrypted password. |
---|
85 | </para> |
---|
86 | <para> |
---|
87 | To get a new password you will have to contact the server |
---|
88 | administrator. There may be a <guilabel>Forgot your password?</guilabel> |
---|
89 | link on the front page where the server administrator has entered |
---|
90 | information about how to get a new password. |
---|
91 | </para> |
---|
92 | </sect2> |
---|
93 | |
---|
94 | <sect2 id="webclient.intro.homepage"> |
---|
95 | <title>The home page</title> |
---|
96 | |
---|
97 | <para> |
---|
98 | When you have been logged in the home page will be displayed. It |
---|
99 | displays some useful information. You can also go to the home page |
---|
100 | using the |
---|
101 | <menuchoice><guimenu>View</guimenu><guimenuitem>Home</guimenuitem></menuchoice> |
---|
102 | </para> |
---|
103 | |
---|
104 | <figure id="webclient.figures.homepage"> |
---|
105 | <title>The home page</title> |
---|
106 | <screenshot> |
---|
107 | <mediaobject> |
---|
108 | <imageobject><imagedata fileref="figures/homepage.png" format="PNG" |
---|
109 | scalefit="1" width="100%"/></imageobject> |
---|
110 | </mediaobject> |
---|
111 | </screenshot> |
---|
112 | </figure> |
---|
113 | |
---|
114 | <variablelist> |
---|
115 | <varlistentry> |
---|
116 | <term><interface>New messages</interface></term> |
---|
117 | <listitem> |
---|
118 | <para> |
---|
119 | Messages are sent by plugins to notify you about finished jobs. In the |
---|
120 | future, you may get messages from other sources as well. As of today, |
---|
121 | messages are not used for communication between users. |
---|
122 | </para> |
---|
123 | </listitem> |
---|
124 | </varlistentry> |
---|
125 | |
---|
126 | <varlistentry> |
---|
127 | <term><interface>Projects</interface></term> |
---|
128 | <listitem> |
---|
129 | <para> |
---|
130 | A list of projects that you are a member of. Projects are an important |
---|
131 | part of BASE and are the best way to share data when you are |
---|
132 | cooperating with other users. We recommend |
---|
133 | that you always use a project when working with BASE. |
---|
134 | For more information read <xref linkend="project_permission"/>. |
---|
135 | </para> |
---|
136 | </listitem> |
---|
137 | </varlistentry> |
---|
138 | |
---|
139 | <varlistentry> |
---|
140 | <term><interface>Disk usage</interface></term> |
---|
141 | <listitem> |
---|
142 | <para> |
---|
143 | An overview of how much disk space you have been assigned and |
---|
144 | how much you are using. |
---|
145 | </para> |
---|
146 | </listitem> |
---|
147 | </varlistentry> |
---|
148 | |
---|
149 | <varlistentry> |
---|
150 | <term><interface>Help</interface></term> |
---|
151 | <listitem> |
---|
152 | <para> |
---|
153 | Links for getting help and reporting bugs. The number |
---|
154 | of links displayed here may vary depending on the server |
---|
155 | configuration. |
---|
156 | </para> |
---|
157 | </listitem> |
---|
158 | </varlistentry> |
---|
159 | |
---|
160 | <varlistentry> |
---|
161 | <term><interface>News and announcements</interface></term> |
---|
162 | <listitem> |
---|
163 | <para> |
---|
164 | A list of important news and announcements from the |
---|
165 | server administrator. Here you may, for example, find |
---|
166 | information about server upgrades and maintenance. |
---|
167 | </para> |
---|
168 | </listitem> |
---|
169 | </varlistentry> |
---|
170 | </variablelist> |
---|
171 | |
---|
172 | </sect2> |
---|
173 | |
---|
174 | <sect2 id="webclient.intro.menubar"> |
---|
175 | <title>Using the menu bar</title> |
---|
176 | <para> |
---|
177 | On the top of the home page is the <interface>Menu bar</interface>. |
---|
178 | This is the main navigation tool in BASE. It works the same way |
---|
179 | as the regular menu system found in most other applications. Use |
---|
180 | the mouse to click and select an item from the menu. |
---|
181 | </para> |
---|
182 | |
---|
183 | <para> |
---|
184 | Most of the menu is in two levels, ie. clicking on a top-level menu |
---|
185 | will open a submenu just below it. Clicking on something in the |
---|
186 | submenu will take you to another page or open a popup dialog window. |
---|
187 | For example, the |
---|
188 | <menuchoice><guimenu>View</guimenu><guimenuitem>Samples</guimenuitem></menuchoice> |
---|
189 | menu will take you to the page listing samples and |
---|
190 | <menuchoice><guimenu>File</guimenu><guimenuitem>Contact information</guimenuitem></menuchoice> |
---|
191 | opens a dialog where you can modify your contact information details. |
---|
192 | </para> |
---|
193 | |
---|
194 | <para> |
---|
195 | The menu bar also contains shortcuts to some often-used |
---|
196 | actions: |
---|
197 | </para> |
---|
198 | |
---|
199 | |
---|
200 | <variablelist> |
---|
201 | <varlistentry> |
---|
202 | <term> |
---|
203 | <interface> |
---|
204 | <inlinemediaobject> |
---|
205 | <imageobject><imagedata fileref="figures/refresh.gif" format="GIF" align="left" |
---|
206 | /></imageobject> |
---|
207 | </inlinemediaobject> |
---|
208 | Refresh page |
---|
209 | </interface> |
---|
210 | </term> |
---|
211 | <listitem> |
---|
212 | <para> |
---|
213 | Refresh/reload the current page. This is useful when you add |
---|
214 | or modify items in BASE. Most of the time the page is refreshed |
---|
215 | automatically, but in some cases you will have to use |
---|
216 | this button to refresh the page. |
---|
217 | </para> |
---|
218 | |
---|
219 | <warning> |
---|
220 | <para> |
---|
221 | Do not use your browser's <guibutton>Refresh</guibutton> button. |
---|
222 | Most browsers will take you to the login page again. |
---|
223 | </para> |
---|
224 | </warning> |
---|
225 | </listitem> |
---|
226 | </varlistentry> |
---|
227 | |
---|
228 | <varlistentry> |
---|
229 | <term> |
---|
230 | <interface> |
---|
231 | <inlinemediaobject> |
---|
232 | <imageobject><imagedata fileref="figures/recent.png" format="PNG" align="left"/></imageobject> |
---|
233 | </inlinemediaobject> |
---|
234 | Recent items |
---|
235 | </interface> |
---|
236 | </term> |
---|
237 | <listitem> |
---|
238 | <para> |
---|
239 | Go to the most recently viewed item. By default, the list contains links to |
---|
240 | the most recently viewed experiment and bioassayset, but this |
---|
241 | is configurable. If you, for example, work a lot with protocols, you may |
---|
242 | add a link to the most recently viewed protocol. |
---|
243 | See <xref linkend="webclient.configuration.preferences.mostrecent"/> |
---|
244 | </para> |
---|
245 | </listitem> |
---|
246 | </varlistentry> |
---|
247 | |
---|
248 | <varlistentry> |
---|
249 | <term> |
---|
250 | <interface> |
---|
251 | <inlinemediaobject> |
---|
252 | <imageobject><imagedata fileref="figures/project.gif" format="GIF" align="left"/></imageobject> |
---|
253 | </inlinemediaobject> |
---|
254 | Projects |
---|
255 | </interface> |
---|
256 | </term> |
---|
257 | <listitem> |
---|
258 | <para> |
---|
259 | A list of all projects you are a member of. Selecting a project in the |
---|
260 | list will make that project the active project. |
---|
261 | </para> |
---|
262 | </listitem> |
---|
263 | </varlistentry> |
---|
264 | |
---|
265 | <varlistentry> |
---|
266 | <term> |
---|
267 | <interface> |
---|
268 | <inlinemediaobject> |
---|
269 | <imageobject><imagedata fileref="figures/user.png" format="PNG" align="left"/></imageobject> |
---|
270 | </inlinemediaobject> |
---|
271 | Logged in user |
---|
272 | </interface> |
---|
273 | </term> |
---|
274 | <listitem> |
---|
275 | <para> |
---|
276 | Displays the name of the currently logged in user and allows |
---|
277 | you to quickly logout and switch to another user. |
---|
278 | </para> |
---|
279 | </listitem> |
---|
280 | </varlistentry> |
---|
281 | |
---|
282 | </variablelist> |
---|
283 | |
---|
284 | </sect2> |
---|
285 | |
---|
286 | <sect2 id="webclient.intro.help"> |
---|
287 | <title>Getting help</title> |
---|
288 | <para> |
---|
289 | Besides reading this document there are more ways to get help: |
---|
290 | </para> |
---|
291 | <variablelist> |
---|
292 | <varlistentry> |
---|
293 | <term> |
---|
294 | Online context-sensitive help |
---|
295 | </term> |
---|
296 | <listitem> |
---|
297 | <para> |
---|
298 | Whenever you find a small help icon ( |
---|
299 | <inlinemediaobject> |
---|
300 | <imageobject><imagedata fileref="figures/help.gif" format="GIF" /></imageobject> |
---|
301 | </inlinemediaobject> |
---|
302 | ) or button you may |
---|
303 | click it to get help about the part of the page |
---|
304 | you are currently viewing. The icon is located in the title |
---|
305 | bar in most popup dialog windows and in the toolbar in most |
---|
306 | other pages. |
---|
307 | </para> |
---|
308 | </listitem> |
---|
309 | </varlistentry> |
---|
310 | |
---|
311 | <varlistentry> |
---|
312 | <term> |
---|
313 | Using the <menuchoice><guimenu>Help</guimenu></menuchoice> menu |
---|
314 | </term> |
---|
315 | <listitem> |
---|
316 | <para> |
---|
317 | The <menuchoice><guimenu>Help</guimenu></menuchoice> menu |
---|
318 | contains links for getting online help. These links |
---|
319 | may be configured by a server administrator, so they may be |
---|
320 | different from server to server. By default links for reporting |
---|
321 | a bug and accessing this document are installed. |
---|
322 | </para> |
---|
323 | </listitem> |
---|
324 | </varlistentry> |
---|
325 | |
---|
326 | <varlistentry> |
---|
327 | <term> |
---|
328 | Mailing lists and other resources |
---|
329 | </term> |
---|
330 | <listitem> |
---|
331 | <para> |
---|
332 | See <xref linkend="resources" />. |
---|
333 | </para> |
---|
334 | </listitem> |
---|
335 | </varlistentry> |
---|
336 | |
---|
337 | </variablelist> |
---|
338 | |
---|
339 | </sect2> |
---|
340 | |
---|
341 | </sect1> |
---|
342 | |
---|
343 | <sect1 id="webclient.configuration"> |
---|
344 | <title>Configuring your account</title> |
---|
345 | |
---|
346 | <sect2 id="webclient.configuration.contact"> |
---|
347 | <title>Contact information</title> |
---|
348 | |
---|
349 | <para> |
---|
350 | Use the <menuchoice><guimenu>File</guimenu> |
---|
351 | <guimenuitem>Contact information</guimenuitem></menuchoice> |
---|
352 | menu to bring up the user information dialog. |
---|
353 | </para> |
---|
354 | |
---|
355 | <helptext external_id="userpreferences.contact" title="Contact information"> |
---|
356 | |
---|
357 | <para> |
---|
358 | This dialog has three tabs, <guilabel>Contact information</guilabel> |
---|
359 | (selected), <guilabel>Password</guilabel> and <guilabel>Other information</guilabel>. |
---|
360 | The logged in user can update the following contact information |
---|
361 | details. |
---|
362 | </para> |
---|
363 | |
---|
364 | <note> |
---|
365 | <title>Multi-user accounts</title> |
---|
366 | <para> |
---|
367 | If you are using a multi-user account, for example a demo-account, you |
---|
368 | don't have permission to change the contact information. |
---|
369 | </para> |
---|
370 | </note> |
---|
371 | |
---|
372 | <variablelist> |
---|
373 | <varlistentry> |
---|
374 | <term> |
---|
375 | <guilabel>Full name</guilabel> |
---|
376 | </term> |
---|
377 | <listitem> |
---|
378 | <para> |
---|
379 | Your full name. You are not allowed to change this. If |
---|
380 | it is not correct, contact an administrator to do it for |
---|
381 | you. |
---|
382 | </para> |
---|
383 | </listitem> |
---|
384 | </varlistentry> |
---|
385 | <varlistentry> |
---|
386 | <term> |
---|
387 | <guilabel>Email</guilabel> |
---|
388 | </term> |
---|
389 | <listitem> |
---|
390 | <para> |
---|
391 | Your email address (optional). |
---|
392 | </para> |
---|
393 | </listitem> |
---|
394 | </varlistentry> |
---|
395 | <varlistentry> |
---|
396 | <term> |
---|
397 | <guilabel>Organisation</guilabel> |
---|
398 | </term> |
---|
399 | <listitem> |
---|
400 | <para> |
---|
401 | The name of the organisation you work for or represent (optional). |
---|
402 | </para> |
---|
403 | </listitem> |
---|
404 | </varlistentry> |
---|
405 | <varlistentry> |
---|
406 | <term> |
---|
407 | <guilabel>Address</guilabel> |
---|
408 | </term> |
---|
409 | <listitem> |
---|
410 | <para> |
---|
411 | Your postal address as it should be printed on letters to you |
---|
412 | (optional). |
---|
413 | </para> |
---|
414 | </listitem> |
---|
415 | </varlistentry> |
---|
416 | <varlistentry> |
---|
417 | <term> |
---|
418 | <guilabel>Phone</guilabel> |
---|
419 | </term> |
---|
420 | <listitem> |
---|
421 | <para> |
---|
422 | Your phone number (optional). You may enter multiple phone numbers, |
---|
423 | for example your work phone number and a mobile number. |
---|
424 | </para> |
---|
425 | </listitem> |
---|
426 | </varlistentry> |
---|
427 | <varlistentry> |
---|
428 | <term> |
---|
429 | <guilabel>Fax</guilabel> |
---|
430 | </term> |
---|
431 | <listitem> |
---|
432 | <para> |
---|
433 | Your fax number (optional). |
---|
434 | </para> |
---|
435 | </listitem> |
---|
436 | </varlistentry> |
---|
437 | <varlistentry> |
---|
438 | <term> |
---|
439 | <guilabel>Url</guilabel> |
---|
440 | </term> |
---|
441 | <listitem> |
---|
442 | <para> |
---|
443 | An URL to your home page or your organisation's home page (optional). |
---|
444 | </para> |
---|
445 | </listitem> |
---|
446 | </varlistentry> |
---|
447 | </variablelist> |
---|
448 | |
---|
449 | <para> |
---|
450 | Press <guibutton>Save</guibutton> to save the changes or |
---|
451 | <guibutton>Cancel</guibutton> to abort. |
---|
452 | </para> |
---|
453 | |
---|
454 | <seeother> |
---|
455 | <other external_id="userpreferences.password">Change password</other> |
---|
456 | <other external_id="userpreferences.other">Other information</other> |
---|
457 | </seeother> |
---|
458 | </helptext> |
---|
459 | |
---|
460 | </sect2> |
---|
461 | |
---|
462 | <sect2 id="webclient.configuration.password"> |
---|
463 | <title>Changing password</title> |
---|
464 | |
---|
465 | <para> |
---|
466 | Use the <menuchoice><guimenu>File</guimenu> |
---|
467 | <guimenuitem>Change password</guimenuitem></menuchoice> |
---|
468 | menu to bring up the change password dialog. |
---|
469 | </para> |
---|
470 | |
---|
471 | <helptext external_id="userpreferences.password" title="Change password"> |
---|
472 | |
---|
473 | <para> |
---|
474 | This dialog has three tabs, <guilabel>Contact information</guilabel>, |
---|
475 | <guilabel>Password</guilabel> (selected) and <guilabel>Other information</guilabel>. |
---|
476 | </para> |
---|
477 | |
---|
478 | <variablelist> |
---|
479 | <varlistentry> |
---|
480 | <term> |
---|
481 | <guilabel>New password</guilabel> |
---|
482 | </term> |
---|
483 | <listitem> |
---|
484 | <para> |
---|
485 | Enter the new password. |
---|
486 | </para> |
---|
487 | </listitem> |
---|
488 | </varlistentry> |
---|
489 | <varlistentry> |
---|
490 | <term> |
---|
491 | <guilabel>Retype password</guilabel> |
---|
492 | </term> |
---|
493 | <listitem> |
---|
494 | <para> |
---|
495 | Retype the same password. You must do this to |
---|
496 | avoid spelling mistakes. |
---|
497 | </para> |
---|
498 | </listitem> |
---|
499 | </varlistentry> |
---|
500 | </variablelist> |
---|
501 | |
---|
502 | <note> |
---|
503 | <title>Multi-user accounts</title> |
---|
504 | <para> |
---|
505 | If you are using a multi-user account, for example a demo-account, you |
---|
506 | don't have permission to change the password. |
---|
507 | </para> |
---|
508 | </note> |
---|
509 | |
---|
510 | <note> |
---|
511 | <title>Empty passwords</title> |
---|
512 | <para> |
---|
513 | If you leave both fields empty the password will not be changed. It |
---|
514 | is not possible to have an empty password. |
---|
515 | </para> |
---|
516 | </note> |
---|
517 | |
---|
518 | <seeother> |
---|
519 | <other external_id="userpreferences.contact">Contact information</other> |
---|
520 | <other external_id="userpreferences.other">Other information</other> |
---|
521 | </seeother> |
---|
522 | |
---|
523 | </helptext> |
---|
524 | </sect2> |
---|
525 | |
---|
526 | <sect2 id="webclient.configuration.preferences"> |
---|
527 | <title>Preferences</title> |
---|
528 | |
---|
529 | <para> |
---|
530 | Use the <menuchoice><guimenu>File</guimenu> |
---|
531 | <guimenuitem>Preferences</guimenuitem></menuchoice> |
---|
532 | menu to bring up the preferences dialog. |
---|
533 | This dialog has three tabs, <guilabel>Appearance</guilabel>, |
---|
534 | <guilabel>Plugins</guilabel> and <guilabel>Most recent</guilabel>. |
---|
535 | </para> |
---|
536 | |
---|
537 | <sect3 id="webclient.configuration.preferences.appearance"> |
---|
538 | <title>The Appearance tab</title> |
---|
539 | |
---|
540 | <helptext external_id="userpreferences.appearance" title="Preferences - Appearance"> |
---|
541 | |
---|
542 | <para> |
---|
543 | This tab contains settings that affect the appearance of the |
---|
544 | web client. |
---|
545 | </para> |
---|
546 | |
---|
547 | <variablelist> |
---|
548 | <varlistentry> |
---|
549 | <term> |
---|
550 | <guilabel>Font size</guilabel> |
---|
551 | </term> |
---|
552 | <listitem> |
---|
553 | <para> |
---|
554 | Select a basic font size. You can choose between |
---|
555 | five sizes: extra small (XS), small (S), medium (M), |
---|
556 | large (L) and extra large (XL). The default font size is |
---|
557 | medium. |
---|
558 | </para> |
---|
559 | </listitem> |
---|
560 | </varlistentry> |
---|
561 | <varlistentry> |
---|
562 | <term> |
---|
563 | <guilabel>Scale factor</guilabel> |
---|
564 | </term> |
---|
565 | <listitem> |
---|
566 | <para> |
---|
567 | The scale factor affects the size of popup windows. |
---|
568 | This setting exists because different browsers render |
---|
569 | pages differently. If you often find that popup windows |
---|
570 | are too small you can change this setting to make them |
---|
571 | bigger. |
---|
572 | </para> |
---|
573 | <note> |
---|
574 | <para> |
---|
575 | The scale factor is automatically changed if the |
---|
576 | font size is changed. |
---|
577 | </para> |
---|
578 | </note> |
---|
579 | </listitem> |
---|
580 | </varlistentry> |
---|
581 | <varlistentry> |
---|
582 | <term> |
---|
583 | <guilabel>Toolbar</guilabel> |
---|
584 | </term> |
---|
585 | <listitem> |
---|
586 | <para> |
---|
587 | You may choose if the toolbar buttons should |
---|
588 | have only images, only text or both images and text. |
---|
589 | The default is that they have both images and text. |
---|
590 | </para> |
---|
591 | </listitem> |
---|
592 | </varlistentry> |
---|
593 | <varlistentry> |
---|
594 | <term> |
---|
595 | <guilabel>Recently used items</guilabel> |
---|
596 | </term> |
---|
597 | <listitem> |
---|
598 | <para> |
---|
599 | The number of items to remember in the list |
---|
600 | of recently used items. The default is to remember |
---|
601 | 4 items. |
---|
602 | </para> |
---|
603 | </listitem> |
---|
604 | </varlistentry> |
---|
605 | <varlistentry> |
---|
606 | <term> |
---|
607 | <guilabel>Ratio color range</guilabel> |
---|
608 | </term> |
---|
609 | <listitem> |
---|
610 | <para> |
---|
611 | Select three colors to use when displaying |
---|
612 | data that is suitable for color coding, for |
---|
613 | example the intensity ratio in two-color |
---|
614 | experiments. The default setting is blue-black-yellow. |
---|
615 | The list of presets contains other useful color combinations |
---|
616 | (for example, the BASE 1 red-yellow-green) and the most |
---|
617 | recently used color combinations. |
---|
618 | </para> |
---|
619 | </listitem> |
---|
620 | </varlistentry> |
---|
621 | <varlistentry> |
---|
622 | <term> |
---|
623 | <guilabel>Date format</guilabel> |
---|
624 | </term> |
---|
625 | <listitem> |
---|
626 | <para> |
---|
627 | A format string describing how dates should be displayed. |
---|
628 | We support all formatting options supported by the Java |
---|
629 | language. For more information see: |
---|
630 | <ulink url="http://java.sun.com/j2se/1.5.0/docs/api/java/text/SimpleDateFormat.html">SimpleDateFormat documentation</ulink> |
---|
631 | The most useful format patterns are: |
---|
632 | </para> |
---|
633 | |
---|
634 | <itemizedlist> |
---|
635 | <listitem><simpara>yy: two-digit year</simpara></listitem> |
---|
636 | <listitem><simpara>yyyy: four-digit year</simpara></listitem> |
---|
637 | <listitem><simpara>MM: two-digit month</simpara></listitem> |
---|
638 | <listitem><simpara>MMM: month name (short)</simpara></listitem> |
---|
639 | <listitem><simpara>MMMM: month name (full)</simpara></listitem> |
---|
640 | <listitem><simpara>dd: two-digit day in month</simpara></listitem> |
---|
641 | </itemizedlist> |
---|
642 | |
---|
643 | <para> |
---|
644 | The list of presets contains the most commonly/recently |
---|
645 | used date formats. |
---|
646 | </para> |
---|
647 | |
---|
648 | </listitem> |
---|
649 | </varlistentry> |
---|
650 | |
---|
651 | <varlistentry> |
---|
652 | <term> |
---|
653 | <guilabel>Date-time format</guilabel> |
---|
654 | </term> |
---|
655 | <listitem> |
---|
656 | <para> |
---|
657 | A format string describing how dates with times should be displayed. |
---|
658 | We support all formatting options supported by the Java |
---|
659 | language. For more information see: |
---|
660 | <ulink url="http://java.sun.com/j2se/1.5.0/docs/api/java/text/SimpleDateFormat.html">SimpleDateFormat documentations</ulink> |
---|
661 | The most useful time-format patterns are: |
---|
662 | </para> |
---|
663 | |
---|
664 | <itemizedlist> |
---|
665 | <listitem><simpara>HH: two-digit hour (0-23)</simpara></listitem> |
---|
666 | <listitem><simpara>hh: two-digit hour (1-12)</simpara></listitem> |
---|
667 | <listitem><simpara>a: AM/PM marker</simpara></listitem> |
---|
668 | <listitem><simpara>mm: two-digit minute</simpara></listitem> |
---|
669 | <listitem><simpara>ss: two-digit second</simpara></listitem> |
---|
670 | </itemizedlist> |
---|
671 | |
---|
672 | </listitem> |
---|
673 | </varlistentry> |
---|
674 | |
---|
675 | <varlistentry> |
---|
676 | <term> |
---|
677 | <guilabel>Decimals</guilabel> |
---|
678 | </term> |
---|
679 | <listitem> |
---|
680 | <para> |
---|
681 | The number of decimals to display for numeric values. |
---|
682 | The default is 2. |
---|
683 | </para> |
---|
684 | </listitem> |
---|
685 | </varlistentry> |
---|
686 | |
---|
687 | </variablelist> |
---|
688 | |
---|
689 | </helptext> |
---|
690 | |
---|
691 | </sect3> |
---|
692 | |
---|
693 | <sect3 id="webclient.configuration.preferences.plugins"> |
---|
694 | <title>The Plugins tab</title> |
---|
695 | |
---|
696 | <helptext external_id="userpreferences.plugins" title="Preferences - Plugins"> |
---|
697 | |
---|
698 | <para> |
---|
699 | This tab contains settings that affect plugin execution. |
---|
700 | </para> |
---|
701 | |
---|
702 | <variablelist> |
---|
703 | <varlistentry> |
---|
704 | <term> |
---|
705 | <guilabel>Messages</guilabel> |
---|
706 | </term> |
---|
707 | <listitem> |
---|
708 | <para> |
---|
709 | Mark the checkbox if you want to have a message sent |
---|
710 | to you when a plugin completes execution. This setting |
---|
711 | can be overridden each time you start a plugin. |
---|
712 | </para> |
---|
713 | </listitem> |
---|
714 | </varlistentry> |
---|
715 | </variablelist> |
---|
716 | </helptext> |
---|
717 | |
---|
718 | </sect3> |
---|
719 | |
---|
720 | <sect3 id="webclient.configuration.preferences.mostrecent"> |
---|
721 | <title>The Most recent tab</title> |
---|
722 | |
---|
723 | <helptext external_id="userpreferences.mostrecent" title="Preferences - Most recent"> |
---|
724 | |
---|
725 | <para> |
---|
726 | This tab contains settings that affect the <guilabel>Most |
---|
727 | recent</guilabel> menu. You can select which items should |
---|
728 | appear in the menu by moving them to the left list. Use |
---|
729 | the up and down arrows to change the order in which they appear. |
---|
730 | </para> |
---|
731 | |
---|
732 | <para> |
---|
733 | If the <guilabel>Load the names of all recent items</guilabel> checkbox |
---|
734 | is checked the name of the items will be displayed in the menu (for example, |
---|
735 | Experiment: My experiment). Otherwise only the type of the item is |
---|
736 | displayed (for example, Experiment). |
---|
737 | </para> |
---|
738 | </helptext> |
---|
739 | |
---|
740 | </sect3> |
---|
741 | </sect2> |
---|
742 | |
---|
743 | </sect1> |
---|
744 | |
---|
745 | <sect1 id="webclient.items"> |
---|
746 | <title>Working with items</title> |
---|
747 | |
---|
748 | <para> |
---|
749 | No matter what you are doing in BASE some things works more |
---|
750 | or less in the same way. This section covers things that are |
---|
751 | common for most parts of BASE. |
---|
752 | </para> |
---|
753 | |
---|
754 | <para> |
---|
755 | You mostly work with a single type of item at a time. This is |
---|
756 | reflected in the menu system. For example, use <guimenu>View</guimenu> |
---|
757 | <guimenuitem>Samples</guimenuitem> to work with samples, and |
---|
758 | <guimenu>View</guimenu><guimenuitem>Experiments</guimenuitem> to |
---|
759 | work with experiments. In most cases the list view for that type |
---|
760 | of item is displayed. The list view, as the name says, |
---|
761 | is used to list all items. There are two more standard views, the |
---|
762 | single-item view and the edit view. |
---|
763 | </para> |
---|
764 | |
---|
765 | <variablelist> |
---|
766 | <varlistentry> |
---|
767 | <term>List view</term> |
---|
768 | <listitem> |
---|
769 | <para> |
---|
770 | This view lists all items of a certain type. Gives you |
---|
771 | an overview of your items. The view allows you to search |
---|
772 | and it is possible to configure which information to show |
---|
773 | for each item. It also contains functions that |
---|
774 | can be used on multiple items at the same time, for example, |
---|
775 | delete, share and export. |
---|
776 | </para> |
---|
777 | </listitem> |
---|
778 | </varlistentry> |
---|
779 | |
---|
780 | <varlistentry> |
---|
781 | <term>Single-item view</term> |
---|
782 | <listitem> |
---|
783 | <para> |
---|
784 | Displays information about a single item. Sometimes it is very little, |
---|
785 | sometimes it is very much and the information may be divided |
---|
786 | into multiple tabs. |
---|
787 | </para> |
---|
788 | </listitem> |
---|
789 | </varlistentry> |
---|
790 | |
---|
791 | <varlistentry> |
---|
792 | <term>Edit view</term> |
---|
793 | <listitem> |
---|
794 | <para> |
---|
795 | This view is used for editing the information |
---|
796 | about a single item. It is always displayed as a popup window. |
---|
797 | </para> |
---|
798 | </listitem> |
---|
799 | </varlistentry> |
---|
800 | </variablelist> |
---|
801 | |
---|
802 | <sect2 id="webclient.items.new"> |
---|
803 | <title>Create a new item</title> |
---|
804 | |
---|
805 | <para> |
---|
806 | New items are mostly created from the list view. For example, |
---|
807 | to create a new experiment go to the |
---|
808 | <menuchoice><guimenu>View</guimenu> <guimenuitem>Experiments</guimenuitem></menuchoice> |
---|
809 | page. Here you will find a <guibutton>New…</guibutton> button in the |
---|
810 | toolbar. The button is disabled if you don't have permission to create new experiments. |
---|
811 | Otherwise, click on it and enter any required information in the popup dialog. |
---|
812 | Sometimes there are multiple tabs in this dialog. In the case of experiments |
---|
813 | there are three tabs: <guilabel>Experiment</guilabel>, <guilabel>Publication</guilabel> |
---|
814 | and <guilabel>Experimental factors</guilabel>. |
---|
815 | |
---|
816 | As a general rule, only the first tab has information that is required. |
---|
817 | The information in all other tabs are optional. |
---|
818 | </para> |
---|
819 | |
---|
820 | <para> |
---|
821 | In some places you will also find actions that create items |
---|
822 | directly in the list. For example in the list of samples or on |
---|
823 | the single-item view for a sample you can create an extract using that |
---|
824 | sample as the parent. If you use such links the parent |
---|
825 | item will in most cases be selected automatically, which saves |
---|
826 | you a few clicks when creating new items. |
---|
827 | </para> |
---|
828 | |
---|
829 | <para> |
---|
830 | Click on the <guibutton>Save</guibutton> button to save the new |
---|
831 | item to the database or on the <guibutton>Cancel</guibutton> button |
---|
832 | to abort. |
---|
833 | </para> |
---|
834 | |
---|
835 | <note> |
---|
836 | <para> |
---|
837 | To speed up data entry when adding multiple new items there |
---|
838 | are a few tricks you can use to make the web client supply |
---|
839 | default values for most properties. To find a default value |
---|
840 | the following checklist is used in this order: |
---|
841 | </para> |
---|
842 | |
---|
843 | <orderedlist> |
---|
844 | <listitem> |
---|
845 | <para> |
---|
846 | If the list have an active filter the filter values are |
---|
847 | used as default property values for the new item. For example, |
---|
848 | if you are listing experiments with <guilabel>Genepix</guilabel> |
---|
849 | raw data type the new experiment will automatically have |
---|
850 | <guilabel>Genepix</guilabel> selected. This trick should work |
---|
851 | for all properties except annotations, if it doesn't |
---|
852 | report it as a bug to the development team. |
---|
853 | </para> |
---|
854 | </listitem> |
---|
855 | |
---|
856 | <listitem> |
---|
857 | <para> |
---|
858 | When you link to other items the same item will be used the next time. |
---|
859 | For example, if you create an extract and selects an extraction protocol |
---|
860 | the same protocol is used the next time you create another extract. |
---|
861 | In fact, BASE will remember as many items as specified by |
---|
862 | the <link linkend="webclient.configuration.preferences.appearance"> |
---|
863 | <guilabel>Recently used items</guilabel></link> setting (default is 4), |
---|
864 | allowing you to quickly select one of those protocols. |
---|
865 | </para> |
---|
866 | </listitem> |
---|
867 | |
---|
868 | <listitem> |
---|
869 | <para> |
---|
870 | If you have a project active and that project has specified default |
---|
871 | values those values will be used for new items. A project can specify |
---|
872 | defaults for protocols, hardware and software and a few other settings. |
---|
873 | </para> |
---|
874 | </listitem> |
---|
875 | |
---|
876 | </orderedlist> |
---|
877 | |
---|
878 | </note> |
---|
879 | |
---|
880 | </sect2> |
---|
881 | |
---|
882 | <sect2 id="webclient.items.edit"> |
---|
883 | <title>Edit an existing item</title> |
---|
884 | |
---|
885 | <para> |
---|
886 | On all single-item views there is an <guibutton>Edit…</guibutton> |
---|
887 | button in the toolbar that opens a popup dialog for editing the properties |
---|
888 | of the item. This button is disabled if the logged in user doesn't have |
---|
889 | write permission for the item. |
---|
890 | </para> |
---|
891 | |
---|
892 | <para> |
---|
893 | You can also open the edit popup in most other places where |
---|
894 | the item appears, for example, in lists or the single-item view |
---|
895 | of a related item. Press and hold one of the <keycap>CTRL</keycap>, |
---|
896 | <keycap>ALT</keycap> or <keycap>SHIFT</keycap> keys while clicking |
---|
897 | on the link and the edit window will open in a popup. |
---|
898 | If you don't have write permission |
---|
899 | on the item there is no meaning to open the edit popup and you will |
---|
900 | be taken to the single-item view page instead. |
---|
901 | </para> |
---|
902 | |
---|
903 | <para> |
---|
904 | Click on the <guibutton>Save</guibutton> button to save the changes |
---|
905 | to the database or on the <guibutton>Cancel</guibutton> button |
---|
906 | to abort. |
---|
907 | </para> |
---|
908 | |
---|
909 | </sect2> |
---|
910 | |
---|
911 | <sect2 id="webclient.items.delete"> |
---|
912 | <title>Delete items</title> |
---|
913 | |
---|
914 | <para> |
---|
915 | You can delete items either from the list view or from |
---|
916 | a single-item view. In both cases, the item is only moved to |
---|
917 | the trashcan. No information is deleted from the database. This allows |
---|
918 | you to restore the item if you later find out that you need it again. |
---|
919 | In fact, there is nothing special about a removed item. It can still be |
---|
920 | used for the same things as any non-removed item can. |
---|
921 | </para> |
---|
922 | |
---|
923 | <important> |
---|
924 | <para> |
---|
925 | To really delete an item from the database you must use |
---|
926 | the trashcan. See <xref linkend="trashcan"/> |
---|
927 | </para> |
---|
928 | </important> |
---|
929 | |
---|
930 | <para> |
---|
931 | To delete items from the list view you must first mark |
---|
932 | the checkbox for each item you want to delete. Then, click on |
---|
933 | the <guibutton>Delete</guibutton> button. The list should refresh itself |
---|
934 | automatically. If you want to confirm that the items have been removed |
---|
935 | use the <guilabel>view / presets</guilabel> dropdown and select |
---|
936 | the <guilabel>Removed</guilabel> option. The removed items should now |
---|
937 | be displayed in the list with a small trashcan icon to indicate that |
---|
938 | they are located in the trashcan. |
---|
939 | </para> |
---|
940 | |
---|
941 | <para> |
---|
942 | To delete items from the single-item view, click on the |
---|
943 | <guibutton>Delete</guibutton> button in the toolbar. The page will refresh |
---|
944 | itself automatically and a small trashcan icon should be displayed. |
---|
945 | If you don't have permission to delete the item the delete button |
---|
946 | is disabled. |
---|
947 | </para> |
---|
948 | |
---|
949 | </sect2> |
---|
950 | |
---|
951 | <sect2 id="webclient.items.restore"> |
---|
952 | <title>Restore deleted items</title> |
---|
953 | |
---|
954 | <para> |
---|
955 | You can restore deleted items either from the trashcan, |
---|
956 | from the list view or from the single-item view. This section only covers the last two |
---|
957 | cases. The trashcan has a <link linkend="trashcan">chapter of it's own</link>. |
---|
958 | </para> |
---|
959 | |
---|
960 | <para> |
---|
961 | To delete items from the list view you must first make the deleted |
---|
962 | items appear in the list. This is easy, just use the <guilabel>view / presets</guilabel> |
---|
963 | dropdown and select the <guilabel>Removed</guilabel> option. The list should |
---|
964 | refresh itself automatically. The removed items are |
---|
965 | displayed in the list with a small trashcan icon to indicate that |
---|
966 | they are located in the trashcan. Then, mark the checkbox for each item that you want |
---|
967 | to restore and click the <guibutton>Restore</guibutton> button. The list should |
---|
968 | refresh itself automatically and the trashcan icon should be gone from the |
---|
969 | restored items. |
---|
970 | </para> |
---|
971 | |
---|
972 | <para> |
---|
973 | To restore items from the single-item view, click on the |
---|
974 | <guibutton>Restore</guibutton> button in the toolbar. The page will refresh |
---|
975 | itself automatically and the small trashcan icon should be gone. |
---|
976 | If you don't have permission to restore the item the restore button |
---|
977 | is disabled. |
---|
978 | </para> |
---|
979 | |
---|
980 | </sect2> |
---|
981 | |
---|
982 | <sect2 id="webclient.items.share"> |
---|
983 | <title>Share items to other users</title> |
---|
984 | <para> |
---|
985 | Sharing data with other users is an important feature |
---|
986 | of BASE, which allows you cooperate in teams. If you have |
---|
987 | followed the instructions in <xref linkend="project_permission" /> |
---|
988 | you will find that you almost never have to share items manually |
---|
989 | to other users. This is because whenever you work with an active |
---|
990 | project each new item you create will automatically be shared |
---|
991 | to that project. In most cases, this is all you need. |
---|
992 | </para> |
---|
993 | |
---|
994 | <para> |
---|
995 | If you still need to manually share your data with other users, |
---|
996 | here is how to do it. |
---|
997 | </para> |
---|
998 | |
---|
999 | <para> |
---|
1000 | From a list view, mark the checkbox for each item you want to share. |
---|
1001 | Then, click on the <guibutton>Share…</guibutton> button. |
---|
1002 | If you are on a single-item page, click on the <guibutton>Share…</guibutton> |
---|
1003 | button on that page. In both cases, this will open the |
---|
1004 | <guilabel>Set access permissions</guilabel> |
---|
1005 | dialog window. |
---|
1006 | </para> |
---|
1007 | |
---|
1008 | <figure id="webclient.items.share.set_permissions"> |
---|
1009 | <title>Sharing items to other users</title> |
---|
1010 | <screenshot> |
---|
1011 | <mediaobject> |
---|
1012 | <imageobject> |
---|
1013 | <imagedata fileref="figures/set_permissions.png" format="PNG" /> |
---|
1014 | </imageobject> |
---|
1015 | </mediaobject> |
---|
1016 | </screenshot> |
---|
1017 | </figure> |
---|
1018 | |
---|
1019 | <helptext external_id="share.setpermissions" title="Set access permissions"> |
---|
1020 | <variablelist> |
---|
1021 | <varlistentry> |
---|
1022 | <term><guilabel>Members</guilabel></term> |
---|
1023 | <listitem> |
---|
1024 | <para> |
---|
1025 | The list displays the users, groups and projects |
---|
1026 | that already has access to the items you selected. |
---|
1027 | The list shows the name and the permission level. |
---|
1028 | The permission level uses a one-letter code as follows: |
---|
1029 | </para> |
---|
1030 | |
---|
1031 | <itemizedlist> |
---|
1032 | <listitem><simpara><guilabel>R</guilabel> = Read</simpara></listitem> |
---|
1033 | <listitem><simpara><guilabel>U</guilabel> = Use</simpara></listitem> |
---|
1034 | <listitem><simpara><guilabel>W</guilabel> = Write</simpara></listitem> |
---|
1035 | <listitem><simpara><guilabel>D</guilabel> = Delete</simpara></listitem> |
---|
1036 | <listitem><simpara><guilabel>O</guilabel> = Take ownership</simpara></listitem> |
---|
1037 | <listitem><simpara><guilabel>P</guilabel> = Set permission</simpara></listitem> |
---|
1038 | </itemizedlist> |
---|
1039 | |
---|
1040 | <para> |
---|
1041 | Instead of a permission code, the word <guilabel>varying</guilabel> |
---|
1042 | may be displayed. This happens if the items you selected have been |
---|
1043 | shared with different permission. |
---|
1044 | </para> |
---|
1045 | |
---|
1046 | </listitem> |
---|
1047 | </varlistentry> |
---|
1048 | |
---|
1049 | <varlistentry> |
---|
1050 | <term><guilabel>Permissions</guilabel></term> |
---|
1051 | <listitem> |
---|
1052 | <para> |
---|
1053 | When you select a user, group or project in the |
---|
1054 | list, the checkboxes will display the current permission. |
---|
1055 | The exception is if the permissions are varying, in which |
---|
1056 | case no checkboxes are checked. |
---|
1057 | To change the permissions just check the permissions you want to |
---|
1058 | grant or uncheck the permissions you want to revoke. |
---|
1059 | You can select more than one user, group or project |
---|
1060 | and change the permissions for all of them at once. |
---|
1061 | </para> |
---|
1062 | </listitem> |
---|
1063 | </varlistentry> |
---|
1064 | |
---|
1065 | <varlistentry> |
---|
1066 | <term><guibutton>Add users</guibutton></term> |
---|
1067 | <listitem> |
---|
1068 | <para> |
---|
1069 | Opens a popup window that allows you to select |
---|
1070 | users to share the items to. In the popup window, mark |
---|
1071 | one or more users and click on the <guibutton>Ok</guibutton> |
---|
1072 | button. Unless you are an administrator, the popup window |
---|
1073 | will only list users that are members of at least one of the |
---|
1074 | groups where you also are a member. It will not list users that |
---|
1075 | already have access to the items. |
---|
1076 | </para> |
---|
1077 | </listitem> |
---|
1078 | </varlistentry> |
---|
1079 | |
---|
1080 | <varlistentry> |
---|
1081 | <term><guibutton>Add groups</guibutton></term> |
---|
1082 | <listitem> |
---|
1083 | <para> |
---|
1084 | Opens a popup window that allows you to select |
---|
1085 | groups to share the items to. In the popup window, mark |
---|
1086 | one or more groups and click on the <guibutton>Ok</guibutton> |
---|
1087 | button. Unless you are an administrator, the popup window |
---|
1088 | will only list groups where you are a member. It will not list |
---|
1089 | groups that already have access to the items. |
---|
1090 | </para> |
---|
1091 | </listitem> |
---|
1092 | </varlistentry> |
---|
1093 | |
---|
1094 | <varlistentry> |
---|
1095 | <term><guibutton>Add projects</guibutton></term> |
---|
1096 | <listitem> |
---|
1097 | <para> |
---|
1098 | Opens a popup window that allows you to select |
---|
1099 | projects to share the items to. In the popup window, mark |
---|
1100 | one or more projects and click on the <guibutton>Ok</guibutton> |
---|
1101 | button. Unless you are an administrator, the popup window |
---|
1102 | will only list projects where you are a member. It will not list |
---|
1103 | projects that already have access to the items. |
---|
1104 | </para> |
---|
1105 | </listitem> |
---|
1106 | </varlistentry> |
---|
1107 | |
---|
1108 | <varlistentry> |
---|
1109 | <term><guibutton>Remove</guibutton></term> |
---|
1110 | <listitem> |
---|
1111 | <para> |
---|
1112 | Click on this button to revoke access permissions from |
---|
1113 | the selected users, groups and projects. |
---|
1114 | </para> |
---|
1115 | </listitem> |
---|
1116 | </varlistentry> |
---|
1117 | </variablelist> |
---|
1118 | |
---|
1119 | <para> |
---|
1120 | Use the <guibutton>Save</guibutton> button to save your |
---|
1121 | changes or the <guibutton>Cancel</guibutton> button to |
---|
1122 | close the popup without saving. |
---|
1123 | </para> |
---|
1124 | </helptext> |
---|
1125 | |
---|
1126 | </sect2> |
---|
1127 | |
---|
1128 | <sect2 id="webclient.items.takeownership"> |
---|
1129 | <title>Take ownership of items</title> |
---|
1130 | <para> |
---|
1131 | Sometime it may be necessary to change the owner of an item. |
---|
1132 | As an user you can't give the ownership of your items to another |
---|
1133 | user. It is instead the other user that must take the ownership |
---|
1134 | of your items. For this to work, you must first give the other user |
---|
1135 | permission to do so. That it, you must share your items with |
---|
1136 | <guilabel>Take ownership</guilabel> permission to other user. |
---|
1137 | See <xref linkend="webclient.items.share" />. |
---|
1138 | </para> |
---|
1139 | |
---|
1140 | <para> |
---|
1141 | When the items have been shared, the other user has to go to the |
---|
1142 | list view (or the single-item view), mark the checkboxes for |
---|
1143 | the items, and click in the <guibutton>Take ownership</guibutton> |
---|
1144 | button. A warning message about not being able to undo the action |
---|
1145 | is displayed. Click on <guibutton>Ok</guibutton> to continue or |
---|
1146 | <guibutton>Cancel</guibutton> to abort. |
---|
1147 | </para> |
---|
1148 | |
---|
1149 | <note> |
---|
1150 | <para> |
---|
1151 | The original owner may not have access permissions to the items |
---|
1152 | any longer. If that is desired, the new owner must share the items |
---|
1153 | to the original owner. |
---|
1154 | </para> |
---|
1155 | </note> |
---|
1156 | |
---|
1157 | </sect2> |
---|
1158 | |
---|
1159 | <sect2 id="webclient.items.export"> |
---|
1160 | <title>Export items</title> |
---|
1161 | <para> |
---|
1162 | This has a chapter of it's own. See <xref linkend="import_export_data.export"/>. |
---|
1163 | </para> |
---|
1164 | </sect2> |
---|
1165 | |
---|
1166 | </sect1> |
---|
1167 | |
---|
1168 | <sect1 id="webclient.itemlist"> |
---|
1169 | <title>Listing items</title> |
---|
1170 | |
---|
1171 | <para> |
---|
1172 | All pages that lists items are very similar in their appearance and |
---|
1173 | functionality. In this section we will describe the things that are |
---|
1174 | common for most (if not all) list pages. |
---|
1175 | </para> |
---|
1176 | |
---|
1177 | <para> |
---|
1178 | Use the <link linkend="webclient.intro.menubar">menu</link> to |
---|
1179 | open a page listing items. Most list pages can only |
---|
1180 | list one type of items. For example: use the |
---|
1181 | <menuchoice><guimenu>View</guimenu><guimenuitem>Samples</guimenuitem></menuchoice> |
---|
1182 | menu to list samples and the |
---|
1183 | <menuchoice><guimenu>View</guimenu><guimenuitem>Experiments</guimenuitem></menuchoice> |
---|
1184 | menu to list experiments. An example of a list page that can list |
---|
1185 | items of several types is the <link linkend="trashcan">Trashcan</link>. |
---|
1186 | A typical list page is shown below. |
---|
1187 | </para> |
---|
1188 | |
---|
1189 | <figure id="webclient.figures.listpage"> |
---|
1190 | <title>Example of a list page</title> |
---|
1191 | <screenshot> |
---|
1192 | <mediaobject> |
---|
1193 | <imageobject><imagedata fileref="figures/listpage.png" format="PNG" |
---|
1194 | scalefit="1" width="100%" /></imageobject> |
---|
1195 | </mediaobject> |
---|
1196 | </screenshot> |
---|
1197 | </figure> |
---|
1198 | |
---|
1199 | <para> |
---|
1200 | The typical list page contains the following important |
---|
1201 | elements: |
---|
1202 | </para> |
---|
1203 | |
---|
1204 | <variablelist> |
---|
1205 | <varlistentry> |
---|
1206 | <term><interface>1. Toolbar</interface></term> |
---|
1207 | <listitem> |
---|
1208 | <para> |
---|
1209 | A toolbar with buttons for various actions such as |
---|
1210 | <guibutton>New…</guibutton> for creating a new item, |
---|
1211 | <guibutton>Delete</guibutton> for deleting items and |
---|
1212 | <guibutton>Columns…</guibutton> for configuring columns. |
---|
1213 | Depending on the permissions of the logged in user |
---|
1214 | some buttons may be disabled (greyed out) or not shown at all. |
---|
1215 | </para> |
---|
1216 | </listitem> |
---|
1217 | </varlistentry> |
---|
1218 | |
---|
1219 | <varlistentry> |
---|
1220 | <term><interface>2. Navigation bar</interface></term> |
---|
1221 | <listitem> |
---|
1222 | <para> |
---|
1223 | If there are many items the list will be divided into |
---|
1224 | pages, each one showing a limited number of items. |
---|
1225 | The navigation bar allows you to |
---|
1226 | move to other pages and specify how many items each page |
---|
1227 | should display. The navigation bar is repeated at the |
---|
1228 | bottom of the list so you don't have to scroll back to the |
---|
1229 | top of a long list just to get to another page. |
---|
1230 | </para> |
---|
1231 | </listitem> |
---|
1232 | </varlistentry> |
---|
1233 | |
---|
1234 | <varlistentry> |
---|
1235 | <term><interface>3. List of presets</interface></term> |
---|
1236 | <listitem> |
---|
1237 | <para> |
---|
1238 | A list with preconfigured settings which allows you to |
---|
1239 | quickly switch between different layouts (sort order, visible |
---|
1240 | columns, filter settings, etc). |
---|
1241 | </para> |
---|
1242 | </listitem> |
---|
1243 | </varlistentry> |
---|
1244 | |
---|
1245 | <varlistentry> |
---|
1246 | <term><interface>4. Column headers</interface></term> |
---|
1247 | <listitem> |
---|
1248 | <para> |
---|
1249 | The columns headers can be used for selecting sort order. |
---|
1250 | </para> |
---|
1251 | </listitem> |
---|
1252 | </varlistentry> |
---|
1253 | |
---|
1254 | <varlistentry> |
---|
1255 | <term><interface>5. Filter bar</interface></term> |
---|
1256 | <listitem> |
---|
1257 | <para> |
---|
1258 | The filter bar allows you to search for items. |
---|
1259 | </para> |
---|
1260 | </listitem> |
---|
1261 | </varlistentry> |
---|
1262 | |
---|
1263 | </variablelist> |
---|
1264 | |
---|
1265 | |
---|
1266 | <sect2 id="webclient.itemlist.order"> |
---|
1267 | <title>Ordering the list</title> |
---|
1268 | |
---|
1269 | <para> |
---|
1270 | Most lists are by default sorted by the name of the item. This can |
---|
1271 | be changed by clicking on the column header of another column. |
---|
1272 | If you click on the same column twice the sort order is reversed. |
---|
1273 | A downwards or upwards pointing arrow is displayed next to the |
---|
1274 | column header in the column that is currently used for sorting. |
---|
1275 | Column headers that are black can't be used for sorting. |
---|
1276 | </para> |
---|
1277 | |
---|
1278 | <para> |
---|
1279 | It is possible to use more than one column for sorting. Press |
---|
1280 | and hold one of the <keycap>CTRL</keycap>, |
---|
1281 | <keycap>ALT</keycap> or <keycap>SHIFT</keycap> keys while clicking |
---|
1282 | on another column header. The original sorting is kept and the new |
---|
1283 | column is used for sub-sorting the list. The procedure can be |
---|
1284 | repeated with more columns if you need to sort on three or more |
---|
1285 | columns. To revert to sort by only one column again click a |
---|
1286 | column header without holding down any key. |
---|
1287 | </para> |
---|
1288 | </sect2> |
---|
1289 | |
---|
1290 | <sect2 id="webclient.itemlist.filter"> |
---|
1291 | <title>Filtering the list</title> |
---|
1292 | |
---|
1293 | <para> |
---|
1294 | If the list contains many items you may need to use a filter to be |
---|
1295 | able to find the item you are looking for. The input boxes on the |
---|
1296 | line below the column headers are used for filtering. Most columns |
---|
1297 | are filtered using a free-text input box, but some columns that can |
---|
1298 | only take a few distinct values use a selection list or radio buttons |
---|
1299 | instead. The selection list and radio buttons are very simple to use. |
---|
1300 | Just select the alternative that you want to filter on. The list |
---|
1301 | will be automatically updated when the selection has been made. |
---|
1302 | </para> |
---|
1303 | |
---|
1304 | <para> |
---|
1305 | The free-text filter is a bit more complex. By default, an exact match is |
---|
1306 | required, use % as a wildcard that matches any character. |
---|
1307 | For example, the filter <informalexample>Experiment A</informalexample> |
---|
1308 | only matches the same exact string, but the filter |
---|
1309 | <informalexample>Exp%</informalexample> matches |
---|
1310 | <informalexample>Experiment A, Experiment B, etc.</informalexample> |
---|
1311 | </para> |
---|
1312 | |
---|
1313 | <para> |
---|
1314 | You can also use operators to find items which has a value that |
---|
1315 | is greater than, less than or not equal to a specific value. This is |
---|
1316 | mostly useful on numeric or date columns but also works on text |
---|
1317 | columns. The operator must be entered first in the |
---|
1318 | free-text box, for example |
---|
1319 | <informalexample><=10</informalexample> |
---|
1320 | to find items which has a value less than or equal to 10. |
---|
1321 | Here is a list of the supported operators: |
---|
1322 | </para> |
---|
1323 | |
---|
1324 | <variablelist id="webclient.itemlist.filter.operators"> |
---|
1325 | <title>List of operators supported by the free-text filter</title> |
---|
1326 | <varlistentry> |
---|
1327 | <term><keycap><</keycap></term> |
---|
1328 | <listitem><simpara>Less than</simpara></listitem> |
---|
1329 | </varlistentry> |
---|
1330 | <varlistentry> |
---|
1331 | <term><keycap><=</keycap></term> |
---|
1332 | <listitem><simpara>Less than or equal to</simpara></listitem> |
---|
1333 | </varlistentry> |
---|
1334 | <varlistentry> |
---|
1335 | <term><keycap>></keycap></term> |
---|
1336 | <listitem><simpara>Greater than</simpara></listitem> |
---|
1337 | </varlistentry> |
---|
1338 | <varlistentry> |
---|
1339 | <term><keycap>>=</keycap></term> |
---|
1340 | <listitem><simpara>Greater than or equal to</simpara></listitem> |
---|
1341 | </varlistentry> |
---|
1342 | <varlistentry> |
---|
1343 | <term><keycap>=</keycap></term> |
---|
1344 | <listitem><simpara>Equal to (useful to find items with a null value)</simpara></listitem> |
---|
1345 | </varlistentry> |
---|
1346 | <varlistentry> |
---|
1347 | <term><keycap><></keycap></term> |
---|
1348 | <term><keycap>!=</keycap></term> |
---|
1349 | <listitem><simpara>Not equal to (useful to find items with a non-null value)</simpara></listitem> |
---|
1350 | </varlistentry> |
---|
1351 | </variablelist> |
---|
1352 | </sect2> |
---|
1353 | |
---|
1354 | <sect2 id="webclient.itemlist.columns"> |
---|
1355 | <title>Configuring which columns to show</title> |
---|
1356 | |
---|
1357 | <para> |
---|
1358 | Most lists show only a small subset of the columns it |
---|
1359 | is capable of showing. Use the |
---|
1360 | <guibutton>Columns…</guibutton> button to open |
---|
1361 | a dialog that allows you to select which columns to show |
---|
1362 | and the order in which they are shown. |
---|
1363 | </para> |
---|
1364 | |
---|
1365 | <figure id="webclient.figures.configure_columns"> |
---|
1366 | <title>Configuring which columns to show</title> |
---|
1367 | <screenshot> |
---|
1368 | <mediaobject> |
---|
1369 | <imageobject> |
---|
1370 | <imagedata fileref="figures/configure_columns.png" format="PNG"/> |
---|
1371 | </imageobject> |
---|
1372 | </mediaobject> |
---|
1373 | </screenshot> |
---|
1374 | </figure> |
---|
1375 | |
---|
1376 | <helptext external_id="columns.configure" |
---|
1377 | title="Set column order and visiblity"> |
---|
1378 | |
---|
1379 | <variablelist> |
---|
1380 | <varlistentry> |
---|
1381 | <term><guilabel>Visible columns</guilabel></term> |
---|
1382 | <listitem> |
---|
1383 | <para> |
---|
1384 | Shows the columns that are currently visible. |
---|
1385 | Use the up/down arrow buttons to arrange the order of the |
---|
1386 | visible columns. The topmost column is shown to the left. |
---|
1387 | Use the right arrow button to move columns from this list |
---|
1388 | to the hidden columns list. Columns marked with an <guilabel>×</guilabel> |
---|
1389 | are required |
---|
1390 | and can't be hidden. In most lists the <guilabel>Name</guilabel> column |
---|
1391 | is the only column that is required. |
---|
1392 | </para> |
---|
1393 | </listitem> |
---|
1394 | </varlistentry> |
---|
1395 | |
---|
1396 | <varlistentry> |
---|
1397 | <term><guilabel>Hidden columns</guilabel></term> |
---|
1398 | <listitem> |
---|
1399 | <para> |
---|
1400 | Shows columns that are not currently visible in the |
---|
1401 | list. Use the left arrow button to move columns from |
---|
1402 | this list to the visible columns list. |
---|
1403 | </para> |
---|
1404 | </listitem> |
---|
1405 | </varlistentry> |
---|
1406 | |
---|
1407 | |
---|
1408 | <varlistentry> |
---|
1409 | <term><guilabel>Presets</guilabel></term> |
---|
1410 | <listitem> |
---|
1411 | <para> |
---|
1412 | A dropdown list that allows you to |
---|
1413 | select a set of preconfigured columns. You may also create |
---|
1414 | your own preset if you often need to switch between different |
---|
1415 | configurations. The list of presets is the same as the one |
---|
1416 | described <link linkend="webclient.itemlist.presets">below</link>, |
---|
1417 | but if used from this dialog the presets doesn't affect filters, |
---|
1418 | sort order, etc. |
---|
1419 | </para> |
---|
1420 | </listitem> |
---|
1421 | </varlistentry> |
---|
1422 | </variablelist> |
---|
1423 | |
---|
1424 | <para> |
---|
1425 | Use the <guibutton>Save</guibutton> button to apply your |
---|
1426 | changes or the <guibutton>Cancel</guibutton> button to |
---|
1427 | close the popup without saving. |
---|
1428 | </para> |
---|
1429 | |
---|
1430 | </helptext> |
---|
1431 | |
---|
1432 | </sect2> |
---|
1433 | |
---|
1434 | <sect2 id="webclient.itemlist.presets"> |
---|
1435 | <title>Presets</title> |
---|
1436 | |
---|
1437 | <para> |
---|
1438 | The <guilabel>view / presets</guilabel> dropdown has three |
---|
1439 | main functions: |
---|
1440 | </para> |
---|
1441 | |
---|
1442 | <figure id="webclient.figures.viewpresets"> |
---|
1443 | <title>The view / presets dropdown</title> |
---|
1444 | <screenshot> |
---|
1445 | <mediaobject> |
---|
1446 | <imageobject><imagedata fileref="figures/view_presets.png" format="PNG" |
---|
1447 | /></imageobject> |
---|
1448 | </mediaobject> |
---|
1449 | </screenshot> |
---|
1450 | </figure> |
---|
1451 | <orderedlist> |
---|
1452 | <listitem> |
---|
1453 | <para> |
---|
1454 | Switch between different configuration presets. |
---|
1455 | The top of the dropdown contains user-defined presets (<guilabel>Saved preset #1</guilabel> and |
---|
1456 | <guilabel>#2</guilabel>) and a few preconfigured presets. |
---|
1457 | The user-defined presets are used to store a complete table configuration, |
---|
1458 | including: |
---|
1459 | </para> |
---|
1460 | |
---|
1461 | <itemizedlist> |
---|
1462 | <listitem><simpara>Which columns are visible and their order</simpara></listitem> |
---|
1463 | <listitem><simpara>The column (or columns) used for sorting</simpara></listitem> |
---|
1464 | <listitem><simpara>Filter settings</simpara></listitem> |
---|
1465 | <listitem><simpara>The number of items per page and the current page</simpara></listitem> |
---|
1466 | </itemizedlist> |
---|
1467 | |
---|
1468 | <para> |
---|
1469 | The preconfigured presets only affects |
---|
1470 | the visible columns as follows: |
---|
1471 | </para> |
---|
1472 | |
---|
1473 | <itemizedlist> |
---|
1474 | <listitem> |
---|
1475 | <para><guilabel>All columns</guilabel> - Show all columns.</para> |
---|
1476 | </listitem> |
---|
1477 | <listitem> |
---|
1478 | <para><guilabel>Required columns</guilabel> - Show only the required columns. |
---|
1479 | Usually only the <guilabel>Name</guilabel> column is required.</para> |
---|
1480 | </listitem> |
---|
1481 | <listitem> |
---|
1482 | <para><guilabel>Default columns</guilabel> - Show the default set of columns.</para> |
---|
1483 | </listitem> |
---|
1484 | <listitem> |
---|
1485 | <para><guilabel>Other…</guilabel> - |
---|
1486 | Open the <link linkend="webclient.itemlist.columns">configure columns dialog box</link>.</para> |
---|
1487 | </listitem> |
---|
1488 | </itemizedlist> |
---|
1489 | |
---|
1490 | </listitem> |
---|
1491 | |
---|
1492 | <listitem> |
---|
1493 | <para> |
---|
1494 | Filter items by the removed status and the access |
---|
1495 | permissions to an item. |
---|
1496 | </para> |
---|
1497 | |
---|
1498 | <itemizedlist> |
---|
1499 | <listitem> |
---|
1500 | <para><guilabel>Removed</guilabel> - If checked, items that have been |
---|
1501 | moved to the trashcan are shown, otherwise they are hidden.</para> |
---|
1502 | </listitem> |
---|
1503 | <listitem> |
---|
1504 | <para><guilabel>Owned by me</guilabel> - If checked, items that the logged in user |
---|
1505 | owns are displayed, otherwise they are hidden.</para> |
---|
1506 | </listitem> |
---|
1507 | <listitem> |
---|
1508 | <para><guilabel>Shared to me</guilabel> - If checked, items that are owned |
---|
1509 | by other users but shared to the logged in user are displayed, otherwise |
---|
1510 | they are hidden.</para> |
---|
1511 | </listitem> |
---|
1512 | <listitem> |
---|
1513 | <para><guilabel>In current project</guilabel> - |
---|
1514 | If checked, items that are linked with the current project are displayed, |
---|
1515 | otherwise they are hidden. It doesn't matter if the logged in user is the |
---|
1516 | owner or not. This option is only available if a project is active. |
---|
1517 | </para> |
---|
1518 | </listitem> |
---|
1519 | <listitem> |
---|
1520 | <para><guilabel>Owned by others</guilabel> - |
---|
1521 | This option is only available to administrators and will display |
---|
1522 | items that are owned by other users. |
---|
1523 | </para> |
---|
1524 | </listitem> |
---|
1525 | </itemizedlist> |
---|
1526 | |
---|
1527 | <para> |
---|
1528 | The default is to display item that the current user |
---|
1529 | owns and, if a project is active, items in that project. |
---|
1530 | </para> |
---|
1531 | |
---|
1532 | </listitem> |
---|
1533 | |
---|
1534 | <listitem> |
---|
1535 | <para> |
---|
1536 | Administrate the presets |
---|
1537 | </para> |
---|
1538 | <itemizedlist> |
---|
1539 | <listitem> |
---|
1540 | <para><guilabel>Clear filter</guilabel> - Clears |
---|
1541 | all filters.</para> |
---|
1542 | </listitem> |
---|
1543 | |
---|
1544 | <listitem> |
---|
1545 | <para><guilabel>Save as…</guilabel> - Save the |
---|
1546 | current configuration as a preset.</para> |
---|
1547 | </listitem> |
---|
1548 | |
---|
1549 | <listitem> |
---|
1550 | <para><guilabel>Manage…</guilabel> - Opens a dialog |
---|
1551 | where you can remove saved presets. You can also load |
---|
1552 | saved presets from the dialog, but it is quicker to just |
---|
1553 | use the dropdown list for this.</para> |
---|
1554 | </listitem> |
---|
1555 | </itemizedlist> |
---|
1556 | </listitem> |
---|
1557 | </orderedlist> |
---|
1558 | |
---|
1559 | <sect3 id="webclient.itemlist.presets.saveas"> |
---|
1560 | <title>Save a preset</title> |
---|
1561 | |
---|
1562 | <para> |
---|
1563 | If you select the <guilabel>Save as…</guilabel> |
---|
1564 | option from the <guilabel>view / presets</guilabel> dropdown |
---|
1565 | the <guilabel>Save preset as</guilabel> dialog is opened. |
---|
1566 | </para> |
---|
1567 | |
---|
1568 | <figure id="webclient.figures.savepresetas"> |
---|
1569 | <title>Save preset as</title> |
---|
1570 | <screenshot> |
---|
1571 | <mediaobject> |
---|
1572 | <imageobject><imagedata fileref="figures/save_preset.png" format="PNG" /></imageobject> |
---|
1573 | </mediaobject> |
---|
1574 | </screenshot> |
---|
1575 | </figure> |
---|
1576 | |
---|
1577 | <helptext external_id="contexts.saveas" title="Save preset as"> |
---|
1578 | |
---|
1579 | <variablelist> |
---|
1580 | <varlistentry> |
---|
1581 | <term><guilabel>For item</guilabel></term> |
---|
1582 | <listitem> |
---|
1583 | <para> |
---|
1584 | The type of item the preset is saved for. |
---|
1585 | </para> |
---|
1586 | </listitem> |
---|
1587 | </varlistentry> |
---|
1588 | <varlistentry> |
---|
1589 | <term><guilabel >Name</guilabel></term> |
---|
1590 | <listitem> |
---|
1591 | <para> |
---|
1592 | The name of the preset. The name must be unique. |
---|
1593 | </para> |
---|
1594 | </listitem> |
---|
1595 | </varlistentry> |
---|
1596 | <varlistentry> |
---|
1597 | <term><guilabel>Overwrite existing</guilabel></term> |
---|
1598 | <listitem> |
---|
1599 | <para> |
---|
1600 | If a preset with the same name already exists, it is |
---|
1601 | overwritten if this checkbox is checked. |
---|
1602 | </para> |
---|
1603 | </listitem> |
---|
1604 | </varlistentry> |
---|
1605 | <varlistentry> |
---|
1606 | <term><guilabel>Public</guilabel></term> |
---|
1607 | <listitem> |
---|
1608 | <para> |
---|
1609 | This options is only available for users |
---|
1610 | which has the <emphasis>SHARE_TO_EVERYONE</emphasis> |
---|
1611 | permission. If checked the preset is visible to |
---|
1612 | all users. |
---|
1613 | </para> |
---|
1614 | </listitem> |
---|
1615 | </varlistentry> |
---|
1616 | </variablelist> |
---|
1617 | |
---|
1618 | <para> |
---|
1619 | Use the <guibutton>Ok</guibutton> button to save the preset |
---|
1620 | or the <guibutton>Cancel</guibutton> button to |
---|
1621 | close the popup without saving. |
---|
1622 | </para> |
---|
1623 | |
---|
1624 | |
---|
1625 | </helptext> |
---|
1626 | |
---|
1627 | </sect3> |
---|
1628 | |
---|
1629 | <sect3 id="webclient.itemlist.presets.manage"> |
---|
1630 | <title>Manage presets</title> |
---|
1631 | |
---|
1632 | <para> |
---|
1633 | If you select the <guilabel>Manage…</guilabel> |
---|
1634 | option from the <guilabel>view / presets</guilabel> dropdown |
---|
1635 | the <guilabel>Manage presets</guilabel> dialog is opened. |
---|
1636 | </para> |
---|
1637 | |
---|
1638 | <figure id="webclient.figures.managepresets"> |
---|
1639 | <title>Manage presets</title> |
---|
1640 | <screenshot> |
---|
1641 | <mediaobject> |
---|
1642 | <imageobject><imagedata fileref="figures/manage_presets.png" format="PNG" /></imageobject> |
---|
1643 | </mediaobject> |
---|
1644 | </screenshot> |
---|
1645 | </figure> |
---|
1646 | |
---|
1647 | <helptext external_id="contexts.manage" title="Manage presets"> |
---|
1648 | |
---|
1649 | <para> |
---|
1650 | From this dialog you can delete or load presets. |
---|
1651 | </para> |
---|
1652 | |
---|
1653 | <para> |
---|
1654 | To delete presets, first mark the checkbox in front of |
---|
1655 | each preset you want to delete. Then, click on the |
---|
1656 | <guibutton>Delete…</guibutton> button. You will get |
---|
1657 | a warning about that the action can't be undone. Unlike other |
---|
1658 | items, the presets are not moved to the trashcan. Click on |
---|
1659 | <guibutton>Ok</guibutton> to delete the preset. |
---|
1660 | </para> |
---|
1661 | |
---|
1662 | <note> |
---|
1663 | <title>Edit a preset</title> |
---|
1664 | <para> |
---|
1665 | It is not possible to edit a preset directly. To change an |
---|
1666 | existing preset you must: |
---|
1667 | |
---|
1668 | <orderedlist> |
---|
1669 | <listitem><simpara>Load the preset.</simpara></listitem> |
---|
1670 | <listitem><simpara>Use the interface to change column settings, filter, |
---|
1671 | sort order, etc.</simpara></listitem> |
---|
1672 | <listitem><simpara>Save the preset with the same name.</simpara></listitem> |
---|
1673 | </orderedlist> |
---|
1674 | </para> |
---|
1675 | </note> |
---|
1676 | |
---|
1677 | <para> |
---|
1678 | Use the <guibutton>Close</guibutton> button to |
---|
1679 | close the popup. |
---|
1680 | </para> |
---|
1681 | |
---|
1682 | |
---|
1683 | </helptext> |
---|
1684 | |
---|
1685 | </sect3> |
---|
1686 | |
---|
1687 | </sect2> |
---|
1688 | </sect1> |
---|
1689 | |
---|
1690 | </chapter> |
---|