~bertrand-rousseau/gtg/new-task-list-layout

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
<page xmlns="http://projectmallard.org/1.0/"
      type="topic" style="task"
      id="gtg-tag-color">

  <info>
    <link type="guide" xref="gtg-tags" group="third"/>
    <link type="seealso" xref="gtg-add-tag"/>
    <link type="seealso" xref="gtg-add-subtag"/>
    <revision pkgversion="0.1" version="0.1" date="2012-07-03" status="candidate"/>
    <credit type="author">
      <name>Radina Matic</name>
     <email>radina.matic@gmail.com</email>
    </credit>
  </info>

  <title>Edit Tag Properties</title>

<p>You can easily edit tag name, color, or set a specific tag icon, by right-clicking the tag in the tags sidebar and selecting <gui>Edit Tag</gui> from the contextual menu:</p>

<list>
      <item><p>To change the tag name edit the field <gui>Name</gui>.</p></item>
      <item><p>Choose one of the predefined colors or press the <gui>Add custom color</gui> button. Select the desired color in the <gui>Choose color</gui> window and press the <gui>OK</gui> button to confirm.</p></item>
      <item><p>Press the <gui>Click to set icon</gui> button and choose the icon you wish to use as a tag icon.</p></item>  
</list>

<figure>
  <title>Edit Tag</title>
  <desc> </desc>
 <media type="image" mime="image/png" src="figures/edit_tag.png"/>
</figure>  
 
</page>