1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="documents-viewgrid" xml:lang="es">
<info>
<revision pkgversion="3.4.0" date="2012-02-20" status="stub"/>
<link type="guide" xref="documents"/>
<credit type="author copyright">
<name>Julita Inca</name>
<email>yrazes@gmail.com</email>
<years>2012</years>
</credit>
<desc>Change the format of what documents are presented.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Daniel Mustieles</mal:name>
<mal:email>daniel.mustieles@gmail.com</mal:email>
<mal:years>2011, 2012</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Francisco Molinero</mal:name>
<mal:email>paco@byasl.com</mal:email>
<mal:years>2011</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Jorge González</mal:name>
<mal:email>jorgegonz@svn.gnome.org</mal:email>
<mal:years>2011</mal:years>
</mal:credit>
</info>
<title>View files in a list or grid</title>
<comment>
<cite date="2012-02-20" href="mailto:yrazes@gmail.com">Julita Inca</cite>
<p>This assumes the reader knows how to open <app>Documents</app>.
By the end of this page, the reader will be able to change between list and
grid format.</p>
</comment>
<p>Documents and collections are presented in <gui>Grid</gui> format by default.
To change the view as a list:</p>
<steps>
<item>
<p>Go to the top bar and click on <app>Documents</app>.</p>
</item>
<item>
<p>Click <gui>List</gui> from the <gui>View as</gui> section.</p>
</item>
</steps>
<p>Click on <gui>Grid</gui> to get back the default format.</p>
</page>
|