From e8317992432a5af13355c986bbf39e20d767a0ea Mon Sep 17 00:00:00 2001
From: rbuj <robert.buj@gmail.com>
Date: Wed, 3 Oct 2018 09:54:45 +0200
Subject: Use orderedlist to describe the steps to add the applet to a panel

---
 stickynotes/docs/C/index.docbook | 39 ++++++++++++++++++++++++++++++++++-----
 1 file changed, 34 insertions(+), 5 deletions(-)

(limited to 'stickynotes/docs/C')

diff --git a/stickynotes/docs/C/index.docbook b/stickynotes/docs/C/index.docbook
index cbb03002..7a52c2dc 100644
--- a/stickynotes/docs/C/index.docbook
+++ b/stickynotes/docs/C/index.docbook
@@ -219,11 +219,40 @@ Template last modified Mar 12, 2002
   notes are saved and reopened in the same position with the same
   dimensions and style.</para>
 
-  <para>To add <application>&applet;</application> to a panel,
-  right-click on the panel, then choose <guimenuitem>Add to
-  Panel</guimenuitem>.  Select <application>&applet;</application>
-  in the <application>Add to Panel</application> dialog, then
-  click <guibutton>Add</guibutton>.</para>
+    <sect2 id="stickynotes-introduction-add">
+      <title>To Add &applet; to a Panel</title>
+      <para>
+        To add <application>&applet;</application> to a panel, perform the
+        following steps:
+      </para>
+      <orderedlist>
+        <listitem>
+          <para>
+            Right-click on the panel.
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            Choose <guimenuitem>Add to Panel</guimenuitem>.
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            Scroll down the list of items in the <guilabel>Add to Panel</guilabel>
+            dialog, then select <guilabel>&applet;</guilabel>.
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            Click <guibutton>Add</guibutton>.
+          </para>
+        </listitem>
+      </orderedlist>
+      <para>
+        The layout of the <application>&applet;</application> applet varies
+        depending on the size and type of panel in which the applet resides.
+      </para>
+    </sect2>
 </sect1>
     
 <sect1 id="stickynotes-usage"> 
-- 
cgit v1.2.1