diff options
-rw-r--r-- | help/C/epiphany.xml | 80 |
1 files changed, 69 insertions, 11 deletions
diff --git a/help/C/epiphany.xml b/help/C/epiphany.xml index 5ff1afdda..617dca0da 100644 --- a/help/C/epiphany.xml +++ b/help/C/epiphany.xml @@ -297,9 +297,10 @@ you can choose items related to the display of the web page.</para> <sect2 id="to-save-page-to-file"> <title>To Save a Page to a File</title> <para>To save a page to a file, choose - <menuchoice> <guimenu>File</guimenu> <guimenuitem>Save - As</guimenuitem> </menuchoice>. Enter a name for the file in the <guilabel>Save - As</guilabel> dialog box, then click <guibutton>OK</guibutton>. </para> + <menuchoice> <guimenu>File</guimenu> <guimenuitem>Save As</guimenuitem> + </menuchoice>. + Enter a name for the file in the <guilabel>Save + As</guilabel> dialog box, then click <guibutton>OK</guibutton>. </para> </sect2> <sect2 id="to-print-page"> <title>To Print a Page</title> @@ -451,13 +452,34 @@ you can choose items related to the display of the web page.</para> </sect2> <sect2 id="to-rename-bookmark-or-topic"> <title>To Rename a Bookmark or Topic</title> - <para> - </para> + <para>To rename a bookmark or Topic perform the following steps:</para> + <orderedlist> + <listitem> + <para>Select the bookmark or topic that you want to rename in the bookmarks window.</para> + </listitem> + <listitem> + <para>Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Rename...</guimenuitem> + </menuchoice>. Alternatively, right-click on the bookmark + or topic in the view pane, then choose <guimenuitem>Rename...</guimenuitem>. + The name of the bookmark or topic is selected.</para> + </listitem> + <listitem> + <para>Type a new name for the topic or bookmark, then press <keycap>Return</keycap>.</para> + </listitem> + </orderedlist> </sect2> <sect2 id="to-delete-bookmark-or-topic"> <title>To Delete a Bookmark or Topic</title> - <para> - </para> + <para>To delete a bookmarks or topic perform the following steps:</para> + <orderedlist> + <listitem> + <para>Select the bookmark or topic that you want to delete the bookmarks window.</para> + </listitem> + <listitem> + <para>Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Delete</guimenuitem></menuchoice>. Alternatively, right-click on the +bookmarks or topic in the bookmarks window, then choose <guimenuitem>Delete</guimenuitem>.</para> + </listitem> + </orderedlist> </sect2> <sect2 id="to-edit-bookmark-properties"> <title>To Edit a Bookmark's Properties</title> @@ -476,13 +498,49 @@ you can choose items related to the display of the web page.</para> </sect2> <sect2 id="to-add-bookmark-or-topic-to-bookmarks-bar"> <title>To Add a Bookmark or Topic to the Bookmarks Bar</title> - <para> - </para> + <para>You can add a bookmark or topic to the bookmarks bar in the following ways:</para> + <variablelist> + <varlistentry> + <term><guimenu>File</guimenu> menu</term> + <listitem> + <para>Select the bookmark or topic you wish to add, and choose + <menuchoice> + <guisubmenu>File</guisubmenu> + <guimenuitem>Show in Bookmarks Bar</guimenuitem> + </menuchoice>. </para> + </listitem> + </varlistentry> + <varlistentry> + <term>Drag and Drop</term> + <listitem> + <para>You can drag and drop bookmarks and topics from the bookmarks window onto the bookmarks bar.</para> + </listitem> + </varlistentry> + </variablelist> </sect2> <sect2 id="to-remove-bookmark-or-topic-from-bookmarks-bar"> <title>To Remove a Bookmark or Topic From the Bookmarks Bar</title> - <para> - </para> + <para>You can remove a bookmark or topic from the bookmarks bar in the following ways:</para> + <variablelist> + <varlistentry> + <term><guimenu>File</guimenu> menu</term> + <listitem> + <para>Select the bookmark or topic you wish to remove, and choose + <menuchoice> + <guisubmenu>File</guisubmenu> + <guimenuitem>Show in Bookmarks Bar</guimenuitem> + </menuchoice>.</para> + </listitem> + </varlistentry> + <varlistentry> + <term>Toolbar Editor</term> + <listitem> + <para>You can remove bookmarks and topics from the bookmarks bar + using the toolbar editor as described in the section + <xref linkend="to-edit-toolbars"/>.</para> + </listitem> + </varlistentry> + </variablelist> </sect2> <sect2 id="smart-bookmarks"> <title>Smart Bookmarks</title> |