r22441 - gnucash-docs/trunk/help/C - Use variablelist.

Cristian Marchi cmarchi at code.gnucash.org
Fri Oct 12 15:17:49 EDT 2012


Author: cmarchi
Date: 2012-10-12 15:17:49 -0400 (Fri, 12 Oct 2012)
New Revision: 22441
Trac: http://svn.gnucash.org/trac/changeset/22441

Modified:
   gnucash-docs/trunk/help/C/Help_ch_GettingStarted.xml
Log:
Use variablelist.

Modified: gnucash-docs/trunk/help/C/Help_ch_GettingStarted.xml
===================================================================
--- gnucash-docs/trunk/help/C/Help_ch_GettingStarted.xml	2012-10-12 19:15:00 UTC (rev 22440)
+++ gnucash-docs/trunk/help/C/Help_ch_GettingStarted.xml	2012-10-12 19:17:49 UTC (rev 22441)
@@ -745,29 +745,27 @@
     using <application>&app;</application>. You can use the three buttons at the bottom of the screen
     to look through the tips.</para>
 
-    <itemizedlist>
-      <listitem>
-        <para><guibutton>Close</guibutton> — dismiss the
-        <guilabel>Tip of the Day</guilabel> screen.</para>
-      </listitem>
+    <variablelist>
+      <varlistentry>
+        <term><guibutton>Close</guibutton></term>
+        <listitem><para>Dismiss the <guilabel>Tip of the Day</guilabel> screen</para></listitem>
+      </varlistentry>
 
-      <listitem>
-        <para><guibutton>Prev</guibutton> — shows the
-        previous tip.</para>
-      </listitem>
+      <varlistentry>
+        <term><guibutton>Prev</guibutton></term>
+        <listitem><para>Shows the previous tip</para></listitem>
+      </varlistentry>
 
-      <listitem>
-        <para><guibutton>Forward</guibutton> — shows the
-        next tip.</para>
-      </listitem>
+      <varlistentry>
+        <term><guibutton>Forward</guibutton></term>
+        <listitem><para>Shows the next tip</para></listitem>
+      </varlistentry>
+    </variablelist>
 
-      <listitem>
-        <para>The <guibutton>Show tips at startup</guibutton>
-        check-box is used to enable or disable the <guilabel>Tip of the
-        Day</guilabel> from running at <application>&app;</application> start-up.</para>
-      </listitem>
-    </itemizedlist>
-
+    <para>The <guibutton>Show tips at startup</guibutton>
+    check-box is used to enable or disable the <guilabel>Tip of the
+    Day</guilabel> from running at <application>&app;</application> start-up.</para>
+    
     <para>It is also possible to configure the <guilabel>Tip of the
     Day</guilabel> to run at start-up under the <guilabel>General</guilabel> tab
     in <guilabel>&app; Preferences</guilabel>.



More information about the gnucash-changes mailing list