diff options
author | David Adam Bordoley <bordoley@msu.edu> | 2003-05-08 04:08:00 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-05-08 04:08:00 +0800 |
commit | 16a1346719cb06fca79cdbbb9e2df623d68b3316 (patch) | |
tree | b3948d7e3c36db6c31f0678eecf004ec84f534c1 /help | |
parent | 660ca85d29529f38da0c5ea7060f5bf70d86c61a (diff) | |
download | gsoc2013-epiphany-16a1346719cb06fca79cdbbb9e2df623d68b3316.tar.gz gsoc2013-epiphany-16a1346719cb06fca79cdbbb9e2df623d68b3316.tar.zst gsoc2013-epiphany-16a1346719cb06fca79cdbbb9e2df623d68b3316.zip |
Add help for adding/removing bookmarks/topics from the bookmarks bar,
2003-05-07 David Adam Bordoley <bordoley@msu.edu>
* help/C/epiphany.xml:
Add help for adding/removing bookmarks/topics
from the bookmarks bar, renaming and deleting.
Diffstat (limited to 'help')
-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> |